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

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

<https://eurobis.org/id/occurrence/5834__1116_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_25'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1116_25'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.231111'^^xsd:double;
  dwc:startLongitude '7.231111'^^xsd:double;
  dwc:endLongitude '7.231111'^^xsd:double;
  dwc:latitude '43.481667'^^xsd:double;
  dwc:startLatitude '43.481667'^^xsd:double;
  dwc:endLatitude '43.481667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.231111 43.481667, 7.231111 43.481667, 7.231111 43.481667, 7.231111 43.481667, 7.231111 43.481667))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_25'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6675 7.834167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6675"^^xsd:decimal ;
  dwc:decimalLongitude "7.834167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_26'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1116_26'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.834167'^^xsd:double;
  dwc:startLongitude '7.834167'^^xsd:double;
  dwc:endLongitude '7.834167'^^xsd:double;
  dwc:latitude '43.6675'^^xsd:double;
  dwc:startLatitude '43.6675'^^xsd:double;
  dwc:endLatitude '43.6675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.834167 43.6675, 7.834167 43.6675, 7.834167 43.6675, 7.834167 43.6675, 7.834167 43.6675))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_26'^^xsd:string;
  dwc:observationDate '2001-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.775833 7.957778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.775833"^^xsd:decimal ;
  dwc:decimalLongitude "7.957778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_27'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1116_27'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '7.957778'^^xsd:double;
  dwc:startLongitude '7.957778'^^xsd:double;
  dwc:endLongitude '7.957778'^^xsd:double;
  dwc:latitude '43.775833'^^xsd:double;
  dwc:startLatitude '43.775833'^^xsd:double;
  dwc:endLatitude '43.775833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.957778 43.775833, 7.957778 43.775833, 7.957778 43.775833, 7.957778 43.775833, 7.957778 43.775833))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_27'^^xsd:string;
  dwc:observationDate '2001-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.139444 8.003611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.139444"^^xsd:decimal ;
  dwc:decimalLongitude "8.003611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_1'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1116_1'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.003611'^^xsd:double;
  dwc:startLongitude '8.003611'^^xsd:double;
  dwc:endLongitude '8.003611'^^xsd:double;
  dwc:latitude '41.139444'^^xsd:double;
  dwc:startLatitude '41.139444'^^xsd:double;
  dwc:endLatitude '41.139444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.003611 41.139444, 8.003611 41.139444, 8.003611 41.139444, 8.003611 41.139444, 8.003611 41.139444))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_1'^^xsd:string;
  dwc:observationDate '1994-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.538056 8.144167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.538056"^^xsd:decimal ;
  dwc:decimalLongitude "8.144167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_11'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1116_11'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.144167'^^xsd:double;
  dwc:startLongitude '8.144167'^^xsd:double;
  dwc:endLongitude '8.144167'^^xsd:double;
  dwc:latitude '43.538056'^^xsd:double;
  dwc:startLatitude '43.538056'^^xsd:double;
  dwc:endLatitude '43.538056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.144167 43.538056, 8.144167 43.538056, 8.144167 43.538056, 8.144167 43.538056, 8.144167 43.538056))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_11'^^xsd:string;
  dwc:observationDate '1996-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.487778 8.215833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.487778"^^xsd:decimal ;
  dwc:decimalLongitude "8.215833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_10'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1116_10'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.215833'^^xsd:double;
  dwc:startLongitude '8.215833'^^xsd:double;
  dwc:endLongitude '8.215833'^^xsd:double;
  dwc:latitude '43.487778'^^xsd:double;
  dwc:startLatitude '43.487778'^^xsd:double;
  dwc:endLatitude '43.487778'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.215833 43.487778, 8.215833 43.487778, 8.215833 43.487778, 8.215833 43.487778, 8.215833 43.487778))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_10'^^xsd:string;
  dwc:observationDate '1996-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.808056 8.295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.808056"^^xsd:decimal ;
  dwc:decimalLongitude "8.295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_24'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1116_24'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.295'^^xsd:double;
  dwc:startLongitude '8.295'^^xsd:double;
  dwc:endLongitude '8.295'^^xsd:double;
  dwc:latitude '43.808056'^^xsd:double;
  dwc:startLatitude '43.808056'^^xsd:double;
  dwc:endLatitude '43.808056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.295 43.808056, 8.295 43.808056, 8.295 43.808056, 8.295 43.808056, 8.295 43.808056))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_24'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.584167 8.626389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.584167"^^xsd:decimal ;
  dwc:decimalLongitude "8.626389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_4'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1116_4'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.626389'^^xsd:double;
  dwc:startLongitude '8.626389'^^xsd:double;
  dwc:endLongitude '8.626389'^^xsd:double;
  dwc:latitude '42.584167'^^xsd:double;
  dwc:startLatitude '42.584167'^^xsd:double;
  dwc:endLatitude '42.584167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.626389 42.584167, 8.626389 42.584167, 8.626389 42.584167, 8.626389 42.584167, 8.626389 42.584167))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_4'^^xsd:string;
  dwc:observationDate '1996-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.703056 8.843333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.703056"^^xsd:decimal ;
  dwc:decimalLongitude "8.843333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_8'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1116_8'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.843333'^^xsd:double;
  dwc:startLongitude '8.843333'^^xsd:double;
  dwc:endLongitude '8.843333'^^xsd:double;
  dwc:latitude '42.703056'^^xsd:double;
  dwc:startLatitude '42.703056'^^xsd:double;
  dwc:endLatitude '42.703056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.843333 42.703056, 8.843333 42.703056, 8.843333 42.703056, 8.843333 42.703056, 8.843333 42.703056))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_8'^^xsd:string;
  dwc:observationDate '1996-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.74 8.864167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.74"^^xsd:decimal ;
  dwc:decimalLongitude "8.864167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_7'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1116_7'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.864167'^^xsd:double;
  dwc:startLongitude '8.864167'^^xsd:double;
  dwc:endLongitude '8.864167'^^xsd:double;
  dwc:latitude '42.74'^^xsd:double;
  dwc:startLatitude '42.74'^^xsd:double;
  dwc:endLatitude '42.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.864167 42.74, 8.864167 42.74, 8.864167 42.74, 8.864167 42.74, 8.864167 42.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_7'^^xsd:string;
  dwc:observationDate '1996-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.74 8.864167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.74"^^xsd:decimal ;
  dwc:decimalLongitude "8.864167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_6'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1116_6'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.864167'^^xsd:double;
  dwc:startLongitude '8.864167'^^xsd:double;
  dwc:endLongitude '8.864167'^^xsd:double;
  dwc:latitude '42.74'^^xsd:double;
  dwc:startLatitude '42.74'^^xsd:double;
  dwc:endLatitude '42.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.864167 42.74, 8.864167 42.74, 8.864167 42.74, 8.864167 42.74, 8.864167 42.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_6'^^xsd:string;
  dwc:observationDate '1996-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.721667 8.890278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.721667"^^xsd:decimal ;
  dwc:decimalLongitude "8.890278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_5'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1116_5'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.890278'^^xsd:double;
  dwc:startLongitude '8.890278'^^xsd:double;
  dwc:endLongitude '8.890278'^^xsd:double;
  dwc:latitude '42.721667'^^xsd:double;
  dwc:startLatitude '42.721667'^^xsd:double;
  dwc:endLatitude '42.721667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.890278 42.721667, 8.890278 42.721667, 8.890278 42.721667, 8.890278 42.721667, 8.890278 42.721667))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_5'^^xsd:string;
  dwc:observationDate '1996-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.805278 8.923333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.805278"^^xsd:decimal ;
  dwc:decimalLongitude "8.923333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_9'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1116_9'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '8.923333'^^xsd:double;
  dwc:startLongitude '8.923333'^^xsd:double;
  dwc:endLongitude '8.923333'^^xsd:double;
  dwc:latitude '42.805278'^^xsd:double;
  dwc:startLatitude '42.805278'^^xsd:double;
  dwc:endLatitude '42.805278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.923333 42.805278, 8.923333 42.805278, 8.923333 42.805278, 8.923333 42.805278, 8.923333 42.805278))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_9'^^xsd:string;
  dwc:observationDate '1996-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2275 9.137778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2275"^^xsd:decimal ;
  dwc:decimalLongitude "9.137778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_2'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1116_2'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '9.137778'^^xsd:double;
  dwc:startLongitude '9.137778'^^xsd:double;
  dwc:endLongitude '9.137778'^^xsd:double;
  dwc:latitude '43.2275'^^xsd:double;
  dwc:startLatitude '43.2275'^^xsd:double;
  dwc:endLatitude '43.2275'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.137778 43.2275, 9.137778 43.2275, 9.137778 43.2275, 9.137778 43.2275, 9.137778 43.2275))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_2'^^xsd:string;
  dwc:observationDate '1994-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.770833 9.333889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.770833"^^xsd:decimal ;
  dwc:decimalLongitude "9.333889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_3'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1116_3'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '9.333889'^^xsd:double;
  dwc:startLongitude '9.333889'^^xsd:double;
  dwc:endLongitude '9.333889'^^xsd:double;
  dwc:latitude '43.770833'^^xsd:double;
  dwc:startLatitude '43.770833'^^xsd:double;
  dwc:endLatitude '43.770833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.333889 43.770833, 9.333889 43.770833, 9.333889 43.770833, 9.333889 43.770833, 9.333889 43.770833))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_3'^^xsd:string;
  dwc:observationDate '1995-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.419167 13.433889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.419167"^^xsd:decimal ;
  dwc:decimalLongitude "13.433889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_16'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1116_16'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.433889'^^xsd:double;
  dwc:startLongitude '13.433889'^^xsd:double;
  dwc:endLongitude '13.433889'^^xsd:double;
  dwc:latitude '39.419167'^^xsd:double;
  dwc:startLatitude '39.419167'^^xsd:double;
  dwc:endLatitude '39.419167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.433889 39.419167, 13.433889 39.419167, 13.433889 39.419167, 13.433889 39.419167, 13.433889 39.419167))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_16'^^xsd:string;
  dwc:observationDate '1997-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.591944 13.514722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.591944"^^xsd:decimal ;
  dwc:decimalLongitude "13.514722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_15'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1116_15'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.514722'^^xsd:double;
  dwc:startLongitude '13.514722'^^xsd:double;
  dwc:endLongitude '13.514722'^^xsd:double;
  dwc:latitude '39.591944'^^xsd:double;
  dwc:startLatitude '39.591944'^^xsd:double;
  dwc:endLatitude '39.591944'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.514722 39.591944, 13.514722 39.591944, 13.514722 39.591944, 13.514722 39.591944, 13.514722 39.591944))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_15'^^xsd:string;
  dwc:observationDate '1997-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.787222 13.605833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.787222"^^xsd:decimal ;
  dwc:decimalLongitude "13.605833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_14'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1116_14'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.605833'^^xsd:double;
  dwc:startLongitude '13.605833'^^xsd:double;
  dwc:endLongitude '13.605833'^^xsd:double;
  dwc:latitude '39.787222'^^xsd:double;
  dwc:startLatitude '39.787222'^^xsd:double;
  dwc:endLatitude '39.787222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.605833 39.787222, 13.605833 39.787222, 13.605833 39.787222, 13.605833 39.787222, 13.605833 39.787222))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_14'^^xsd:string;
  dwc:observationDate '1997-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.268333 13.636389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.268333"^^xsd:decimal ;
  dwc:decimalLongitude "13.636389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_17'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1116_17'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.636389'^^xsd:double;
  dwc:startLongitude '13.636389'^^xsd:double;
  dwc:endLongitude '13.636389'^^xsd:double;
  dwc:latitude '38.268333'^^xsd:double;
  dwc:startLatitude '38.268333'^^xsd:double;
  dwc:endLatitude '38.268333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.636389 38.268333, 13.636389 38.268333, 13.636389 38.268333, 13.636389 38.268333, 13.636389 38.268333))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_17'^^xsd:string;
  dwc:observationDate '1997-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5875 13.753056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5875"^^xsd:decimal ;
  dwc:decimalLongitude "13.753056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_12'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1116_12'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.753056'^^xsd:double;
  dwc:startLongitude '13.753056'^^xsd:double;
  dwc:endLongitude '13.753056'^^xsd:double;
  dwc:latitude '40.5875'^^xsd:double;
  dwc:startLatitude '40.5875'^^xsd:double;
  dwc:endLatitude '40.5875'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.753056 40.5875, 13.753056 40.5875, 13.753056 40.5875, 13.753056 40.5875, 13.753056 40.5875))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_12'^^xsd:string;
  dwc:observationDate '1997-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5075 13.842222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5075"^^xsd:decimal ;
  dwc:decimalLongitude "13.842222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_13'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1116_13'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '13.842222'^^xsd:double;
  dwc:startLongitude '13.842222'^^xsd:double;
  dwc:endLongitude '13.842222'^^xsd:double;
  dwc:latitude '40.5075'^^xsd:double;
  dwc:startLatitude '40.5075'^^xsd:double;
  dwc:endLatitude '40.5075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.842222 40.5075, 13.842222 40.5075, 13.842222 40.5075, 13.842222 40.5075, 13.842222 40.5075))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_13'^^xsd:string;
  dwc:observationDate '1997-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.019167 15.165556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.019167"^^xsd:decimal ;
  dwc:decimalLongitude "15.165556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_18'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1116_18'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '15.165556'^^xsd:double;
  dwc:startLongitude '15.165556'^^xsd:double;
  dwc:endLongitude '15.165556'^^xsd:double;
  dwc:latitude '39.019167'^^xsd:double;
  dwc:startLatitude '39.019167'^^xsd:double;
  dwc:endLatitude '39.019167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.165556 39.019167, 15.165556 39.019167, 15.165556 39.019167, 15.165556 39.019167, 15.165556 39.019167))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_18'^^xsd:string;
  dwc:observationDate '1997-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.630556 15.966944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.630556"^^xsd:decimal ;
  dwc:decimalLongitude "15.966944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_19'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1116_19'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '15.966944'^^xsd:double;
  dwc:startLongitude '15.966944'^^xsd:double;
  dwc:endLongitude '15.966944'^^xsd:double;
  dwc:latitude '37.630556'^^xsd:double;
  dwc:startLatitude '37.630556'^^xsd:double;
  dwc:endLatitude '37.630556'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.966944 37.630556, 15.966944 37.630556, 15.966944 37.630556, 15.966944 37.630556, 15.966944 37.630556))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_19'^^xsd:string;
  dwc:observationDate '1997-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.888056 17.380556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.888056"^^xsd:decimal ;
  dwc:decimalLongitude "17.380556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_20'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1116_20'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '17.380556'^^xsd:double;
  dwc:startLongitude '17.380556'^^xsd:double;
  dwc:endLongitude '17.380556'^^xsd:double;
  dwc:latitude '38.888056'^^xsd:double;
  dwc:startLatitude '38.888056'^^xsd:double;
  dwc:endLatitude '38.888056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.380556 38.888056, 17.380556 38.888056, 17.380556 38.888056, 17.380556 38.888056, 17.380556 38.888056))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_20'^^xsd:string;
  dwc:observationDate '1997-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.919444 17.489722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.919444"^^xsd:decimal ;
  dwc:decimalLongitude "17.489722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_21'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1116_21'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '17.489722'^^xsd:double;
  dwc:startLongitude '17.489722'^^xsd:double;
  dwc:endLongitude '17.489722'^^xsd:double;
  dwc:latitude '38.919444'^^xsd:double;
  dwc:startLatitude '38.919444'^^xsd:double;
  dwc:endLatitude '38.919444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.489722 38.919444, 17.489722 38.919444, 17.489722 38.919444, 17.489722 38.919444, 17.489722 38.919444))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_21'^^xsd:string;
  dwc:observationDate '1997-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0525 17.606389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0525"^^xsd:decimal ;
  dwc:decimalLongitude "17.606389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_22'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1116_22'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '17.606389'^^xsd:double;
  dwc:startLongitude '17.606389'^^xsd:double;
  dwc:endLongitude '17.606389'^^xsd:double;
  dwc:latitude '39.0525'^^xsd:double;
  dwc:startLatitude '39.0525'^^xsd:double;
  dwc:endLatitude '39.0525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.606389 39.0525, 17.606389 39.0525, 17.606389 39.0525, 17.606389 39.0525, 17.606389 39.0525))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_22'^^xsd:string;
  dwc:observationDate '1997-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5834__1116_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5834__1116_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5834__1116_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.401111 18.088056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.401111"^^xsd:decimal ;
  dwc:decimalLongitude "18.088056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5834__1116_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1116_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5834_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-03-03'^^xsd:date;
  dwc:institutionCode 'University of Pavia'^^xsd:string;
  dwc:collectionCode '1116'^^xsd:integer;
  dwc:catalogNumber '1116_23'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1116_23'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'Mediterranean Sea'^^xsd:string;
  dwc:longitude '18.088056'^^xsd:double;
  dwc:startLongitude '18.088056'^^xsd:double;
  dwc:endLongitude '18.088056'^^xsd:double;
  dwc:latitude '39.401111'^^xsd:double;
  dwc:startLatitude '39.401111'^^xsd:double;
  dwc:endLatitude '39.401111'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.088056 39.401111, 18.088056 39.401111, 18.088056 39.401111, 18.088056 39.401111, 18.088056 39.401111))'^^xsd:string;
  dwc:occurrenceRemarks 'Acoustic detection; Identification Type:Acoustic detection; Taxon recorded as "Physeter macrocephalus" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '1116_23'^^xsd:string;
  dwc:observationDate '1997-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF