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

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

<https://eurobis.org/id/occurrence/1994__64_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_10'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_10'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-122.43'^^xsd:double;
  dwc:startLongitude '-122.43'^^xsd:double;
  dwc:endLongitude '-122.43'^^xsd:double;
  dwc:latitude '36.62'^^xsd:double;
  dwc:startLatitude '36.62'^^xsd:double;
  dwc:endLatitude '36.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-122.43 36.62, -122.43 36.62, -122.43 36.62, -122.43 36.62, -122.43 36.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_10'^^xsd:string;
  dwc:observationDate '1989-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.3 -120.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.3"^^xsd:decimal ;
  dwc:decimalLongitude "-120.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_165'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_165'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-120.68'^^xsd:double;
  dwc:startLongitude '-120.68'^^xsd:double;
  dwc:endLongitude '-120.68'^^xsd:double;
  dwc:latitude '31.3'^^xsd:double;
  dwc:startLatitude '31.3'^^xsd:double;
  dwc:endLatitude '31.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-120.68 31.3, -120.68 31.3, -120.68 31.3, -120.68 31.3, -120.68 31.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_165'^^xsd:string;
  dwc:observationDate '1994-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.23 -120.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.23"^^xsd:decimal ;
  dwc:decimalLongitude "-120.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_8'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_8'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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 '8.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-120.57'^^xsd:double;
  dwc:startLongitude '-120.57'^^xsd:double;
  dwc:endLongitude '-120.57'^^xsd:double;
  dwc:latitude '34.23'^^xsd:double;
  dwc:startLatitude '34.23'^^xsd:double;
  dwc:endLatitude '34.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-120.57 34.23, -120.57 34.23, -120.57 34.23, -120.57 34.23, -120.57 34.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_8'^^xsd:string;
  dwc:observationDate '1989-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -120)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-120"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_7'^^xsd:string;
  dwc:scientificName 'Balaenoptera musculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_7'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-120'^^xsd:integer;
  dwc:startLongitude '-120'^^xsd:integer;
  dwc:endLongitude '-120'^^xsd:integer;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.2'^^xsd:double;
  dwc:endLatitude '32.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-120 32.2, -120 32.2, -120 32.2, -120 32.2, -120 32.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Blue whale" by the provider'^^xsd:string;
  dwc:aphiaid '137090'^^xsd:integer;
  dwc:occurrenceId '64_7'^^xsd:string;
  dwc:observationDate '1989-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.03 -119.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.03"^^xsd:decimal ;
  dwc:decimalLongitude "-119.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_6'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_6'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-119.27'^^xsd:double;
  dwc:startLongitude '-119.27'^^xsd:double;
  dwc:endLongitude '-119.27'^^xsd:double;
  dwc:latitude '34.03'^^xsd:double;
  dwc:startLatitude '34.03'^^xsd:double;
  dwc:endLatitude '34.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-119.27 34.03, -119.27 34.03, -119.27 34.03, -119.27 34.03, -119.27 34.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_6'^^xsd:string;
  dwc:observationDate '1989-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.82 -119.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.82"^^xsd:decimal ;
  dwc:decimalLongitude "-119.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_164'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_164'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-119.14'^^xsd:double;
  dwc:startLongitude '-119.14'^^xsd:double;
  dwc:endLongitude '-119.14'^^xsd:double;
  dwc:latitude '31.82'^^xsd:double;
  dwc:startLatitude '31.82'^^xsd:double;
  dwc:endLatitude '31.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-119.14 31.82, -119.14 31.82, -119.14 31.82, -119.14 31.82, -119.14 31.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_164'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.82 -119.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.82"^^xsd:decimal ;
  dwc:decimalLongitude "-119.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_163'^^xsd:string;
  dwc:scientificName 'Eschrichtius robustus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_163'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.58333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-119.11'^^xsd:double;
  dwc:startLongitude '-119.11'^^xsd:double;
  dwc:endLongitude '-119.11'^^xsd:double;
  dwc:latitude '31.82'^^xsd:double;
  dwc:startLatitude '31.82'^^xsd:double;
  dwc:endLatitude '31.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-119.11 31.82, -119.11 31.82, -119.11 31.82, -119.11 31.82, -119.11 31.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gray Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137112'^^xsd:integer;
  dwc:occurrenceId '64_163'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137112'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.9 -118.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.9"^^xsd:decimal ;
  dwc:decimalLongitude "-118.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_161'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_161'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-118.9'^^xsd:double;
  dwc:startLongitude '-118.9'^^xsd:double;
  dwc:endLongitude '-118.9'^^xsd:double;
  dwc:latitude '31.9'^^xsd:double;
  dwc:startLatitude '31.9'^^xsd:double;
  dwc:endLatitude '31.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-118.9 31.9, -118.9 31.9, -118.9 31.9, -118.9 31.9, -118.9 31.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_161'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -118.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-118.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_162'^^xsd:string;
  dwc:scientificName 'Eschrichtius robustus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_162'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-118.87'^^xsd:double;
  dwc:startLongitude '-118.87'^^xsd:double;
  dwc:endLongitude '-118.87'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.98'^^xsd:double;
  dwc:endLatitude '31.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-118.87 31.98, -118.87 31.98, -118.87 31.98, -118.87 31.98, -118.87 31.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Gray Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137112'^^xsd:integer;
  dwc:occurrenceId '64_162'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137112'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.17 -115.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.17"^^xsd:decimal ;
  dwc:decimalLongitude "-115.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_9'^^xsd:string;
  dwc:scientificName 'Balaenoptera brydei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_9'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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 '14.5'^^xsd:double;
  dwc:longitude '-115.38'^^xsd:double;
  dwc:startLongitude '-115.38'^^xsd:double;
  dwc:endLongitude '-115.38'^^xsd:double;
  dwc:latitude '27.17'^^xsd:double;
  dwc:startLatitude '27.17'^^xsd:double;
  dwc:endLatitude '27.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-115.38 27.17, -115.38 27.17, -115.38 27.17, -115.38 27.17, -115.38 27.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bryde\'s Whale" by the provider'^^xsd:string;
  dwc:aphiaid '242603'^^xsd:integer;
  dwc:occurrenceId '64_9'^^xsd:string;
  dwc:observationDate '1989-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '242603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.62 -90.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.62"^^xsd:decimal ;
  dwc:decimalLongitude "-90.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_5'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_5'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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 '23.983333333333'^^xsd:double;
  dwc:longitude '-90.65'^^xsd:double;
  dwc:startLongitude '-90.65'^^xsd:double;
  dwc:endLongitude '-90.65'^^xsd:double;
  dwc:latitude '10.62'^^xsd:double;
  dwc:startLatitude '10.62'^^xsd:double;
  dwc:endLatitude '10.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-90.65 10.62, -90.65 10.62, -90.65 10.62, -90.65 10.62, -90.65 10.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_5'^^xsd:string;
  dwc:observationDate '1989-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.55 -83.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.55"^^xsd:decimal ;
  dwc:decimalLongitude "-83.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_491'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_491'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '-83.97'^^xsd:double;
  dwc:startLongitude '-83.97'^^xsd:double;
  dwc:endLongitude '-83.97'^^xsd:double;
  dwc:latitude '20.55'^^xsd:double;
  dwc:startLatitude '20.55'^^xsd:double;
  dwc:endLatitude '20.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-83.97 20.55, -83.97 20.55, -83.97 20.55, -83.97 20.55, -83.97 20.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_491'^^xsd:string;
  dwc:observationDate '1998-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.33 -82.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.33"^^xsd:decimal ;
  dwc:decimalLongitude "-82.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_343'^^xsd:string;
  dwc:scientificName 'Balaenoptera musculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_343'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-82.08'^^xsd:double;
  dwc:startLongitude '-82.08'^^xsd:double;
  dwc:endLongitude '-82.08'^^xsd:double;
  dwc:latitude '-5.33'^^xsd:double;
  dwc:startLatitude '-5.33'^^xsd:double;
  dwc:endLatitude '-5.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-82.08 -5.33, -82.08 -5.33, -82.08 -5.33, -82.08 -5.33, -82.08 -5.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Blue whale" by the provider'^^xsd:string;
  dwc:aphiaid '137090'^^xsd:integer;
  dwc:occurrenceId '64_343'^^xsd:string;
  dwc:observationDate '1997-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.67 -81.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.67"^^xsd:decimal ;
  dwc:decimalLongitude "-81.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_342'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_342'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '-81.94'^^xsd:double;
  dwc:startLongitude '-81.94'^^xsd:double;
  dwc:endLongitude '-81.94'^^xsd:double;
  dwc:latitude '-5.67'^^xsd:double;
  dwc:startLatitude '-5.67'^^xsd:double;
  dwc:endLatitude '-5.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-81.94 -5.67, -81.94 -5.67, -81.94 -5.67, -81.94 -5.67, -81.94 -5.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_342'^^xsd:string;
  dwc:observationDate '1997-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.27 -81.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.27"^^xsd:decimal ;
  dwc:decimalLongitude "-81.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_937'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_937'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-81.77'^^xsd:double;
  dwc:startLongitude '-81.77'^^xsd:double;
  dwc:endLongitude '-81.77'^^xsd:double;
  dwc:latitude '24.27'^^xsd:double;
  dwc:startLatitude '24.27'^^xsd:double;
  dwc:endLatitude '24.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-81.77 24.27, -81.77 24.27, -81.77 24.27, -81.77 24.27, -81.77 24.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_937'^^xsd:string;
  dwc:observationDate '2000-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.4 -81.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.4"^^xsd:decimal ;
  dwc:decimalLongitude "-81.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_344'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_344'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-81.65'^^xsd:double;
  dwc:startLongitude '-81.65'^^xsd:double;
  dwc:endLongitude '-81.65'^^xsd:double;
  dwc:latitude '1.4'^^xsd:double;
  dwc:startLatitude '1.4'^^xsd:double;
  dwc:endLatitude '1.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-81.65 1.4, -81.65 1.4, -81.65 1.4, -81.65 1.4, -81.65 1.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_344'^^xsd:string;
  dwc:observationDate '1997-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.31 -81.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.31"^^xsd:decimal ;
  dwc:decimalLongitude "-81.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_490'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_490'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:longitude '-81.6'^^xsd:double;
  dwc:startLongitude '-81.6'^^xsd:double;
  dwc:endLongitude '-81.6'^^xsd:double;
  dwc:latitude '-5.31'^^xsd:double;
  dwc:startLatitude '-5.31'^^xsd:double;
  dwc:endLatitude '-5.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-81.6 -5.31, -81.6 -5.31, -81.6 -5.31, -81.6 -5.31, -81.6 -5.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_490'^^xsd:string;
  dwc:observationDate '1998-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.38 -81.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.38"^^xsd:decimal ;
  dwc:decimalLongitude "-81.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_345'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_345'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:longitude '-81.29'^^xsd:double;
  dwc:startLongitude '-81.29'^^xsd:double;
  dwc:endLongitude '-81.29'^^xsd:double;
  dwc:latitude '2.38'^^xsd:double;
  dwc:startLatitude '2.38'^^xsd:double;
  dwc:endLatitude '2.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-81.29 2.38, -81.29 2.38, -81.29 2.38, -81.29 2.38, -81.29 2.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_345'^^xsd:string;
  dwc:observationDate '1997-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.46 -80.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.46"^^xsd:decimal ;
  dwc:decimalLongitude "-80.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_341'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_341'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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 '12.016666666667'^^xsd:double;
  dwc:longitude '-80.7'^^xsd:double;
  dwc:startLongitude '-80.7'^^xsd:double;
  dwc:endLongitude '-80.7'^^xsd:double;
  dwc:latitude '-9.46'^^xsd:double;
  dwc:startLatitude '-9.46'^^xsd:double;
  dwc:endLatitude '-9.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-80.7 -9.46, -80.7 -9.46, -80.7 -9.46, -80.7 -9.46, -80.7 -9.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_341'^^xsd:string;
  dwc:observationDate '1997-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.46 -80.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.46"^^xsd:decimal ;
  dwc:decimalLongitude "-80.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_340'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_340'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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 '12'^^xsd:integer;
  dwc:longitude '-80.69'^^xsd:double;
  dwc:startLongitude '-80.69'^^xsd:double;
  dwc:endLongitude '-80.69'^^xsd:double;
  dwc:latitude '-9.46'^^xsd:double;
  dwc:startLatitude '-9.46'^^xsd:double;
  dwc:endLatitude '-9.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-80.69 -9.46, -80.69 -9.46, -80.69 -9.46, -80.69 -9.46, -80.69 -9.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_340'^^xsd:string;
  dwc:observationDate '1997-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.78 -79.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.78"^^xsd:decimal ;
  dwc:decimalLongitude "-79.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_346'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_346'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '-79.47'^^xsd:double;
  dwc:startLongitude '-79.47'^^xsd:double;
  dwc:endLongitude '-79.47'^^xsd:double;
  dwc:latitude '7.78'^^xsd:double;
  dwc:startLatitude '7.78'^^xsd:double;
  dwc:endLatitude '7.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-79.47 7.78, -79.47 7.78, -79.47 7.78, -79.47 7.78, -79.47 7.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_346'^^xsd:string;
  dwc:observationDate '1997-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.42 -78.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.42"^^xsd:decimal ;
  dwc:decimalLongitude "-78.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_669'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_669'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '22.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-78.88'^^xsd:double;
  dwc:startLongitude '-78.88'^^xsd:double;
  dwc:endLongitude '-78.88'^^xsd:double;
  dwc:latitude '28.42'^^xsd:double;
  dwc:startLatitude '28.42'^^xsd:double;
  dwc:endLatitude '28.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-78.88 28.42, -78.88 28.42, -78.88 28.42, -78.88 28.42, -78.88 28.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_669'^^xsd:string;
  dwc:observationDate '1972-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.62 -78.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.62"^^xsd:decimal ;
  dwc:decimalLongitude "-78.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_347'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_347'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:longitude '-78.58'^^xsd:double;
  dwc:startLongitude '-78.58'^^xsd:double;
  dwc:endLongitude '-78.58'^^xsd:double;
  dwc:latitude '12.62'^^xsd:double;
  dwc:startLatitude '12.62'^^xsd:double;
  dwc:endLatitude '12.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-78.58 12.62, -78.58 12.62, -78.58 12.62, -78.58 12.62, -78.58 12.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_347'^^xsd:string;
  dwc:observationDate '1997-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5 -76.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5"^^xsd:decimal ;
  dwc:decimalLongitude "-76.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_4'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_4'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-76.5'^^xsd:double;
  dwc:startLongitude '-76.5'^^xsd:double;
  dwc:endLongitude '-76.5'^^xsd:double;
  dwc:latitude '26.5'^^xsd:double;
  dwc:startLatitude '26.5'^^xsd:double;
  dwc:endLatitude '26.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-76.5 26.5, -76.5 26.5, -76.5 26.5, -76.5 26.5, -76.5 26.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_4'^^xsd:string;
  dwc:observationDate '1989-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.28 -76.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48.28"^^xsd:decimal ;
  dwc:decimalLongitude "-76.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_487'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_487'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.733333333333'^^xsd:double;
  dwc:longitude '-76.01'^^xsd:double;
  dwc:startLongitude '-76.01'^^xsd:double;
  dwc:endLongitude '-76.01'^^xsd:double;
  dwc:latitude '-48.28'^^xsd:double;
  dwc:startLatitude '-48.28'^^xsd:double;
  dwc:endLatitude '-48.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-76.01 -48.28, -76.01 -48.28, -76.01 -48.28, -76.01 -48.28, -76.01 -48.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_487'^^xsd:string;
  dwc:observationDate '1998-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48 -75.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48"^^xsd:decimal ;
  dwc:decimalLongitude "-75.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_691'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_691'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.666666666667'^^xsd:double;
  dwc:longitude '-75.98'^^xsd:double;
  dwc:startLongitude '-75.98'^^xsd:double;
  dwc:endLongitude '-75.98'^^xsd:double;
  dwc:latitude '-48'^^xsd:integer;
  dwc:startLatitude '-48'^^xsd:integer;
  dwc:endLatitude '-48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-75.98 -48, -75.98 -48, -75.98 -48, -75.98 -48, -75.98 -48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_691'^^xsd:string;
  dwc:observationDate '1974-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.94 -75.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.94"^^xsd:decimal ;
  dwc:decimalLongitude "-75.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1302'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1302'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.7'^^xsd:double;
  dwc:longitude '-75.93'^^xsd:double;
  dwc:startLongitude '-75.93'^^xsd:double;
  dwc:endLongitude '-75.93'^^xsd:double;
  dwc:latitude '-41.94'^^xsd:double;
  dwc:startLatitude '-41.94'^^xsd:double;
  dwc:endLatitude '-41.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-75.93 -41.94, -75.93 -41.94, -75.93 -41.94, -75.93 -41.94, -75.93 -41.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1302'^^xsd:string;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.5 -75.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.5"^^xsd:decimal ;
  dwc:decimalLongitude "-75.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_692'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_692'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '-75.5'^^xsd:double;
  dwc:startLongitude '-75.5'^^xsd:double;
  dwc:endLongitude '-75.5'^^xsd:double;
  dwc:latitude '-51.5'^^xsd:double;
  dwc:startLatitude '-51.5'^^xsd:double;
  dwc:endLatitude '-51.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-75.5 -51.5, -75.5 -51.5, -75.5 -51.5, -75.5 -51.5, -75.5 -51.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_692'^^xsd:string;
  dwc:observationDate '1974-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.45 -75.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.45"^^xsd:decimal ;
  dwc:decimalLongitude "-75.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_232'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_232'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-75.32'^^xsd:double;
  dwc:startLongitude '-75.32'^^xsd:double;
  dwc:endLongitude '-75.32'^^xsd:double;
  dwc:latitude '34.45'^^xsd:double;
  dwc:startLatitude '34.45'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-75.32 34.45, -75.32 34.45, -75.32 34.45, -75.32 34.45, -75.32 34.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_232'^^xsd:string;
  dwc:observationDate '1996-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.62 -74.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-74.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1303'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1303'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-74.75'^^xsd:double;
  dwc:startLongitude '-74.75'^^xsd:double;
  dwc:endLongitude '-74.75'^^xsd:double;
  dwc:latitude '-52.62'^^xsd:double;
  dwc:startLatitude '-52.62'^^xsd:double;
  dwc:endLatitude '-52.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.75 -52.62, -74.75 -52.62, -74.75 -52.62, -74.75 -52.62, -74.75 -52.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1303'^^xsd:string;
  dwc:observationDate '2001-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.34 -74.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.34"^^xsd:decimal ;
  dwc:decimalLongitude "-74.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_489'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_489'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '17.166666666667'^^xsd:double;
  dwc:longitude '-74.67'^^xsd:double;
  dwc:startLongitude '-74.67'^^xsd:double;
  dwc:endLongitude '-74.67'^^xsd:double;
  dwc:latitude '-16.34'^^xsd:double;
  dwc:startLatitude '-16.34'^^xsd:double;
  dwc:endLatitude '-16.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.67 -16.34, -74.67 -16.34, -74.67 -16.34, -74.67 -16.34, -74.67 -16.34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_489'^^xsd:string;
  dwc:observationDate '1998-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.56 -74.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.56"^^xsd:decimal ;
  dwc:decimalLongitude "-74.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_488'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_488'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '16'^^xsd:integer;
  dwc:longitude '-74.42'^^xsd:double;
  dwc:startLongitude '-74.42'^^xsd:double;
  dwc:endLongitude '-74.42'^^xsd:double;
  dwc:latitude '-16.56'^^xsd:double;
  dwc:startLatitude '-16.56'^^xsd:double;
  dwc:endLatitude '-16.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.42 -16.56, -74.42 -16.56, -74.42 -16.56, -74.42 -16.56, -74.42 -16.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_488'^^xsd:string;
  dwc:observationDate '1998-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.28 -74.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.28"^^xsd:decimal ;
  dwc:decimalLongitude "-74.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_668'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_668'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-74.42'^^xsd:double;
  dwc:startLongitude '-74.42'^^xsd:double;
  dwc:endLongitude '-74.42'^^xsd:double;
  dwc:latitude '27.28'^^xsd:double;
  dwc:startLatitude '27.28'^^xsd:double;
  dwc:endLatitude '27.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.42 27.28, -74.42 27.28, -74.42 27.28, -74.42 27.28, -74.42 27.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_668'^^xsd:string;
  dwc:observationDate '1972-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.76 -74.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.76"^^xsd:decimal ;
  dwc:decimalLongitude "-74.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_348'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_348'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-74.39'^^xsd:double;
  dwc:startLongitude '-74.39'^^xsd:double;
  dwc:endLongitude '-74.39'^^xsd:double;
  dwc:latitude '34.76'^^xsd:double;
  dwc:startLatitude '34.76'^^xsd:double;
  dwc:endLatitude '34.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.39 34.76, -74.39 34.76, -74.39 34.76, -74.39 34.76, -74.39 34.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_348'^^xsd:string;
  dwc:observationDate '1997-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.85 -74.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.85"^^xsd:decimal ;
  dwc:decimalLongitude "-74.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_231'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_231'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-74.27'^^xsd:double;
  dwc:startLongitude '-74.27'^^xsd:double;
  dwc:endLongitude '-74.27'^^xsd:double;
  dwc:latitude '35.85'^^xsd:double;
  dwc:startLatitude '35.85'^^xsd:double;
  dwc:endLatitude '35.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.27 35.85, -74.27 35.85, -74.27 35.85, -74.27 35.85, -74.27 35.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_231'^^xsd:string;
  dwc:observationDate '1996-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.86 -73.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.86"^^xsd:decimal ;
  dwc:decimalLongitude "-73.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_938'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_938'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.133333333333'^^xsd:double;
  dwc:longitude '-73.94'^^xsd:double;
  dwc:startLongitude '-73.94'^^xsd:double;
  dwc:endLongitude '-73.94'^^xsd:double;
  dwc:latitude '19.86'^^xsd:double;
  dwc:startLatitude '19.86'^^xsd:double;
  dwc:endLatitude '19.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-73.94 19.86, -73.94 19.86, -73.94 19.86, -73.94 19.86, -73.94 19.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_938'^^xsd:string;
  dwc:observationDate '2000-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.92 -73.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.92"^^xsd:decimal ;
  dwc:decimalLongitude "-73.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_666'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_666'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '0.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-73.83'^^xsd:double;
  dwc:startLongitude '-73.83'^^xsd:double;
  dwc:endLongitude '-73.83'^^xsd:double;
  dwc:latitude '30.92'^^xsd:double;
  dwc:startLatitude '30.92'^^xsd:double;
  dwc:endLatitude '30.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-73.83 30.92, -73.83 30.92, -73.83 30.92, -73.83 30.92, -73.83 30.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_666'^^xsd:string;
  dwc:observationDate '1972-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.75 -73.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-73.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1301'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1301'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-73.64'^^xsd:double;
  dwc:startLongitude '-73.64'^^xsd:double;
  dwc:endLongitude '-73.64'^^xsd:double;
  dwc:latitude '-36.75'^^xsd:double;
  dwc:startLatitude '-36.75'^^xsd:double;
  dwc:endLatitude '-36.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-73.64 -36.75, -73.64 -36.75, -73.64 -36.75, -73.64 -36.75, -73.64 -36.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1301'^^xsd:string;
  dwc:observationDate '2001-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.77 -73.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.77"^^xsd:decimal ;
  dwc:decimalLongitude "-73.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_895'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_895'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.116666666667'^^xsd:double;
  dwc:longitude '-73.1'^^xsd:double;
  dwc:startLongitude '-73.1'^^xsd:double;
  dwc:endLongitude '-73.1'^^xsd:double;
  dwc:latitude '-18.77'^^xsd:double;
  dwc:startLatitude '-18.77'^^xsd:double;
  dwc:endLatitude '-18.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-73.1 -18.77, -73.1 -18.77, -73.1 -18.77, -73.1 -18.77, -73.1 -18.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_895'^^xsd:string;
  dwc:observationDate '2001-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.91 -73.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.91"^^xsd:decimal ;
  dwc:decimalLongitude "-73.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_339'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_339'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-73.06'^^xsd:double;
  dwc:startLongitude '-73.06'^^xsd:double;
  dwc:endLongitude '-73.06'^^xsd:double;
  dwc:latitude '-34.91'^^xsd:double;
  dwc:startLatitude '-34.91'^^xsd:double;
  dwc:endLatitude '-34.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-73.06 -34.91, -73.06 -34.91, -73.06 -34.91, -73.06 -34.91, -73.06 -34.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_339'^^xsd:string;
  dwc:observationDate '1997-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.07 -72.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.07"^^xsd:decimal ;
  dwc:decimalLongitude "-72.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_229'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_229'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^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 '14.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-72.98'^^xsd:double;
  dwc:startLongitude '-72.98'^^xsd:double;
  dwc:endLongitude '-72.98'^^xsd:double;
  dwc:latitude '37.07'^^xsd:double;
  dwc:startLatitude '37.07'^^xsd:double;
  dwc:endLatitude '37.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-72.98 37.07, -72.98 37.07, -72.98 37.07, -72.98 37.07, -72.98 37.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_229'^^xsd:string;
  dwc:observationDate '1996-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.1 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.1"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_530'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_530'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:startLongitude '-70.55'^^xsd:double;
  dwc:endLongitude '-70.55'^^xsd:double;
  dwc:latitude '-67.1'^^xsd:double;
  dwc:startLatitude '-67.1'^^xsd:double;
  dwc:endLatitude '-67.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.55 -67.1, -70.55 -67.1, -70.55 -67.1, -70.55 -67.1, -70.55 -67.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_530'^^xsd:string;
  dwc:observationDate '1980-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1284'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1284'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.6166666666667'^^xsd:double;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '-56'^^xsd:integer;
  dwc:startLatitude '-56'^^xsd:integer;
  dwc:endLatitude '-56'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-70.42 -56, -70.42 -56, -70.42 -56, -70.42 -56, -70.42 -56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1284'^^xsd:string;
  dwc:observationDate '2000-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.62 -70)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.62"^^xsd:decimal ;
  dwc:decimalLongitude "-70"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_540'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_540'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-70'^^xsd:integer;
  dwc:startLongitude '-70'^^xsd:integer;
  dwc:endLongitude '-70'^^xsd:integer;
  dwc:latitude '-67.62'^^xsd:double;
  dwc:startLatitude '-67.62'^^xsd:double;
  dwc:endLatitude '-67.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70 -67.62, -70 -67.62, -70 -67.62, -70 -67.62, -70 -67.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_540'^^xsd:string;
  dwc:observationDate '1980-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.75 -69.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.75"^^xsd:decimal ;
  dwc:decimalLongitude "-69.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_528'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_528'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-69.72'^^xsd:double;
  dwc:startLongitude '-69.72'^^xsd:double;
  dwc:endLongitude '-69.72'^^xsd:double;
  dwc:latitude '-66.75'^^xsd:double;
  dwc:startLatitude '-66.75'^^xsd:double;
  dwc:endLatitude '-66.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.72 -66.75, -69.72 -66.75, -69.72 -66.75, -69.72 -66.75, -69.72 -66.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_528'^^xsd:string;
  dwc:observationDate '1980-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.75 -69.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.75"^^xsd:decimal ;
  dwc:decimalLongitude "-69.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_531'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_531'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:longitude '-69.67'^^xsd:double;
  dwc:startLongitude '-69.67'^^xsd:double;
  dwc:endLongitude '-69.67'^^xsd:double;
  dwc:latitude '-67.75'^^xsd:double;
  dwc:startLatitude '-67.75'^^xsd:double;
  dwc:endLatitude '-67.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.67 -67.75, -69.67 -67.75, -69.67 -67.75, -69.67 -67.75, -69.67 -67.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_531'^^xsd:string;
  dwc:observationDate '1980-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.75 -69.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.75"^^xsd:decimal ;
  dwc:decimalLongitude "-69.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_532'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_532'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-69.67'^^xsd:double;
  dwc:startLongitude '-69.67'^^xsd:double;
  dwc:endLongitude '-69.67'^^xsd:double;
  dwc:latitude '-67.75'^^xsd:double;
  dwc:startLatitude '-67.75'^^xsd:double;
  dwc:endLatitude '-67.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.67 -67.75, -69.67 -67.75, -69.67 -67.75, -69.67 -67.75, -69.67 -67.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_532'^^xsd:string;
  dwc:observationDate '1980-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.73 -69.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.73"^^xsd:decimal ;
  dwc:decimalLongitude "-69.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_538'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_538'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-69.63'^^xsd:double;
  dwc:startLongitude '-69.63'^^xsd:double;
  dwc:endLongitude '-69.63'^^xsd:double;
  dwc:latitude '-67.73'^^xsd:double;
  dwc:startLatitude '-67.73'^^xsd:double;
  dwc:endLatitude '-67.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.63 -67.73, -69.63 -67.73, -69.63 -67.73, -69.63 -67.73, -69.63 -67.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_538'^^xsd:string;
  dwc:observationDate '1980-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.67 -69.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.67"^^xsd:decimal ;
  dwc:decimalLongitude "-69.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_539'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_539'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-69.63'^^xsd:double;
  dwc:startLongitude '-69.63'^^xsd:double;
  dwc:endLongitude '-69.63'^^xsd:double;
  dwc:latitude '-67.67'^^xsd:double;
  dwc:startLatitude '-67.67'^^xsd:double;
  dwc:endLatitude '-67.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.63 -67.67, -69.63 -67.67, -69.63 -67.67, -69.63 -67.67, -69.63 -67.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_539'^^xsd:string;
  dwc:observationDate '1980-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.73 -69.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.73"^^xsd:decimal ;
  dwc:decimalLongitude "-69.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_537'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_537'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-69.58'^^xsd:double;
  dwc:startLongitude '-69.58'^^xsd:double;
  dwc:endLongitude '-69.58'^^xsd:double;
  dwc:latitude '-67.73'^^xsd:double;
  dwc:startLatitude '-67.73'^^xsd:double;
  dwc:endLatitude '-67.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.58 -67.73, -69.58 -67.73, -69.58 -67.73, -69.58 -67.73, -69.58 -67.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_537'^^xsd:string;
  dwc:observationDate '1980-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.37 -69.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68.37"^^xsd:decimal ;
  dwc:decimalLongitude "-69.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_701'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_701'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:longitude '-69.47'^^xsd:double;
  dwc:startLongitude '-69.47'^^xsd:double;
  dwc:endLongitude '-69.47'^^xsd:double;
  dwc:latitude '-68.37'^^xsd:double;
  dwc:startLatitude '-68.37'^^xsd:double;
  dwc:endLatitude '-68.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.47 -68.37, -69.47 -68.37, -69.47 -68.37, -69.47 -68.37, -69.47 -68.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_701'^^xsd:string;
  dwc:observationDate '1974-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.6 -69.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.6"^^xsd:decimal ;
  dwc:decimalLongitude "-69.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_541'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_541'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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 '0'^^xsd:integer;
  dwc:longitude '-69.42'^^xsd:double;
  dwc:startLongitude '-69.42'^^xsd:double;
  dwc:endLongitude '-69.42'^^xsd:double;
  dwc:latitude '-67.6'^^xsd:double;
  dwc:startLatitude '-67.6'^^xsd:double;
  dwc:endLatitude '-67.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.42 -67.6, -69.42 -67.6, -69.42 -67.6, -69.42 -67.6, -69.42 -67.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_541'^^xsd:string;
  dwc:observationDate '1980-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.81 -69.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.81"^^xsd:decimal ;
  dwc:decimalLongitude "-69.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_333'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_333'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:longitude '-69.22'^^xsd:double;
  dwc:startLongitude '-69.22'^^xsd:double;
  dwc:endLongitude '-69.22'^^xsd:double;
  dwc:latitude '-67.81'^^xsd:double;
  dwc:startLatitude '-67.81'^^xsd:double;
  dwc:endLatitude '-67.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.22 -67.81, -69.22 -67.81, -69.22 -67.81, -69.22 -67.81, -69.22 -67.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_333'^^xsd:string;
  dwc:observationDate '1997-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.77 -69.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.77"^^xsd:decimal ;
  dwc:decimalLongitude "-69.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_536'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_536'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-69.13'^^xsd:double;
  dwc:startLongitude '-69.13'^^xsd:double;
  dwc:endLongitude '-69.13'^^xsd:double;
  dwc:latitude '-67.77'^^xsd:double;
  dwc:startLatitude '-67.77'^^xsd:double;
  dwc:endLatitude '-67.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.13 -67.77, -69.13 -67.77, -69.13 -67.77, -69.13 -67.77, -69.13 -67.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_536'^^xsd:string;
  dwc:observationDate '1980-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.38 -69.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68.38"^^xsd:decimal ;
  dwc:decimalLongitude "-69.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_703'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_703'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-69.08'^^xsd:double;
  dwc:startLongitude '-69.08'^^xsd:double;
  dwc:endLongitude '-69.08'^^xsd:double;
  dwc:latitude '-68.38'^^xsd:double;
  dwc:startLatitude '-68.38'^^xsd:double;
  dwc:endLatitude '-68.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.08 -68.38, -69.08 -68.38, -69.08 -68.38, -69.08 -68.38, -69.08 -68.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_703'^^xsd:string;
  dwc:observationDate '1974-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.37 -69.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68.37"^^xsd:decimal ;
  dwc:decimalLongitude "-69.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_702'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_702'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-69.08'^^xsd:double;
  dwc:startLongitude '-69.08'^^xsd:double;
  dwc:endLongitude '-69.08'^^xsd:double;
  dwc:latitude '-68.37'^^xsd:double;
  dwc:startLatitude '-68.37'^^xsd:double;
  dwc:endLatitude '-68.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.08 -68.37, -69.08 -68.37, -69.08 -68.37, -69.08 -68.37, -69.08 -68.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_702'^^xsd:string;
  dwc:observationDate '1974-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.77 -68.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.77"^^xsd:decimal ;
  dwc:decimalLongitude "-68.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_699'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_699'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^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 '15'^^xsd:integer;
  dwc:longitude '-68.95'^^xsd:double;
  dwc:startLongitude '-68.95'^^xsd:double;
  dwc:endLongitude '-68.95'^^xsd:double;
  dwc:latitude '-67.77'^^xsd:double;
  dwc:startLatitude '-67.77'^^xsd:double;
  dwc:endLatitude '-67.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.95 -67.77, -68.95 -67.77, -68.95 -67.77, -68.95 -67.77, -68.95 -67.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_699'^^xsd:string;
  dwc:observationDate '1974-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.83 -68.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.83"^^xsd:decimal ;
  dwc:decimalLongitude "-68.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_533'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_533'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:longitude '-68.92'^^xsd:double;
  dwc:startLongitude '-68.92'^^xsd:double;
  dwc:endLongitude '-68.92'^^xsd:double;
  dwc:latitude '-67.83'^^xsd:double;
  dwc:startLatitude '-67.83'^^xsd:double;
  dwc:endLatitude '-67.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.92 -67.83, -68.92 -67.83, -68.92 -67.83, -68.92 -67.83, -68.92 -67.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_533'^^xsd:string;
  dwc:observationDate '1980-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.13 -68.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.13"^^xsd:decimal ;
  dwc:decimalLongitude "-68.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_595'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_595'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-68.54'^^xsd:double;
  dwc:startLongitude '-68.54'^^xsd:double;
  dwc:endLongitude '-68.54'^^xsd:double;
  dwc:latitude '17.13'^^xsd:double;
  dwc:startLatitude '17.13'^^xsd:double;
  dwc:endLatitude '17.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.54 17.13, -68.54 17.13, -68.54 17.13, -68.54 17.13, -68.54 17.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_595'^^xsd:string;
  dwc:observationDate '1970-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.45 -68.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68.45"^^xsd:decimal ;
  dwc:decimalLongitude "-68.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_704'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_704'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:longitude '-68.25'^^xsd:double;
  dwc:startLongitude '-68.25'^^xsd:double;
  dwc:endLongitude '-68.25'^^xsd:double;
  dwc:latitude '-68.45'^^xsd:double;
  dwc:startLatitude '-68.45'^^xsd:double;
  dwc:endLatitude '-68.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.25 -68.45, -68.25 -68.45, -68.25 -68.45, -68.25 -68.45, -68.25 -68.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_704'^^xsd:string;
  dwc:observationDate '1974-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.57 -68.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.57"^^xsd:decimal ;
  dwc:decimalLongitude "-68.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_336'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_336'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:longitude '-68.23'^^xsd:double;
  dwc:startLongitude '-68.23'^^xsd:double;
  dwc:endLongitude '-68.23'^^xsd:double;
  dwc:latitude '-67.57'^^xsd:double;
  dwc:startLatitude '-67.57'^^xsd:double;
  dwc:endLatitude '-67.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.23 -67.57, -68.23 -67.57, -68.23 -67.57, -68.23 -67.57, -68.23 -67.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_336'^^xsd:string;
  dwc:observationDate '1997-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.69 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.69"^^xsd:decimal ;
  dwc:decimalLongitude "-68.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_335'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_335'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:startLongitude '-68.2'^^xsd:double;
  dwc:endLongitude '-68.2'^^xsd:double;
  dwc:latitude '-67.69'^^xsd:double;
  dwc:startLatitude '-67.69'^^xsd:double;
  dwc:endLatitude '-67.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.2 -67.69, -68.2 -67.69, -68.2 -67.69, -68.2 -67.69, -68.2 -67.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_335'^^xsd:string;
  dwc:observationDate '1997-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68.42 -68.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68.42"^^xsd:decimal ;
  dwc:decimalLongitude "-68.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_700'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_700'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '-68.17'^^xsd:double;
  dwc:startLongitude '-68.17'^^xsd:double;
  dwc:endLongitude '-68.17'^^xsd:double;
  dwc:latitude '-68.42'^^xsd:double;
  dwc:startLatitude '-68.42'^^xsd:double;
  dwc:endLatitude '-68.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.17 -68.42, -68.17 -68.42, -68.17 -68.42, -68.17 -68.42, -68.17 -68.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_700'^^xsd:string;
  dwc:observationDate '1974-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.77 -68.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.77"^^xsd:decimal ;
  dwc:decimalLongitude "-68.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_334'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_334'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:longitude '-68.12'^^xsd:double;
  dwc:startLongitude '-68.12'^^xsd:double;
  dwc:endLongitude '-68.12'^^xsd:double;
  dwc:latitude '-67.77'^^xsd:double;
  dwc:startLatitude '-67.77'^^xsd:double;
  dwc:endLatitude '-67.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.12 -67.77, -68.12 -67.77, -68.12 -67.77, -68.12 -67.77, -68.12 -67.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_334'^^xsd:string;
  dwc:observationDate '1997-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.1 -67.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.1"^^xsd:decimal ;
  dwc:decimalLongitude "-67.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_544'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_544'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-67.95'^^xsd:double;
  dwc:startLongitude '-67.95'^^xsd:double;
  dwc:endLongitude '-67.95'^^xsd:double;
  dwc:latitude '-66.1'^^xsd:double;
  dwc:startLatitude '-66.1'^^xsd:double;
  dwc:endLatitude '-66.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.95 -66.1, -67.95 -66.1, -67.95 -66.1, -67.95 -66.1, -67.95 -66.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_544'^^xsd:string;
  dwc:observationDate '1980-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.67 -67.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.67"^^xsd:decimal ;
  dwc:decimalLongitude "-67.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1300'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1300'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:longitude '-67.93'^^xsd:double;
  dwc:startLongitude '-67.93'^^xsd:double;
  dwc:endLongitude '-67.93'^^xsd:double;
  dwc:latitude '-52.67'^^xsd:double;
  dwc:startLatitude '-52.67'^^xsd:double;
  dwc:endLatitude '-52.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.93 -52.67, -67.93 -52.67, -67.93 -52.67, -67.93 -52.67, -67.93 -52.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "white-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '64_1300'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.97 -67.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.97"^^xsd:decimal ;
  dwc:decimalLongitude "-67.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_228'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_228'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.783333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-67.88'^^xsd:double;
  dwc:startLongitude '-67.88'^^xsd:double;
  dwc:endLongitude '-67.88'^^xsd:double;
  dwc:latitude '37.97'^^xsd:double;
  dwc:startLatitude '37.97'^^xsd:double;
  dwc:endLatitude '37.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.88 37.97, -67.88 37.97, -67.88 37.97, -67.88 37.97, -67.88 37.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_228'^^xsd:string;
  dwc:observationDate '1996-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.2 -67.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-67.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_705'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_705'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:longitude '-67.87'^^xsd:double;
  dwc:startLongitude '-67.87'^^xsd:double;
  dwc:endLongitude '-67.87'^^xsd:double;
  dwc:latitude '-64.2'^^xsd:double;
  dwc:startLatitude '-64.2'^^xsd:double;
  dwc:endLatitude '-64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.87 -64.2, -67.87 -64.2, -67.87 -64.2, -67.87 -64.2, -67.87 -64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_705'^^xsd:string;
  dwc:observationDate '1974-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.58 -67.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.58"^^xsd:decimal ;
  dwc:decimalLongitude "-67.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_706'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_706'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:longitude '-67.5'^^xsd:double;
  dwc:startLongitude '-67.5'^^xsd:double;
  dwc:endLongitude '-67.5'^^xsd:double;
  dwc:latitude '-63.58'^^xsd:double;
  dwc:startLatitude '-63.58'^^xsd:double;
  dwc:endLatitude '-63.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.5 -63.58, -67.5 -63.58, -67.5 -63.58, -67.5 -63.58, -67.5 -63.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_706'^^xsd:string;
  dwc:observationDate '1974-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 -67.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "-67.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_529'^^xsd:string;
  dwc:scientificName 'Balaenoptera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_529'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:longitude '-67.17'^^xsd:double;
  dwc:startLongitude '-67.17'^^xsd:double;
  dwc:endLongitude '-67.17'^^xsd:double;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:startLatitude '-65.5'^^xsd:double;
  dwc:endLatitude '-65.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.17 -65.5, -67.17 -65.5, -67.17 -65.5, -67.17 -65.5, -67.17 -65.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Baleen Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137013'^^xsd:integer;
  dwc:occurrenceId '64_529'^^xsd:string;
  dwc:observationDate '1980-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137013'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.68 -66.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.68"^^xsd:decimal ;
  dwc:decimalLongitude "-66.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_695'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_695'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-66.47'^^xsd:double;
  dwc:startLongitude '-66.47'^^xsd:double;
  dwc:endLongitude '-66.47'^^xsd:double;
  dwc:latitude '-55.68'^^xsd:double;
  dwc:startLatitude '-55.68'^^xsd:double;
  dwc:endLatitude '-55.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.47 -55.68, -66.47 -55.68, -66.47 -55.68, -66.47 -55.68, -66.47 -55.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_695'^^xsd:string;
  dwc:observationDate '1974-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.68 -66.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.68"^^xsd:decimal ;
  dwc:decimalLongitude "-66.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_694'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_694'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-66.47'^^xsd:double;
  dwc:startLongitude '-66.47'^^xsd:double;
  dwc:endLongitude '-66.47'^^xsd:double;
  dwc:latitude '-55.68'^^xsd:double;
  dwc:startLatitude '-55.68'^^xsd:double;
  dwc:endLatitude '-55.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.47 -55.68, -66.47 -55.68, -66.47 -55.68, -66.47 -55.68, -66.47 -55.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_694'^^xsd:string;
  dwc:observationDate '1974-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.05 -65.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.05"^^xsd:decimal ;
  dwc:decimalLongitude "-65.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_543'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_543'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-65.93'^^xsd:double;
  dwc:startLongitude '-65.93'^^xsd:double;
  dwc:endLongitude '-65.93'^^xsd:double;
  dwc:latitude '-63.05'^^xsd:double;
  dwc:startLatitude '-63.05'^^xsd:double;
  dwc:endLatitude '-63.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.93 -63.05, -65.93 -63.05, -65.93 -63.05, -65.93 -63.05, -65.93 -63.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_543'^^xsd:string;
  dwc:observationDate '1980-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.57 -65.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.57"^^xsd:decimal ;
  dwc:decimalLongitude "-65.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_707'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_707'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-65.33'^^xsd:double;
  dwc:startLongitude '-65.33'^^xsd:double;
  dwc:endLongitude '-65.33'^^xsd:double;
  dwc:latitude '-59.57'^^xsd:double;
  dwc:startLatitude '-59.57'^^xsd:double;
  dwc:endLatitude '-59.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.33 -59.57, -65.33 -59.57, -65.33 -59.57, -65.33 -59.57, -65.33 -59.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_707'^^xsd:string;
  dwc:observationDate '1974-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18 -65.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18"^^xsd:decimal ;
  dwc:decimalLongitude "-65.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_942'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_942'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:longitude '-65.05'^^xsd:double;
  dwc:startLongitude '-65.05'^^xsd:double;
  dwc:endLongitude '-65.05'^^xsd:double;
  dwc:latitude '18'^^xsd:integer;
  dwc:startLatitude '18'^^xsd:integer;
  dwc:endLatitude '18'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-65.05 18, -65.05 18, -65.05 18, -65.05 18, -65.05 18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_942'^^xsd:string;
  dwc:observationDate '2000-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.17 -64.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.17"^^xsd:decimal ;
  dwc:decimalLongitude "-64.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_527'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_527'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-64.37'^^xsd:double;
  dwc:startLongitude '-64.37'^^xsd:double;
  dwc:endLongitude '-64.37'^^xsd:double;
  dwc:latitude '-65.17'^^xsd:double;
  dwc:startLatitude '-65.17'^^xsd:double;
  dwc:endLatitude '-65.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.37 -65.17, -64.37 -65.17, -64.37 -65.17, -64.37 -65.17, -64.37 -65.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_527'^^xsd:string;
  dwc:observationDate '1980-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.25 -64.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.25"^^xsd:decimal ;
  dwc:decimalLongitude "-64.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_516'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_516'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^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 '14'^^xsd:integer;
  dwc:longitude '-64.28'^^xsd:double;
  dwc:startLongitude '-64.28'^^xsd:double;
  dwc:endLongitude '-64.28'^^xsd:double;
  dwc:latitude '-65.25'^^xsd:double;
  dwc:startLatitude '-65.25'^^xsd:double;
  dwc:endLatitude '-65.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.28 -65.25, -64.28 -65.25, -64.28 -65.25, -64.28 -65.25, -64.28 -65.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_516'^^xsd:string;
  dwc:observationDate '1979-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 -64.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "-64.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_492'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_492'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-64.04'^^xsd:double;
  dwc:startLongitude '-64.04'^^xsd:double;
  dwc:endLongitude '-64.04'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:startLatitude '42.23'^^xsd:double;
  dwc:endLatitude '42.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.04 42.23, -64.04 42.23, -64.04 42.23, -64.04 42.23, -64.04 42.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_492'^^xsd:string;
  dwc:observationDate '1998-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.2 -63.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.2"^^xsd:decimal ;
  dwc:decimalLongitude "-63.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_941'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_941'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:longitude '-63.82'^^xsd:double;
  dwc:startLongitude '-63.82'^^xsd:double;
  dwc:endLongitude '-63.82'^^xsd:double;
  dwc:latitude '12.2'^^xsd:double;
  dwc:startLatitude '12.2'^^xsd:double;
  dwc:endLatitude '12.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.82 12.2, -63.82 12.2, -63.82 12.2, -63.82 12.2, -63.82 12.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_941'^^xsd:string;
  dwc:observationDate '2000-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.88 -63.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.88"^^xsd:decimal ;
  dwc:decimalLongitude "-63.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_889'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_889'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:longitude '-63.77'^^xsd:double;
  dwc:startLongitude '-63.77'^^xsd:double;
  dwc:endLongitude '-63.77'^^xsd:double;
  dwc:latitude '-64.88'^^xsd:double;
  dwc:startLatitude '-64.88'^^xsd:double;
  dwc:endLatitude '-64.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.77 -64.88, -63.77 -64.88, -63.77 -64.88, -63.77 -64.88, -63.77 -64.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_889'^^xsd:string;
  dwc:observationDate '2001-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.93 -63.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.93"^^xsd:decimal ;
  dwc:decimalLongitude "-63.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1066'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1066'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:longitude '-63.36'^^xsd:double;
  dwc:startLongitude '-63.36'^^xsd:double;
  dwc:endLongitude '-63.36'^^xsd:double;
  dwc:latitude '-64.93'^^xsd:double;
  dwc:startLatitude '-64.93'^^xsd:double;
  dwc:endLatitude '-64.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.36 -64.93, -63.36 -64.93, -63.36 -64.93, -63.36 -64.93, -63.36 -64.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1066'^^xsd:string;
  dwc:observationDate '2002-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.86 -63.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.86"^^xsd:decimal ;
  dwc:decimalLongitude "-63.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1067'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1067'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:longitude '-63.24'^^xsd:double;
  dwc:startLongitude '-63.24'^^xsd:double;
  dwc:endLongitude '-63.24'^^xsd:double;
  dwc:latitude '-64.86'^^xsd:double;
  dwc:startLatitude '-64.86'^^xsd:double;
  dwc:endLatitude '-64.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.24 -64.86, -63.24 -64.86, -63.24 -64.86, -63.24 -64.86, -63.24 -64.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1067'^^xsd:string;
  dwc:observationDate '2002-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.85 -63.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.85"^^xsd:decimal ;
  dwc:decimalLongitude "-63.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1068'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1068'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5833333333333'^^xsd:double;
  dwc:longitude '-63.23'^^xsd:double;
  dwc:startLongitude '-63.23'^^xsd:double;
  dwc:endLongitude '-63.23'^^xsd:double;
  dwc:latitude '-64.85'^^xsd:double;
  dwc:startLatitude '-64.85'^^xsd:double;
  dwc:endLatitude '-64.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.23 -64.85, -63.23 -64.85, -63.23 -64.85, -63.23 -64.85, -63.23 -64.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1068'^^xsd:string;
  dwc:observationDate '2002-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.81 -63.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.81"^^xsd:decimal ;
  dwc:decimalLongitude "-63.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1064'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1064'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:longitude '-63.2'^^xsd:double;
  dwc:startLongitude '-63.2'^^xsd:double;
  dwc:endLongitude '-63.2'^^xsd:double;
  dwc:latitude '-64.81'^^xsd:double;
  dwc:startLatitude '-64.81'^^xsd:double;
  dwc:endLatitude '-64.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.2 -64.81, -63.2 -64.81, -63.2 -64.81, -63.2 -64.81, -63.2 -64.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1064'^^xsd:string;
  dwc:observationDate '2002-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -63.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-63.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1063'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1063'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.0833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-63.19'^^xsd:double;
  dwc:startLongitude '-63.19'^^xsd:double;
  dwc:endLongitude '-63.19'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:startLatitude '-64.8'^^xsd:double;
  dwc:endLatitude '-64.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.19 -64.8, -63.19 -64.8, -63.19 -64.8, -63.19 -64.8, -63.19 -64.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1063'^^xsd:string;
  dwc:observationDate '2002-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.8 -63.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.8"^^xsd:decimal ;
  dwc:decimalLongitude "-63.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1070'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1070'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.733333333333'^^xsd:double;
  dwc:longitude '-63.14'^^xsd:double;
  dwc:startLongitude '-63.14'^^xsd:double;
  dwc:endLongitude '-63.14'^^xsd:double;
  dwc:latitude '-64.8'^^xsd:double;
  dwc:startLatitude '-64.8'^^xsd:double;
  dwc:endLatitude '-64.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.14 -64.8, -63.14 -64.8, -63.14 -64.8, -63.14 -64.8, -63.14 -64.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1070'^^xsd:string;
  dwc:observationDate '2002-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.1 -63.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.1"^^xsd:decimal ;
  dwc:decimalLongitude "-63.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1065'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1065'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '-63.13'^^xsd:double;
  dwc:startLongitude '-63.13'^^xsd:double;
  dwc:endLongitude '-63.13'^^xsd:double;
  dwc:latitude '-64.1'^^xsd:double;
  dwc:startLatitude '-64.1'^^xsd:double;
  dwc:endLatitude '-64.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.13 -64.1, -63.13 -64.1, -63.13 -64.1, -63.13 -64.1, -63.13 -64.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1065'^^xsd:string;
  dwc:observationDate '2002-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.76 -63.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.76"^^xsd:decimal ;
  dwc:decimalLongitude "-63.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1060'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1060'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:longitude '-63.1'^^xsd:double;
  dwc:startLongitude '-63.1'^^xsd:double;
  dwc:endLongitude '-63.1'^^xsd:double;
  dwc:latitude '-64.76'^^xsd:double;
  dwc:startLatitude '-64.76'^^xsd:double;
  dwc:endLatitude '-64.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.1 -64.76, -63.1 -64.76, -63.1 -64.76, -63.1 -64.76, -63.1 -64.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1060'^^xsd:string;
  dwc:observationDate '2002-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.75 -63.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.75"^^xsd:decimal ;
  dwc:decimalLongitude "-63.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1069'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1069'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.0666666666667'^^xsd:double;
  dwc:longitude '-63.1'^^xsd:double;
  dwc:startLongitude '-63.1'^^xsd:double;
  dwc:endLongitude '-63.1'^^xsd:double;
  dwc:latitude '-64.75'^^xsd:double;
  dwc:startLatitude '-64.75'^^xsd:double;
  dwc:endLatitude '-64.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.1 -64.75, -63.1 -64.75, -63.1 -64.75, -63.1 -64.75, -63.1 -64.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1069'^^xsd:string;
  dwc:observationDate '2001-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.71 -63.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.71"^^xsd:decimal ;
  dwc:decimalLongitude "-63.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1062'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1062'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.766666666667'^^xsd:double;
  dwc:longitude '-63.07'^^xsd:double;
  dwc:startLongitude '-63.07'^^xsd:double;
  dwc:endLongitude '-63.07'^^xsd:double;
  dwc:latitude '-64.71'^^xsd:double;
  dwc:startLatitude '-64.71'^^xsd:double;
  dwc:endLatitude '-64.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.07 -64.71, -63.07 -64.71, -63.07 -64.71, -63.07 -64.71, -63.07 -64.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1062'^^xsd:string;
  dwc:observationDate '2002-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 -62.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "-62.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_478'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_478'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-62.97'^^xsd:double;
  dwc:startLongitude '-62.97'^^xsd:double;
  dwc:endLongitude '-62.97'^^xsd:double;
  dwc:latitude '42.8'^^xsd:double;
  dwc:startLatitude '42.8'^^xsd:double;
  dwc:endLatitude '42.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.97 42.8, -62.97 42.8, -62.97 42.8, -62.97 42.8, -62.97 42.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_478'^^xsd:string;
  dwc:observationDate '1998-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.69 -62.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.69"^^xsd:decimal ;
  dwc:decimalLongitude "-62.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/1994__64_1061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.69 -62.96)"^^geo:wktLiteral ;
  geo-pos:lat "-64.69"^^xsd:decimal ;
  geo-pos:long "-62.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1061'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1061'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:longitude '-62.96'^^xsd:double;
  dwc:startLongitude '-62.96'^^xsd:double;
  dwc:endLongitude '-62.96'^^xsd:double;
  dwc:latitude '-64.69'^^xsd:double;
  dwc:startLatitude '-64.69'^^xsd:double;
  dwc:endLatitude '-64.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.96 -64.69, -62.96 -64.69, -62.96 -64.69, -62.96 -64.69, -62.96 -64.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1061'^^xsd:string;
  dwc:observationDate '2002-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.56 -62.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.56"^^xsd:decimal ;
  dwc:decimalLongitude "-62.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_479'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_479'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-62.89'^^xsd:double;
  dwc:startLongitude '-62.89'^^xsd:double;
  dwc:endLongitude '-62.89'^^xsd:double;
  dwc:latitude '42.56'^^xsd:double;
  dwc:startLatitude '42.56'^^xsd:double;
  dwc:endLatitude '42.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.89 42.56, -62.89 42.56, -62.89 42.56, -62.89 42.56, -62.89 42.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_479'^^xsd:string;
  dwc:observationDate '1998-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.77 -62.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.77"^^xsd:decimal ;
  dwc:decimalLongitude "-62.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_935'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_935'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:longitude '-62.58'^^xsd:double;
  dwc:startLongitude '-62.58'^^xsd:double;
  dwc:endLongitude '-62.58'^^xsd:double;
  dwc:latitude '11.77'^^xsd:double;
  dwc:startLatitude '11.77'^^xsd:double;
  dwc:endLatitude '11.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.58 11.77, -62.58 11.77, -62.58 11.77, -62.58 11.77, -62.58 11.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_935'^^xsd:string;
  dwc:observationDate '2000-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.57 -62.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.57"^^xsd:decimal ;
  dwc:decimalLongitude "-62.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_124'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_124'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-62.42'^^xsd:double;
  dwc:startLongitude '-62.42'^^xsd:double;
  dwc:endLongitude '-62.42'^^xsd:double;
  dwc:latitude '32.57'^^xsd:double;
  dwc:startLatitude '32.57'^^xsd:double;
  dwc:endLatitude '32.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.42 32.57, -62.42 32.57, -62.42 32.57, -62.42 32.57, -62.42 32.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_124'^^xsd:string;
  dwc:observationDate '1994-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.53 -62.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.53"^^xsd:decimal ;
  dwc:decimalLongitude "-62.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1079'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_1079'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-62.36'^^xsd:double;
  dwc:startLongitude '-62.36'^^xsd:double;
  dwc:endLongitude '-62.36'^^xsd:double;
  dwc:latitude '-64.53'^^xsd:double;
  dwc:startLatitude '-64.53'^^xsd:double;
  dwc:endLatitude '-64.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.36 -64.53, -62.36 -64.53, -62.36 -64.53, -62.36 -64.53, -62.36 -64.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1079'^^xsd:string;
  dwc:observationDate '2002-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.08 -62.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.08"^^xsd:decimal ;
  dwc:decimalLongitude "-62.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_227'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_227'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^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 '15.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-62.15'^^xsd:double;
  dwc:startLongitude '-62.15'^^xsd:double;
  dwc:endLongitude '-62.15'^^xsd:double;
  dwc:latitude '39.08'^^xsd:double;
  dwc:startLatitude '39.08'^^xsd:double;
  dwc:endLatitude '39.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.15 39.08, -62.15 39.08, -62.15 39.08, -62.15 39.08, -62.15 39.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_227'^^xsd:string;
  dwc:observationDate '1996-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.44 -62.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.44"^^xsd:decimal ;
  dwc:decimalLongitude "-62.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_332'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_332'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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 '12.333333333333'^^xsd:double;
  dwc:longitude '-62.13'^^xsd:double;
  dwc:startLongitude '-62.13'^^xsd:double;
  dwc:endLongitude '-62.13'^^xsd:double;
  dwc:latitude '-64.44'^^xsd:double;
  dwc:startLatitude '-64.44'^^xsd:double;
  dwc:endLatitude '-64.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.13 -64.44, -62.13 -64.44, -62.13 -64.44, -62.13 -64.44, -62.13 -64.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_332'^^xsd:string;
  dwc:observationDate '1997-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.4 -61.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.4"^^xsd:decimal ;
  dwc:decimalLongitude "-61.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_331'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_331'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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 '10.166666666667'^^xsd:double;
  dwc:longitude '-61.99'^^xsd:double;
  dwc:startLongitude '-61.99'^^xsd:double;
  dwc:endLongitude '-61.99'^^xsd:double;
  dwc:latitude '-64.4'^^xsd:double;
  dwc:startLatitude '-64.4'^^xsd:double;
  dwc:endLatitude '-64.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.99 -64.4, -61.99 -64.4, -61.99 -64.4, -61.99 -64.4, -61.99 -64.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_331'^^xsd:string;
  dwc:observationDate '1997-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.5 -61.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.5"^^xsd:decimal ;
  dwc:decimalLongitude "-61.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_939'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_939'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.283333333333'^^xsd:double;
  dwc:longitude '-61.87'^^xsd:double;
  dwc:startLongitude '-61.87'^^xsd:double;
  dwc:endLongitude '-61.87'^^xsd:double;
  dwc:latitude '11.5'^^xsd:double;
  dwc:startLatitude '11.5'^^xsd:double;
  dwc:endLatitude '11.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.87 11.5, -61.87 11.5, -61.87 11.5, -61.87 11.5, -61.87 11.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_939'^^xsd:string;
  dwc:observationDate '2000-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.43 -61.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.43"^^xsd:decimal ;
  dwc:decimalLongitude "-61.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_940'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_940'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:longitude '-61.82'^^xsd:double;
  dwc:startLongitude '-61.82'^^xsd:double;
  dwc:endLongitude '-61.82'^^xsd:double;
  dwc:latitude '11.43'^^xsd:double;
  dwc:startLatitude '11.43'^^xsd:double;
  dwc:endLatitude '11.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.82 11.43, -61.82 11.43, -61.82 11.43, -61.82 11.43, -61.82 11.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_940'^^xsd:string;
  dwc:observationDate '2000-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.72 -61.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.72"^^xsd:decimal ;
  dwc:decimalLongitude "-61.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_443'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_443'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:longitude '-61.73'^^xsd:double;
  dwc:startLongitude '-61.73'^^xsd:double;
  dwc:endLongitude '-61.73'^^xsd:double;
  dwc:latitude '-52.72'^^xsd:double;
  dwc:startLatitude '-52.72'^^xsd:double;
  dwc:endLatitude '-52.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.73 -52.72, -61.73 -52.72, -61.73 -52.72, -61.73 -52.72, -61.73 -52.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_443'^^xsd:string;
  dwc:observationDate '1997-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.17 -61.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.17"^^xsd:decimal ;
  dwc:decimalLongitude "-61.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1240'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1240'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:longitude '-61.62'^^xsd:double;
  dwc:startLongitude '-61.62'^^xsd:double;
  dwc:endLongitude '-61.62'^^xsd:double;
  dwc:latitude '-51.17'^^xsd:double;
  dwc:startLatitude '-51.17'^^xsd:double;
  dwc:endLatitude '-51.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.62 -51.17, -61.62 -51.17, -61.62 -51.17, -61.62 -51.17, -61.62 -51.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_1240'^^xsd:string;
  dwc:observationDate '2000-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.25 -61.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.25"^^xsd:decimal ;
  dwc:decimalLongitude "-61.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_667'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_667'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.5833333333333'^^xsd:double;
  dwc:longitude '-61.42'^^xsd:double;
  dwc:startLongitude '-61.42'^^xsd:double;
  dwc:endLongitude '-61.42'^^xsd:double;
  dwc:latitude '15.25'^^xsd:double;
  dwc:startLatitude '15.25'^^xsd:double;
  dwc:endLatitude '15.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.42 15.25, -61.42 15.25, -61.42 15.25, -61.42 15.25, -61.42 15.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_667'^^xsd:string;
  dwc:observationDate '1972-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.71 -61.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.71"^^xsd:decimal ;
  dwc:decimalLongitude "-61.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1306'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus obscurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1306'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:longitude '-61.22'^^xsd:double;
  dwc:startLongitude '-61.22'^^xsd:double;
  dwc:endLongitude '-61.22'^^xsd:double;
  dwc:latitude '-51.71'^^xsd:double;
  dwc:startLatitude '-51.71'^^xsd:double;
  dwc:endLatitude '-51.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.22 -51.71, -61.22 -51.71, -61.22 -51.71, -61.22 -51.71, -61.22 -51.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dusky Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '231434'^^xsd:integer;
  dwc:occurrenceId '64_1306'^^xsd:string;
  dwc:observationDate '2001-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '231434'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.59 -61.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.59"^^xsd:decimal ;
  dwc:decimalLongitude "-61.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_936'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_936'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-61.08'^^xsd:double;
  dwc:startLongitude '-61.08'^^xsd:double;
  dwc:endLongitude '-61.08'^^xsd:double;
  dwc:latitude '14.59'^^xsd:double;
  dwc:startLatitude '14.59'^^xsd:double;
  dwc:endLatitude '14.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.08 14.59, -61.08 14.59, -61.08 14.59, -61.08 14.59, -61.08 14.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_936'^^xsd:string;
  dwc:observationDate '2000-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.4 -60.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-60.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_550'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_550'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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 '14.75'^^xsd:double;
  dwc:longitude '-60.95'^^xsd:double;
  dwc:startLongitude '-60.95'^^xsd:double;
  dwc:endLongitude '-60.95'^^xsd:double;
  dwc:latitude '-60.4'^^xsd:double;
  dwc:startLatitude '-60.4'^^xsd:double;
  dwc:endLatitude '-60.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.95 -60.4, -60.95 -60.4, -60.95 -60.4, -60.95 -60.4, -60.95 -60.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_550'^^xsd:string;
  dwc:observationDate '1982-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5 -60.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5"^^xsd:decimal ;
  dwc:decimalLongitude "-60.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_690'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_690'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:longitude '-60.83'^^xsd:double;
  dwc:startLongitude '-60.83'^^xsd:double;
  dwc:endLongitude '-60.83'^^xsd:double;
  dwc:latitude '-53.5'^^xsd:double;
  dwc:startLatitude '-53.5'^^xsd:double;
  dwc:endLatitude '-53.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.83 -53.5, -60.83 -53.5, -60.83 -53.5, -60.83 -53.5, -60.83 -53.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_690'^^xsd:string;
  dwc:observationDate '1973-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.97 -60.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.97"^^xsd:decimal ;
  dwc:decimalLongitude "-60.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_551'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_551'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '-60.72'^^xsd:double;
  dwc:startLongitude '-60.72'^^xsd:double;
  dwc:endLongitude '-60.72'^^xsd:double;
  dwc:latitude '-59.97'^^xsd:double;
  dwc:startLatitude '-59.97'^^xsd:double;
  dwc:endLatitude '-59.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.72 -59.97, -60.72 -59.97, -60.72 -59.97, -60.72 -59.97, -60.72 -59.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_551'^^xsd:string;
  dwc:observationDate '1982-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.38 -60.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.38"^^xsd:decimal ;
  dwc:decimalLongitude "-60.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_125'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_125'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-60.53'^^xsd:double;
  dwc:startLongitude '-60.53'^^xsd:double;
  dwc:endLongitude '-60.53'^^xsd:double;
  dwc:latitude '32.38'^^xsd:double;
  dwc:startLatitude '32.38'^^xsd:double;
  dwc:endLatitude '32.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.53 32.38, -60.53 32.38, -60.53 32.38, -60.53 32.38, -60.53 32.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_125'^^xsd:string;
  dwc:observationDate '1994-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.9 -60.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-60.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_888'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_888'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:longitude '-60.49'^^xsd:double;
  dwc:startLongitude '-60.49'^^xsd:double;
  dwc:endLongitude '-60.49'^^xsd:double;
  dwc:latitude '-53.9'^^xsd:double;
  dwc:startLatitude '-53.9'^^xsd:double;
  dwc:endLatitude '-53.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.49 -53.9, -60.49 -53.9, -60.49 -53.9, -60.49 -53.9, -60.49 -53.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_888'^^xsd:string;
  dwc:observationDate '2001-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63 -60.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63"^^xsd:decimal ;
  dwc:decimalLongitude "-60.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1085'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1085'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:longitude '-60.43'^^xsd:double;
  dwc:startLongitude '-60.43'^^xsd:double;
  dwc:endLongitude '-60.43'^^xsd:double;
  dwc:latitude '-63'^^xsd:integer;
  dwc:startLatitude '-63'^^xsd:integer;
  dwc:endLatitude '-63'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-60.43 -63, -60.43 -63, -60.43 -63, -60.43 -63, -60.43 -63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1085'^^xsd:string;
  dwc:observationDate '2002-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -60.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-60.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_884'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_884'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:longitude '-60.22'^^xsd:double;
  dwc:startLongitude '-60.22'^^xsd:double;
  dwc:endLongitude '-60.22'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:startLatitude '-62.99'^^xsd:double;
  dwc:endLatitude '-62.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.22 -62.99, -60.22 -62.99, -60.22 -62.99, -60.22 -62.99, -60.22 -62.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_884'^^xsd:string;
  dwc:observationDate '2001-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.98 -60.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.98"^^xsd:decimal ;
  dwc:decimalLongitude "-60.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1186'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1186'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:longitude '-60.07'^^xsd:double;
  dwc:startLongitude '-60.07'^^xsd:double;
  dwc:endLongitude '-60.07'^^xsd:double;
  dwc:latitude '-51.98'^^xsd:double;
  dwc:startLatitude '-51.98'^^xsd:double;
  dwc:endLatitude '-51.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.07 -51.98, -60.07 -51.98, -60.07 -51.98, -60.07 -51.98, -60.07 -51.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1186'^^xsd:string;
  dwc:observationDate '2000-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.36 -60.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.36"^^xsd:decimal ;
  dwc:decimalLongitude "-60.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_314'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_314'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:longitude '-60.06'^^xsd:double;
  dwc:startLongitude '-60.06'^^xsd:double;
  dwc:endLongitude '-60.06'^^xsd:double;
  dwc:latitude '-51.36'^^xsd:double;
  dwc:startLatitude '-51.36'^^xsd:double;
  dwc:endLatitude '-51.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.06 -51.36, -60.06 -51.36, -60.06 -51.36, -60.06 -51.36, -60.06 -51.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_314'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.98 -60.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.98"^^xsd:decimal ;
  dwc:decimalLongitude "-60.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1305'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1305'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '-60.05'^^xsd:double;
  dwc:startLongitude '-60.05'^^xsd:double;
  dwc:endLongitude '-60.05'^^xsd:double;
  dwc:latitude '-51.98'^^xsd:double;
  dwc:startLatitude '-51.98'^^xsd:double;
  dwc:endLatitude '-51.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.05 -51.98, -60.05 -51.98, -60.05 -51.98, -60.05 -51.98, -60.05 -51.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1305'^^xsd:string;
  dwc:observationDate '2001-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.37 -60.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.37"^^xsd:decimal ;
  dwc:decimalLongitude "-60.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1310'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1310'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '-60.05'^^xsd:double;
  dwc:startLongitude '-60.05'^^xsd:double;
  dwc:endLongitude '-60.05'^^xsd:double;
  dwc:latitude '-51.37'^^xsd:double;
  dwc:startLatitude '-51.37'^^xsd:double;
  dwc:endLatitude '-51.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.05 -51.37, -60.05 -51.37, -60.05 -51.37, -60.05 -51.37, -60.05 -51.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Peale\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254980'^^xsd:integer;
  dwc:occurrenceId '64_1310'^^xsd:string;
  dwc:observationDate '2001-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.35 -60.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.35"^^xsd:decimal ;
  dwc:decimalLongitude "-60.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1286'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1286'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-60.03'^^xsd:double;
  dwc:startLongitude '-60.03'^^xsd:double;
  dwc:endLongitude '-60.03'^^xsd:double;
  dwc:latitude '-51.35'^^xsd:double;
  dwc:startLatitude '-51.35'^^xsd:double;
  dwc:endLatitude '-51.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-60.03 -51.35, -60.03 -51.35, -60.03 -51.35, -60.03 -51.35, -60.03 -51.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1286'^^xsd:string;
  dwc:observationDate '2001-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.92 -59.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.92"^^xsd:decimal ;
  dwc:decimalLongitude "-59.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_563'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_563'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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 '9.75'^^xsd:double;
  dwc:longitude '-59.77'^^xsd:double;
  dwc:startLongitude '-59.77'^^xsd:double;
  dwc:endLongitude '-59.77'^^xsd:double;
  dwc:latitude '-62.92'^^xsd:double;
  dwc:startLatitude '-62.92'^^xsd:double;
  dwc:endLatitude '-62.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.77 -62.92, -59.77 -62.92, -59.77 -62.92, -59.77 -62.92, -59.77 -62.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_563'^^xsd:string;
  dwc:observationDate '1983-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.97 -59.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.97"^^xsd:decimal ;
  dwc:decimalLongitude "-59.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1084'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1084'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:longitude '-59.74'^^xsd:double;
  dwc:startLongitude '-59.74'^^xsd:double;
  dwc:endLongitude '-59.74'^^xsd:double;
  dwc:latitude '-62.97'^^xsd:double;
  dwc:startLatitude '-62.97'^^xsd:double;
  dwc:endLatitude '-62.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.74 -62.97, -59.74 -62.97, -59.74 -62.97, -59.74 -62.97, -59.74 -62.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1084'^^xsd:string;
  dwc:observationDate '2002-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.59 -59.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.59"^^xsd:decimal ;
  dwc:decimalLongitude "-59.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_890'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_890'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:longitude '-59.36'^^xsd:double;
  dwc:startLongitude '-59.36'^^xsd:double;
  dwc:endLongitude '-59.36'^^xsd:double;
  dwc:latitude '-62.59'^^xsd:double;
  dwc:startLatitude '-62.59'^^xsd:double;
  dwc:endLatitude '-62.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.36 -62.59, -59.36 -62.59, -59.36 -62.59, -59.36 -62.59, -59.36 -62.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_890'^^xsd:string;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.42 -59.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.42"^^xsd:decimal ;
  dwc:decimalLongitude "-59.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1200'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1200'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.333333333333'^^xsd:double;
  dwc:longitude '-59.25'^^xsd:double;
  dwc:startLongitude '-59.25'^^xsd:double;
  dwc:endLongitude '-59.25'^^xsd:double;
  dwc:latitude '-52.42'^^xsd:double;
  dwc:startLatitude '-52.42'^^xsd:double;
  dwc:endLatitude '-52.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.25 -52.42, -59.25 -52.42, -59.25 -52.42, -59.25 -52.42, -59.25 -52.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1200'^^xsd:string;
  dwc:observationDate '2000-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.96 -59.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.96"^^xsd:decimal ;
  dwc:decimalLongitude "-59.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1083'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1083'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.7833333333333'^^xsd:double;
  dwc:longitude '-59.17'^^xsd:double;
  dwc:startLongitude '-59.17'^^xsd:double;
  dwc:endLongitude '-59.17'^^xsd:double;
  dwc:latitude '-62.96'^^xsd:double;
  dwc:startLatitude '-62.96'^^xsd:double;
  dwc:endLatitude '-62.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.17 -62.96, -59.17 -62.96, -59.17 -62.96, -59.17 -62.96, -59.17 -62.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1083'^^xsd:string;
  dwc:observationDate '2002-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.63 -59.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.63"^^xsd:decimal ;
  dwc:decimalLongitude "-59.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_502'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_502'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:longitude '-59.17'^^xsd:double;
  dwc:startLongitude '-59.17'^^xsd:double;
  dwc:endLongitude '-59.17'^^xsd:double;
  dwc:latitude '-58.63'^^xsd:double;
  dwc:startLatitude '-58.63'^^xsd:double;
  dwc:endLatitude '-58.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.17 -58.63, -59.17 -58.63, -59.17 -58.63, -59.17 -58.63, -59.17 -58.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_502'^^xsd:string;
  dwc:observationDate '1979-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.87 -59.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.87"^^xsd:decimal ;
  dwc:decimalLongitude "-59.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_466'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_466'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:longitude '-59.15'^^xsd:double;
  dwc:startLongitude '-59.15'^^xsd:double;
  dwc:endLongitude '-59.15'^^xsd:double;
  dwc:latitude '-50.87'^^xsd:double;
  dwc:startLatitude '-50.87'^^xsd:double;
  dwc:endLatitude '-50.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.15 -50.87, -59.15 -50.87, -59.15 -50.87, -59.15 -50.87, -59.15 -50.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_466'^^xsd:string;
  dwc:observationDate '1998-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.54 -59.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.54"^^xsd:decimal ;
  dwc:decimalLongitude "-59.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1307'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1307'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '-59.07'^^xsd:double;
  dwc:startLongitude '-59.07'^^xsd:double;
  dwc:endLongitude '-59.07'^^xsd:double;
  dwc:latitude '-51.54'^^xsd:double;
  dwc:startLatitude '-51.54'^^xsd:double;
  dwc:endLatitude '-51.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.07 -51.54, -59.07 -51.54, -59.07 -51.54, -59.07 -51.54, -59.07 -51.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1307'^^xsd:string;
  dwc:observationDate '2001-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.53 -59.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.53"^^xsd:decimal ;
  dwc:decimalLongitude "-59.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1198'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1198'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-59.07'^^xsd:double;
  dwc:startLongitude '-59.07'^^xsd:double;
  dwc:endLongitude '-59.07'^^xsd:double;
  dwc:latitude '-51.53'^^xsd:double;
  dwc:startLatitude '-51.53'^^xsd:double;
  dwc:endLatitude '-51.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59.07 -51.53, -59.07 -51.53, -59.07 -51.53, -59.07 -51.53, -59.07 -51.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1198'^^xsd:string;
  dwc:observationDate '2000-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.96 -59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.96"^^xsd:decimal ;
  dwc:decimalLongitude "-59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1082'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1082'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.3166666666667'^^xsd:double;
  dwc:longitude '-59'^^xsd:integer;
  dwc:startLongitude '-59'^^xsd:integer;
  dwc:endLongitude '-59'^^xsd:integer;
  dwc:latitude '-62.96'^^xsd:double;
  dwc:startLatitude '-62.96'^^xsd:double;
  dwc:endLatitude '-62.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59 -62.96, -59 -62.96, -59 -62.96, -59 -62.96, -59 -62.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1082'^^xsd:string;
  dwc:observationDate '2002-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.17 -58.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.17"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_760'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_760'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-58.9'^^xsd:double;
  dwc:startLongitude '-58.9'^^xsd:double;
  dwc:endLongitude '-58.9'^^xsd:double;
  dwc:latitude '-52.17'^^xsd:double;
  dwc:startLatitude '-52.17'^^xsd:double;
  dwc:endLatitude '-52.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9 -52.17, -58.9 -52.17, -58.9 -52.17, -58.9 -52.17, -58.9 -52.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_760'^^xsd:string;
  dwc:observationDate '2000-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.15 -58.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.15"^^xsd:decimal ;
  dwc:decimalLongitude "-58.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_879'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_879'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:longitude '-58.8'^^xsd:double;
  dwc:startLongitude '-58.8'^^xsd:double;
  dwc:endLongitude '-58.8'^^xsd:double;
  dwc:latitude '-51.15'^^xsd:double;
  dwc:startLatitude '-51.15'^^xsd:double;
  dwc:endLatitude '-51.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.8 -51.15, -58.8 -51.15, -58.8 -51.15, -58.8 -51.15, -58.8 -51.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_879'^^xsd:string;
  dwc:observationDate '2001-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.42 -58.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.42"^^xsd:decimal ;
  dwc:decimalLongitude "-58.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1224'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1224'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:longitude '-58.68'^^xsd:double;
  dwc:startLongitude '-58.68'^^xsd:double;
  dwc:endLongitude '-58.68'^^xsd:double;
  dwc:latitude '-52.42'^^xsd:double;
  dwc:startLatitude '-52.42'^^xsd:double;
  dwc:endLatitude '-52.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.68 -52.42, -58.68 -52.42, -58.68 -52.42, -58.68 -52.42, -58.68 -52.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1224'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.17 -58.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.17"^^xsd:decimal ;
  dwc:decimalLongitude "-58.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1185'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1185'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '-58.53'^^xsd:double;
  dwc:startLongitude '-58.53'^^xsd:double;
  dwc:endLongitude '-58.53'^^xsd:double;
  dwc:latitude '-52.17'^^xsd:double;
  dwc:startLatitude '-52.17'^^xsd:double;
  dwc:endLatitude '-52.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.53 -52.17, -58.53 -52.17, -58.53 -52.17, -58.53 -52.17, -58.53 -52.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1185'^^xsd:string;
  dwc:observationDate '2000-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.93 -58.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.93"^^xsd:decimal ;
  dwc:decimalLongitude "-58.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1283'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1283'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:longitude '-58.52'^^xsd:double;
  dwc:startLongitude '-58.52'^^xsd:double;
  dwc:endLongitude '-58.52'^^xsd:double;
  dwc:latitude '-51.93'^^xsd:double;
  dwc:startLatitude '-51.93'^^xsd:double;
  dwc:endLatitude '-51.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.52 -51.93, -58.52 -51.93, -58.52 -51.93, -58.52 -51.93, -58.52 -51.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1283'^^xsd:string;
  dwc:observationDate '2000-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.93 -58.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.93"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1148'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_1148'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:longitude '-58.5'^^xsd:double;
  dwc:startLongitude '-58.5'^^xsd:double;
  dwc:endLongitude '-58.5'^^xsd:double;
  dwc:latitude '-51.93'^^xsd:double;
  dwc:startLatitude '-51.93'^^xsd:double;
  dwc:endLatitude '-51.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.5 -51.93, -58.5 -51.93, -58.5 -51.93, -58.5 -51.93, -58.5 -51.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1148'^^xsd:string;
  dwc:observationDate '1999-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.9 -58.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.9"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1189'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_1189'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-58.5'^^xsd:double;
  dwc:startLongitude '-58.5'^^xsd:double;
  dwc:endLongitude '-58.5'^^xsd:double;
  dwc:latitude '-51.9'^^xsd:double;
  dwc:startLatitude '-51.9'^^xsd:double;
  dwc:endLatitude '-51.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.5 -51.9, -58.5 -51.9, -58.5 -51.9, -58.5 -51.9, -58.5 -51.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1189'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.9 -58.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.9"^^xsd:decimal ;
  dwc:decimalLongitude "-58.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1190'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_1190'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-58.5'^^xsd:double;
  dwc:startLongitude '-58.5'^^xsd:double;
  dwc:endLongitude '-58.5'^^xsd:double;
  dwc:latitude '-51.9'^^xsd:double;
  dwc:startLatitude '-51.9'^^xsd:double;
  dwc:endLatitude '-51.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.5 -51.9, -58.5 -51.9, -58.5 -51.9, -58.5 -51.9, -58.5 -51.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1190'^^xsd:string;
  dwc:observationDate '2000-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.98 -58.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.98"^^xsd:decimal ;
  dwc:decimalLongitude "-58.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_883'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_883'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:longitude '-58.47'^^xsd:double;
  dwc:startLongitude '-58.47'^^xsd:double;
  dwc:endLongitude '-58.47'^^xsd:double;
  dwc:latitude '-62.98'^^xsd:double;
  dwc:startLatitude '-62.98'^^xsd:double;
  dwc:endLatitude '-62.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.47 -62.98, -58.47 -62.98, -58.47 -62.98, -58.47 -62.98, -58.47 -62.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_883'^^xsd:string;
  dwc:observationDate '2001-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.3 -58.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.3"^^xsd:decimal ;
  dwc:decimalLongitude "-58.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_534'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_534'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.066666666667'^^xsd:double;
  dwc:longitude '-58.45'^^xsd:double;
  dwc:startLongitude '-58.45'^^xsd:double;
  dwc:endLongitude '-58.45'^^xsd:double;
  dwc:latitude '-62.3'^^xsd:double;
  dwc:startLatitude '-62.3'^^xsd:double;
  dwc:endLatitude '-62.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.45 -62.3, -58.45 -62.3, -58.45 -62.3, -58.45 -62.3, -58.45 -62.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_534'^^xsd:string;
  dwc:observationDate '1980-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.95 -58.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.95"^^xsd:decimal ;
  dwc:decimalLongitude "-58.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1225'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1225'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:longitude '-58.45'^^xsd:double;
  dwc:startLongitude '-58.45'^^xsd:double;
  dwc:endLongitude '-58.45'^^xsd:double;
  dwc:latitude '-51.95'^^xsd:double;
  dwc:startLatitude '-51.95'^^xsd:double;
  dwc:endLatitude '-51.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.45 -51.95, -58.45 -51.95, -58.45 -51.95, -58.45 -51.95, -58.45 -51.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1225'^^xsd:string;
  dwc:observationDate '2000-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.95 -58.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.95"^^xsd:decimal ;
  dwc:decimalLongitude "-58.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1226'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1226'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '-58.45'^^xsd:double;
  dwc:startLongitude '-58.45'^^xsd:double;
  dwc:endLongitude '-58.45'^^xsd:double;
  dwc:latitude '-51.95'^^xsd:double;
  dwc:startLatitude '-51.95'^^xsd:double;
  dwc:endLatitude '-51.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.45 -51.95, -58.45 -51.95, -58.45 -51.95, -58.45 -51.95, -58.45 -51.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1226'^^xsd:string;
  dwc:observationDate '2000-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.93 -58.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.93"^^xsd:decimal ;
  dwc:decimalLongitude "-58.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1238'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1238'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-58.27'^^xsd:double;
  dwc:startLongitude '-58.27'^^xsd:double;
  dwc:endLongitude '-58.27'^^xsd:double;
  dwc:latitude '-51.93'^^xsd:double;
  dwc:startLatitude '-51.93'^^xsd:double;
  dwc:endLatitude '-51.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.27 -51.93, -58.27 -51.93, -58.27 -51.93, -58.27 -51.93, -58.27 -51.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1238'^^xsd:string;
  dwc:observationDate '2000-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.65 -58.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.65"^^xsd:decimal ;
  dwc:decimalLongitude "-58.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_437'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_437'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-58.23'^^xsd:double;
  dwc:startLongitude '-58.23'^^xsd:double;
  dwc:endLongitude '-58.23'^^xsd:double;
  dwc:latitude '-46.65'^^xsd:double;
  dwc:startLatitude '-46.65'^^xsd:double;
  dwc:endLatitude '-46.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.23 -46.65, -58.23 -46.65, -58.23 -46.65, -58.23 -46.65, -58.23 -46.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_437'^^xsd:string;
  dwc:observationDate '1997-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.12 -58.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.12"^^xsd:decimal ;
  dwc:decimalLongitude "-58.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_486'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_486'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '-58.16'^^xsd:double;
  dwc:startLongitude '-58.16'^^xsd:double;
  dwc:endLongitude '-58.16'^^xsd:double;
  dwc:latitude '-51.12'^^xsd:double;
  dwc:startLatitude '-51.12'^^xsd:double;
  dwc:endLatitude '-51.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.16 -51.12, -58.16 -51.12, -58.16 -51.12, -58.16 -51.12, -58.16 -51.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_486'^^xsd:string;
  dwc:observationDate '1998-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.93 -58.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.93"^^xsd:decimal ;
  dwc:decimalLongitude "-58.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_761'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_761'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.766666666667'^^xsd:double;
  dwc:longitude '-58.07'^^xsd:double;
  dwc:startLongitude '-58.07'^^xsd:double;
  dwc:endLongitude '-58.07'^^xsd:double;
  dwc:latitude '-52.93'^^xsd:double;
  dwc:startLatitude '-52.93'^^xsd:double;
  dwc:endLatitude '-52.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.07 -52.93, -58.07 -52.93, -58.07 -52.93, -58.07 -52.93, -58.07 -52.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_761'^^xsd:string;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.52 -58.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.52"^^xsd:decimal ;
  dwc:decimalLongitude "-58.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_281'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_281'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:longitude '-58.02'^^xsd:double;
  dwc:startLongitude '-58.02'^^xsd:double;
  dwc:endLongitude '-58.02'^^xsd:double;
  dwc:latitude '-51.52'^^xsd:double;
  dwc:startLatitude '-51.52'^^xsd:double;
  dwc:endLatitude '-51.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.02 -51.52, -58.02 -51.52, -58.02 -51.52, -58.02 -51.52, -58.02 -51.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_281'^^xsd:string;
  dwc:observationDate '1996-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.6 -58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.6"^^xsd:decimal ;
  dwc:decimalLongitude "-58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1089'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1089'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:longitude '-58'^^xsd:integer;
  dwc:startLongitude '-58'^^xsd:integer;
  dwc:endLongitude '-58'^^xsd:integer;
  dwc:latitude '-59.6'^^xsd:double;
  dwc:startLatitude '-59.6'^^xsd:double;
  dwc:endLatitude '-59.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58 -59.6, -58 -59.6, -58 -59.6, -58 -59.6, -58 -59.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_1089'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.92 -58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.92"^^xsd:decimal ;
  dwc:decimalLongitude "-58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1199'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1199'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:longitude '-58'^^xsd:integer;
  dwc:startLongitude '-58'^^xsd:integer;
  dwc:endLongitude '-58'^^xsd:integer;
  dwc:latitude '-51.92'^^xsd:double;
  dwc:startLatitude '-51.92'^^xsd:double;
  dwc:endLatitude '-51.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58 -51.92, -58 -51.92, -58 -51.92, -58 -51.92, -58 -51.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1199'^^xsd:string;
  dwc:observationDate '2000-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44 -58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44"^^xsd:decimal ;
  dwc:decimalLongitude "-58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_515'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_515'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-58'^^xsd:integer;
  dwc:startLongitude '-58'^^xsd:integer;
  dwc:endLongitude '-58'^^xsd:integer;
  dwc:latitude '-44'^^xsd:integer;
  dwc:startLatitude '-44'^^xsd:integer;
  dwc:endLatitude '-44'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-58 -44, -58 -44, -58 -44, -58 -44, -58 -44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_515'^^xsd:string;
  dwc:observationDate '1979-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.22 -57.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.22"^^xsd:decimal ;
  dwc:decimalLongitude "-57.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_887'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_887'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:longitude '-57.97'^^xsd:double;
  dwc:startLongitude '-57.97'^^xsd:double;
  dwc:endLongitude '-57.97'^^xsd:double;
  dwc:latitude '-55.22'^^xsd:double;
  dwc:startLatitude '-55.22'^^xsd:double;
  dwc:endLatitude '-55.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.97 -55.22, -57.97 -55.22, -57.97 -55.22, -57.97 -55.22, -57.97 -55.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_887'^^xsd:string;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.3 -57.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.3"^^xsd:decimal ;
  dwc:decimalLongitude "-57.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_542'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_542'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-57.95'^^xsd:double;
  dwc:startLongitude '-57.95'^^xsd:double;
  dwc:endLongitude '-57.95'^^xsd:double;
  dwc:latitude '-58.3'^^xsd:double;
  dwc:startLatitude '-58.3'^^xsd:double;
  dwc:endLatitude '-58.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.95 -58.3, -57.95 -58.3, -57.95 -58.3, -57.95 -58.3, -57.95 -58.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_542'^^xsd:string;
  dwc:observationDate '1980-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-50.85 -57.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-50.85"^^xsd:decimal ;
  dwc:decimalLongitude "-57.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_329'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_329'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-57.85'^^xsd:double;
  dwc:startLongitude '-57.85'^^xsd:double;
  dwc:endLongitude '-57.85'^^xsd:double;
  dwc:latitude '-50.85'^^xsd:double;
  dwc:startLatitude '-50.85'^^xsd:double;
  dwc:endLatitude '-50.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.85 -50.85, -57.85 -50.85, -57.85 -50.85, -57.85 -50.85, -57.85 -50.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_329'^^xsd:string;
  dwc:observationDate '1997-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.67 -57.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.67"^^xsd:decimal ;
  dwc:decimalLongitude "-57.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1263'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1263'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-57.82'^^xsd:double;
  dwc:startLongitude '-57.82'^^xsd:double;
  dwc:endLongitude '-57.82'^^xsd:double;
  dwc:latitude '-51.67'^^xsd:double;
  dwc:startLatitude '-51.67'^^xsd:double;
  dwc:endLatitude '-51.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.82 -51.67, -57.82 -51.67, -57.82 -51.67, -57.82 -51.67, -57.82 -51.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1263'^^xsd:string;
  dwc:observationDate '2000-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.32 -57.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.32"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_886'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_886'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.116666666667'^^xsd:double;
  dwc:longitude '-57.8'^^xsd:double;
  dwc:startLongitude '-57.8'^^xsd:double;
  dwc:endLongitude '-57.8'^^xsd:double;
  dwc:latitude '-54.32'^^xsd:double;
  dwc:startLatitude '-54.32'^^xsd:double;
  dwc:endLatitude '-54.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8 -54.32, -57.8 -54.32, -57.8 -54.32, -57.8 -54.32, -57.8 -54.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_886'^^xsd:string;
  dwc:observationDate '2001-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.65 -57.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.65"^^xsd:decimal ;
  dwc:decimalLongitude "-57.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_467'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_467'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:longitude '-57.68'^^xsd:double;
  dwc:startLongitude '-57.68'^^xsd:double;
  dwc:endLongitude '-57.68'^^xsd:double;
  dwc:latitude '-51.65'^^xsd:double;
  dwc:startLatitude '-51.65'^^xsd:double;
  dwc:endLatitude '-51.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.68 -51.65, -57.68 -51.65, -57.68 -51.65, -57.68 -51.65, -57.68 -51.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_467'^^xsd:string;
  dwc:observationDate '1998-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.45 -57.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.45"^^xsd:decimal ;
  dwc:decimalLongitude "-57.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_438'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_438'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:longitude '-57.63'^^xsd:double;
  dwc:startLongitude '-57.63'^^xsd:double;
  dwc:endLongitude '-57.63'^^xsd:double;
  dwc:latitude '-51.45'^^xsd:double;
  dwc:startLatitude '-51.45'^^xsd:double;
  dwc:endLatitude '-51.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.63 -51.45, -57.63 -51.45, -57.63 -51.45, -57.63 -51.45, -57.63 -51.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_438'^^xsd:string;
  dwc:observationDate '1997-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.83 -57.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.83"^^xsd:decimal ;
  dwc:decimalLongitude "-57.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_693'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_693'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:longitude '-57.63'^^xsd:double;
  dwc:startLongitude '-57.63'^^xsd:double;
  dwc:endLongitude '-57.63'^^xsd:double;
  dwc:latitude '-38.83'^^xsd:double;
  dwc:startLatitude '-38.83'^^xsd:double;
  dwc:endLatitude '-38.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.63 -38.83, -57.63 -38.83, -57.63 -38.83, -57.63 -38.83, -57.63 -38.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_693'^^xsd:string;
  dwc:observationDate '1974-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.97 -57.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.97"^^xsd:decimal ;
  dwc:decimalLongitude "-57.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_894'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_894'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:longitude '-57.62'^^xsd:double;
  dwc:startLongitude '-57.62'^^xsd:double;
  dwc:endLongitude '-57.62'^^xsd:double;
  dwc:latitude '-53.97'^^xsd:double;
  dwc:startLatitude '-53.97'^^xsd:double;
  dwc:endLatitude '-53.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.62 -53.97, -57.62 -53.97, -57.62 -53.97, -57.62 -53.97, -57.62 -53.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_894'^^xsd:string;
  dwc:observationDate '2001-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.57 -57.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.57"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1285'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1285'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '-57.6'^^xsd:double;
  dwc:startLongitude '-57.6'^^xsd:double;
  dwc:endLongitude '-57.6'^^xsd:double;
  dwc:latitude '-51.57'^^xsd:double;
  dwc:startLatitude '-51.57'^^xsd:double;
  dwc:endLatitude '-51.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6 -51.57, -57.6 -51.57, -57.6 -51.57, -57.6 -51.57, -57.6 -51.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1285'^^xsd:string;
  dwc:observationDate '2001-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.48 -57.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.48"^^xsd:decimal ;
  dwc:decimalLongitude "-57.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1184'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1184'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:longitude '-57.58'^^xsd:double;
  dwc:startLongitude '-57.58'^^xsd:double;
  dwc:endLongitude '-57.58'^^xsd:double;
  dwc:latitude '-51.48'^^xsd:double;
  dwc:startLatitude '-51.48'^^xsd:double;
  dwc:endLatitude '-51.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.58 -51.48, -57.58 -51.48, -57.58 -51.48, -57.58 -51.48, -57.58 -51.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1184'^^xsd:string;
  dwc:observationDate '2000-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.08 -57.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.08"^^xsd:decimal ;
  dwc:decimalLongitude "-57.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_696'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_696'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:longitude '-57.57'^^xsd:double;
  dwc:startLongitude '-57.57'^^xsd:double;
  dwc:endLongitude '-57.57'^^xsd:double;
  dwc:latitude '-52.08'^^xsd:double;
  dwc:startLatitude '-52.08'^^xsd:double;
  dwc:endLatitude '-52.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.57 -52.08, -57.57 -52.08, -57.57 -52.08, -57.57 -52.08, -57.57 -52.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "white-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '64_696'^^xsd:string;
  dwc:observationDate '1974-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.73 -57.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.73"^^xsd:decimal ;
  dwc:decimalLongitude "-57.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_330'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_330'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-57.53'^^xsd:double;
  dwc:startLongitude '-57.53'^^xsd:double;
  dwc:endLongitude '-57.53'^^xsd:double;
  dwc:latitude '-56.73'^^xsd:double;
  dwc:startLatitude '-56.73'^^xsd:double;
  dwc:endLatitude '-56.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.53 -56.73, -57.53 -56.73, -57.53 -56.73, -57.53 -56.73, -57.53 -56.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_330'^^xsd:string;
  dwc:observationDate '1997-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.95 -57.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-57.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_514'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_514'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-57.42'^^xsd:double;
  dwc:startLongitude '-57.42'^^xsd:double;
  dwc:endLongitude '-57.42'^^xsd:double;
  dwc:latitude '-62.95'^^xsd:double;
  dwc:startLatitude '-62.95'^^xsd:double;
  dwc:endLatitude '-62.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.42 -62.95, -57.42 -62.95, -57.42 -62.95, -57.42 -62.95, -57.42 -62.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_514'^^xsd:string;
  dwc:observationDate '1979-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.9 -57.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.9"^^xsd:decimal ;
  dwc:decimalLongitude "-57.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1258'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1258'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-57.42'^^xsd:double;
  dwc:startLongitude '-57.42'^^xsd:double;
  dwc:endLongitude '-57.42'^^xsd:double;
  dwc:latitude '-51.9'^^xsd:double;
  dwc:startLatitude '-51.9'^^xsd:double;
  dwc:endLatitude '-51.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.42 -51.9, -57.42 -51.9, -57.42 -51.9, -57.42 -51.9, -57.42 -51.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1258'^^xsd:string;
  dwc:observationDate '2000-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.67 -57.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.67"^^xsd:decimal ;
  dwc:decimalLongitude "-57.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_893'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_893'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.716666666667'^^xsd:double;
  dwc:longitude '-57.4'^^xsd:double;
  dwc:startLongitude '-57.4'^^xsd:double;
  dwc:endLongitude '-57.4'^^xsd:double;
  dwc:latitude '-58.67'^^xsd:double;
  dwc:startLatitude '-58.67'^^xsd:double;
  dwc:endLatitude '-58.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.4 -58.67, -57.4 -58.67, -57.4 -58.67, -57.4 -58.67, -57.4 -58.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_893'^^xsd:string;
  dwc:observationDate '2001-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.8 -57.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.8"^^xsd:decimal ;
  dwc:decimalLongitude "-57.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1308'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_1308'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-57.38'^^xsd:double;
  dwc:startLongitude '-57.38'^^xsd:double;
  dwc:endLongitude '-57.38'^^xsd:double;
  dwc:latitude '-57.8'^^xsd:double;
  dwc:startLatitude '-57.8'^^xsd:double;
  dwc:endLatitude '-57.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.38 -57.8, -57.38 -57.8, -57.38 -57.8, -57.38 -57.8, -57.38 -57.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1308'^^xsd:string;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -57.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-57.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1080'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1080'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:longitude '-57.37'^^xsd:double;
  dwc:startLongitude '-57.37'^^xsd:double;
  dwc:endLongitude '-57.37'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:startLatitude '-63.94'^^xsd:double;
  dwc:endLatitude '-63.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.37 -63.94, -57.37 -63.94, -57.37 -63.94, -57.37 -63.94, -57.37 -63.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1080'^^xsd:string;
  dwc:observationDate '2002-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.69 -57.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.69"^^xsd:decimal ;
  dwc:decimalLongitude "-57.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_891'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_891'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:longitude '-57.37'^^xsd:double;
  dwc:startLongitude '-57.37'^^xsd:double;
  dwc:endLongitude '-57.37'^^xsd:double;
  dwc:latitude '-59.69'^^xsd:double;
  dwc:startLatitude '-59.69'^^xsd:double;
  dwc:endLatitude '-59.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.37 -59.69, -57.37 -59.69, -57.37 -59.69, -57.37 -59.69, -57.37 -59.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_891'^^xsd:string;
  dwc:observationDate '2001-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.72 -57.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.72"^^xsd:decimal ;
  dwc:decimalLongitude "-57.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1309'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_1309'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.333333333333'^^xsd:double;
  dwc:longitude '-57.37'^^xsd:double;
  dwc:startLongitude '-57.37'^^xsd:double;
  dwc:endLongitude '-57.37'^^xsd:double;
  dwc:latitude '-51.72'^^xsd:double;
  dwc:startLatitude '-51.72'^^xsd:double;
  dwc:endLatitude '-51.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.37 -51.72, -57.37 -51.72, -57.37 -51.72, -57.37 -51.72, -57.37 -51.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1309'^^xsd:string;
  dwc:observationDate '2001-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.91 -57.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.91"^^xsd:decimal ;
  dwc:decimalLongitude "-57.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_892'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_892'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:longitude '-57.35'^^xsd:double;
  dwc:startLongitude '-57.35'^^xsd:double;
  dwc:endLongitude '-57.35'^^xsd:double;
  dwc:latitude '-58.91'^^xsd:double;
  dwc:startLatitude '-58.91'^^xsd:double;
  dwc:endLatitude '-58.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.35 -58.91, -57.35 -58.91, -57.35 -58.91, -57.35 -58.91, -57.35 -58.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_892'^^xsd:string;
  dwc:observationDate '2001-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.55 -57.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48.55"^^xsd:decimal ;
  dwc:decimalLongitude "-57.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_746'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_746'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '-57.33'^^xsd:double;
  dwc:startLongitude '-57.33'^^xsd:double;
  dwc:endLongitude '-57.33'^^xsd:double;
  dwc:latitude '-48.55'^^xsd:double;
  dwc:startLatitude '-48.55'^^xsd:double;
  dwc:endLatitude '-48.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.33 -48.55, -57.33 -48.55, -57.33 -48.55, -57.33 -48.55, -57.33 -48.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_746'^^xsd:string;
  dwc:observationDate '2000-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-48.5 -57.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-48.5"^^xsd:decimal ;
  dwc:decimalLongitude "-57.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_545'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_545'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '-57.33'^^xsd:double;
  dwc:startLongitude '-57.33'^^xsd:double;
  dwc:endLongitude '-57.33'^^xsd:double;
  dwc:latitude '-48.5'^^xsd:double;
  dwc:startLatitude '-48.5'^^xsd:double;
  dwc:endLatitude '-48.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.33 -48.5, -57.33 -48.5, -57.33 -48.5, -57.33 -48.5, -57.33 -48.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_545'^^xsd:string;
  dwc:observationDate '1980-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.02 -57.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.02"^^xsd:decimal ;
  dwc:decimalLongitude "-57.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1197'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1197'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:longitude '-57.05'^^xsd:double;
  dwc:startLongitude '-57.05'^^xsd:double;
  dwc:endLongitude '-57.05'^^xsd:double;
  dwc:latitude '-52.02'^^xsd:double;
  dwc:startLatitude '-52.02'^^xsd:double;
  dwc:endLatitude '-52.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.05 -52.02, -57.05 -52.02, -57.05 -52.02, -57.05 -52.02, -57.05 -52.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1197'^^xsd:string;
  dwc:observationDate '2000-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61 -57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61"^^xsd:decimal ;
  dwc:decimalLongitude "-57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_503'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_503'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:longitude '-57'^^xsd:integer;
  dwc:startLongitude '-57'^^xsd:integer;
  dwc:endLongitude '-57'^^xsd:integer;
  dwc:latitude '-61'^^xsd:integer;
  dwc:startLatitude '-61'^^xsd:integer;
  dwc:endLatitude '-61'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-57 -61, -57 -61, -57 -61, -57 -61, -57 -61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_503'^^xsd:string;
  dwc:observationDate '1979-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.77 -56.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.77"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_882'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_882'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:longitude '-56.9'^^xsd:double;
  dwc:startLongitude '-56.9'^^xsd:double;
  dwc:endLongitude '-56.9'^^xsd:double;
  dwc:latitude '-62.77'^^xsd:double;
  dwc:startLatitude '-62.77'^^xsd:double;
  dwc:endLatitude '-62.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9 -62.77, -56.9 -62.77, -56.9 -62.77, -56.9 -62.77, -56.9 -62.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_882'^^xsd:string;
  dwc:observationDate '2001-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.07 -56.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.07"^^xsd:decimal ;
  dwc:decimalLongitude "-56.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1058'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_1058'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.75'^^xsd:double;
  dwc:longitude '-56.83'^^xsd:double;
  dwc:startLongitude '-56.83'^^xsd:double;
  dwc:endLongitude '-56.83'^^xsd:double;
  dwc:latitude '-64.07'^^xsd:double;
  dwc:startLatitude '-64.07'^^xsd:double;
  dwc:endLatitude '-64.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.83 -64.07, -56.83 -64.07, -56.83 -64.07, -56.83 -64.07, -56.83 -64.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1058'^^xsd:string;
  dwc:observationDate '2002-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.82 -56.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.82"^^xsd:decimal ;
  dwc:decimalLongitude "-56.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1081'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1081'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:longitude '-56.83'^^xsd:double;
  dwc:startLongitude '-56.83'^^xsd:double;
  dwc:endLongitude '-56.83'^^xsd:double;
  dwc:latitude '-63.82'^^xsd:double;
  dwc:startLatitude '-63.82'^^xsd:double;
  dwc:endLatitude '-63.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.83 -63.82, -56.83 -63.82, -56.83 -63.82, -56.83 -63.82, -56.83 -63.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1081'^^xsd:string;
  dwc:observationDate '2002-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60 -56.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60"^^xsd:decimal ;
  dwc:decimalLongitude "-56.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_535'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_535'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-56.83'^^xsd:double;
  dwc:startLongitude '-56.83'^^xsd:double;
  dwc:endLongitude '-56.83'^^xsd:double;
  dwc:latitude '-60'^^xsd:integer;
  dwc:startLatitude '-60'^^xsd:integer;
  dwc:endLatitude '-60'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-56.83 -60, -56.83 -60, -56.83 -60, -56.83 -60, -56.83 -60))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_535'^^xsd:string;
  dwc:observationDate '1980-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.96 -56.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.96"^^xsd:decimal ;
  dwc:decimalLongitude "-56.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1086'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1086'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:longitude '-56.82'^^xsd:double;
  dwc:startLongitude '-56.82'^^xsd:double;
  dwc:endLongitude '-56.82'^^xsd:double;
  dwc:latitude '-63.96'^^xsd:double;
  dwc:startLatitude '-63.96'^^xsd:double;
  dwc:endLatitude '-63.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.82 -63.96, -56.82 -63.96, -56.82 -63.96, -56.82 -63.96, -56.82 -63.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1086'^^xsd:string;
  dwc:observationDate '2002-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64 -56.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64"^^xsd:decimal ;
  dwc:decimalLongitude "-56.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1056'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1056'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:longitude '-56.76'^^xsd:double;
  dwc:startLongitude '-56.76'^^xsd:double;
  dwc:endLongitude '-56.76'^^xsd:double;
  dwc:latitude '-64'^^xsd:integer;
  dwc:startLatitude '-64'^^xsd:integer;
  dwc:endLatitude '-64'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-56.76 -64, -56.76 -64, -56.76 -64, -56.76 -64, -56.76 -64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1056'^^xsd:string;
  dwc:observationDate '2002-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.03 -56.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.03"^^xsd:decimal ;
  dwc:decimalLongitude "-56.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1057'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1057'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:longitude '-56.75'^^xsd:double;
  dwc:startLongitude '-56.75'^^xsd:double;
  dwc:endLongitude '-56.75'^^xsd:double;
  dwc:latitude '-64.03'^^xsd:double;
  dwc:startLatitude '-64.03'^^xsd:double;
  dwc:endLatitude '-64.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.75 -64.03, -56.75 -64.03, -56.75 -64.03, -56.75 -64.03, -56.75 -64.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1057'^^xsd:string;
  dwc:observationDate '2002-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.07 -56.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.07"^^xsd:decimal ;
  dwc:decimalLongitude "-56.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1059'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1059'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-56.72'^^xsd:double;
  dwc:startLongitude '-56.72'^^xsd:double;
  dwc:endLongitude '-56.72'^^xsd:double;
  dwc:latitude '-64.07'^^xsd:double;
  dwc:startLatitude '-64.07'^^xsd:double;
  dwc:endLatitude '-64.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.72 -64.07, -56.72 -64.07, -56.72 -64.07, -56.72 -64.07, -56.72 -64.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1059'^^xsd:string;
  dwc:observationDate '2002-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 -56.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3"^^xsd:decimal ;
  dwc:decimalLongitude "-56.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_596'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_596'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-56.67'^^xsd:double;
  dwc:startLongitude '-56.67'^^xsd:double;
  dwc:endLongitude '-56.67'^^xsd:double;
  dwc:latitude '37.3'^^xsd:double;
  dwc:startLatitude '37.3'^^xsd:double;
  dwc:endLatitude '37.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.67 37.3, -56.67 37.3, -56.67 37.3, -56.67 37.3, -56.67 37.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_596'^^xsd:string;
  dwc:observationDate '1970-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.45 -56.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.45"^^xsd:decimal ;
  dwc:decimalLongitude "-56.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_513'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_513'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-56.62'^^xsd:double;
  dwc:startLongitude '-56.62'^^xsd:double;
  dwc:endLongitude '-56.62'^^xsd:double;
  dwc:latitude '-63.45'^^xsd:double;
  dwc:startLatitude '-63.45'^^xsd:double;
  dwc:endLatitude '-63.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.62 -63.45, -56.62 -63.45, -56.62 -63.45, -56.62 -63.45, -56.62 -63.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_513'^^xsd:string;
  dwc:observationDate '1979-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.13 -56.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.13"^^xsd:decimal ;
  dwc:decimalLongitude "-56.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1191'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1191'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.333333333333'^^xsd:double;
  dwc:longitude '-56.62'^^xsd:double;
  dwc:startLongitude '-56.62'^^xsd:double;
  dwc:endLongitude '-56.62'^^xsd:double;
  dwc:latitude '-52.13'^^xsd:double;
  dwc:startLatitude '-52.13'^^xsd:double;
  dwc:endLatitude '-52.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.62 -52.13, -56.62 -52.13, -56.62 -52.13, -56.62 -52.13, -56.62 -52.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1191'^^xsd:string;
  dwc:observationDate '2000-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -56.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-56.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1087'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1087'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-56.53'^^xsd:double;
  dwc:startLongitude '-56.53'^^xsd:double;
  dwc:endLongitude '-56.53'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:startLatitude '-63.67'^^xsd:double;
  dwc:endLatitude '-63.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.53 -63.67, -56.53 -63.67, -56.53 -63.67, -56.53 -63.67, -56.53 -63.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1087'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -56.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-56.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1088'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1088'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-56.53'^^xsd:double;
  dwc:startLongitude '-56.53'^^xsd:double;
  dwc:endLongitude '-56.53'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:startLatitude '-63.67'^^xsd:double;
  dwc:endLatitude '-63.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.53 -63.67, -56.53 -63.67, -56.53 -63.67, -56.53 -63.67, -56.53 -63.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1088'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.87 -56.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-56.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_723'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_723'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-56.51'^^xsd:double;
  dwc:startLongitude '-56.51'^^xsd:double;
  dwc:endLongitude '-56.51'^^xsd:double;
  dwc:latitude '-42.87'^^xsd:double;
  dwc:startLatitude '-42.87'^^xsd:double;
  dwc:endLatitude '-42.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.51 -42.87, -56.51 -42.87, -56.51 -42.87, -56.51 -42.87, -56.51 -42.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_723'^^xsd:string;
  dwc:observationDate '1999-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.83 -56.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.83"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_517'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_517'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-56.5'^^xsd:double;
  dwc:startLongitude '-56.5'^^xsd:double;
  dwc:endLongitude '-56.5'^^xsd:double;
  dwc:latitude '-42.83'^^xsd:double;
  dwc:startLatitude '-42.83'^^xsd:double;
  dwc:endLatitude '-42.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.5 -42.83, -56.5 -42.83, -56.5 -42.83, -56.5 -42.83, -56.5 -42.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_517'^^xsd:string;
  dwc:observationDate '1979-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.44 -56.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.44"^^xsd:decimal ;
  dwc:decimalLongitude "-56.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_881'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_881'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:longitude '-56.43'^^xsd:double;
  dwc:startLongitude '-56.43'^^xsd:double;
  dwc:endLongitude '-56.43'^^xsd:double;
  dwc:latitude '-62.44'^^xsd:double;
  dwc:startLatitude '-62.44'^^xsd:double;
  dwc:endLatitude '-62.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.43 -62.44, -56.43 -62.44, -56.43 -62.44, -56.43 -62.44, -56.43 -62.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_881'^^xsd:string;
  dwc:observationDate '2001-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.17 -56.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.17"^^xsd:decimal ;
  dwc:decimalLongitude "-56.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1239'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1239'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '-56.42'^^xsd:double;
  dwc:startLongitude '-56.42'^^xsd:double;
  dwc:endLongitude '-56.42'^^xsd:double;
  dwc:latitude '-54.17'^^xsd:double;
  dwc:startLatitude '-54.17'^^xsd:double;
  dwc:endLatitude '-54.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.42 -54.17, -56.42 -54.17, -56.42 -54.17, -56.42 -54.17, -56.42 -54.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1239'^^xsd:string;
  dwc:observationDate '2000-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.52 -56.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.52"^^xsd:decimal ;
  dwc:decimalLongitude "-56.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_338'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_338'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:longitude '-56.4'^^xsd:double;
  dwc:startLongitude '-56.4'^^xsd:double;
  dwc:endLongitude '-56.4'^^xsd:double;
  dwc:latitude '-59.52'^^xsd:double;
  dwc:startLatitude '-59.52'^^xsd:double;
  dwc:endLatitude '-59.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.4 -59.52, -56.4 -59.52, -56.4 -59.52, -56.4 -59.52, -56.4 -59.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_338'^^xsd:string;
  dwc:observationDate '1997-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.78 -56.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.78"^^xsd:decimal ;
  dwc:decimalLongitude "-56.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_548'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_548'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-56.23'^^xsd:double;
  dwc:startLongitude '-56.23'^^xsd:double;
  dwc:endLongitude '-56.23'^^xsd:double;
  dwc:latitude '-51.78'^^xsd:double;
  dwc:startLatitude '-51.78'^^xsd:double;
  dwc:endLatitude '-51.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.23 -51.78, -56.23 -51.78, -56.23 -51.78, -56.23 -51.78, -56.23 -51.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_548'^^xsd:string;
  dwc:observationDate '1981-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-40.07 -55.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-40.07"^^xsd:decimal ;
  dwc:decimalLongitude "-55.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1183'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1183'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:longitude '-55.98'^^xsd:double;
  dwc:startLongitude '-55.98'^^xsd:double;
  dwc:endLongitude '-55.98'^^xsd:double;
  dwc:latitude '-40.07'^^xsd:double;
  dwc:startLatitude '-40.07'^^xsd:double;
  dwc:endLatitude '-40.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.98 -40.07, -55.98 -40.07, -55.98 -40.07, -55.98 -40.07, -55.98 -40.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1183'^^xsd:string;
  dwc:observationDate '2000-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.62 -55.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.62"^^xsd:decimal ;
  dwc:decimalLongitude "-55.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_337'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_337'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:longitude '-55.87'^^xsd:double;
  dwc:startLongitude '-55.87'^^xsd:double;
  dwc:endLongitude '-55.87'^^xsd:double;
  dwc:latitude '-59.62'^^xsd:double;
  dwc:startLatitude '-59.62'^^xsd:double;
  dwc:endLatitude '-59.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.87 -59.62, -55.87 -59.62, -55.87 -59.62, -55.87 -59.62, -55.87 -59.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_337'^^xsd:string;
  dwc:observationDate '1997-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.6 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_885'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_885'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '-63.6'^^xsd:double;
  dwc:startLatitude '-63.6'^^xsd:double;
  dwc:endLatitude '-63.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 -63.6, -55.7 -63.6, -55.7 -63.6, -55.7 -63.6, -55.7 -63.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_885'^^xsd:string;
  dwc:observationDate '2001-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-49.36 -55.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-49.36"^^xsd:decimal ;
  dwc:decimalLongitude "-55.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_874'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_874'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.1'^^xsd:double;
  dwc:longitude '-55.61'^^xsd:double;
  dwc:startLongitude '-55.61'^^xsd:double;
  dwc:endLongitude '-55.61'^^xsd:double;
  dwc:latitude '-49.36'^^xsd:double;
  dwc:startLatitude '-49.36'^^xsd:double;
  dwc:endLatitude '-49.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.61 -49.36, -55.61 -49.36, -55.61 -49.36, -55.61 -49.36, -55.61 -49.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_874'^^xsd:string;
  dwc:observationDate '2000-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.16 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.16"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_280'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_280'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-55.55'^^xsd:double;
  dwc:startLongitude '-55.55'^^xsd:double;
  dwc:endLongitude '-55.55'^^xsd:double;
  dwc:latitude '-45.16'^^xsd:double;
  dwc:startLatitude '-45.16'^^xsd:double;
  dwc:endLatitude '-45.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.55 -45.16, -55.55 -45.16, -55.55 -45.16, -55.55 -45.16, -55.55 -45.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_280'^^xsd:string;
  dwc:observationDate '1996-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.75 -55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.75"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_698'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_698'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '-55.5'^^xsd:double;
  dwc:startLongitude '-55.5'^^xsd:double;
  dwc:endLongitude '-55.5'^^xsd:double;
  dwc:latitude '-59.75'^^xsd:double;
  dwc:startLatitude '-59.75'^^xsd:double;
  dwc:endLatitude '-59.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5 -59.75, -55.5 -59.75, -55.5 -59.75, -55.5 -59.75, -55.5 -59.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_698'^^xsd:string;
  dwc:observationDate '1974-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.75 -55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.75"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_697'^^xsd:string;
  dwc:scientificName 'Balaenopteridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_697'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.0833333333333'^^xsd:double;
  dwc:longitude '-55.5'^^xsd:double;
  dwc:startLongitude '-55.5'^^xsd:double;
  dwc:endLongitude '-55.5'^^xsd:double;
  dwc:latitude '-59.75'^^xsd:double;
  dwc:startLatitude '-59.75'^^xsd:double;
  dwc:endLatitude '-59.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5 -59.75, -55.5 -59.75, -55.5 -59.75, -55.5 -59.75, -55.5 -59.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Rorqual Whale" by the provider'^^xsd:string;
  dwc:aphiaid '136979'^^xsd:integer;
  dwc:occurrenceId '64_697'^^xsd:string;
  dwc:observationDate '1974-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '136979'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.96 -55.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.96"^^xsd:decimal ;
  dwc:decimalLongitude "-55.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_279'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_279'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-55.48'^^xsd:double;
  dwc:startLongitude '-55.48'^^xsd:double;
  dwc:endLongitude '-55.48'^^xsd:double;
  dwc:latitude '-44.96'^^xsd:double;
  dwc:startLatitude '-44.96'^^xsd:double;
  dwc:endLatitude '-44.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.48 -44.96, -55.48 -44.96, -55.48 -44.96, -55.48 -44.96, -55.48 -44.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_279'^^xsd:string;
  dwc:observationDate '1996-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.15 -55.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.15"^^xsd:decimal ;
  dwc:decimalLongitude "-55.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_508'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_508'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:longitude '-55.42'^^xsd:double;
  dwc:startLongitude '-55.42'^^xsd:double;
  dwc:endLongitude '-55.42'^^xsd:double;
  dwc:latitude '-63.15'^^xsd:double;
  dwc:startLatitude '-63.15'^^xsd:double;
  dwc:endLatitude '-63.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.42 -63.15, -55.42 -63.15, -55.42 -63.15, -55.42 -63.15, -55.42 -63.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_508'^^xsd:string;
  dwc:observationDate '1979-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.76 -55.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.76"^^xsd:decimal ;
  dwc:decimalLongitude "-55.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_278'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_278'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-55.41'^^xsd:double;
  dwc:startLongitude '-55.41'^^xsd:double;
  dwc:endLongitude '-55.41'^^xsd:double;
  dwc:latitude '-44.76'^^xsd:double;
  dwc:startLatitude '-44.76'^^xsd:double;
  dwc:endLatitude '-44.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.41 -44.76, -55.41 -44.76, -55.41 -44.76, -55.41 -44.76, -55.41 -44.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_278'^^xsd:string;
  dwc:observationDate '1996-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.5 -55.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.5"^^xsd:decimal ;
  dwc:decimalLongitude "-55.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_510'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_510'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:longitude '-55.33'^^xsd:double;
  dwc:startLongitude '-55.33'^^xsd:double;
  dwc:endLongitude '-55.33'^^xsd:double;
  dwc:latitude '-63.5'^^xsd:double;
  dwc:startLatitude '-63.5'^^xsd:double;
  dwc:endLatitude '-63.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.33 -63.5, -55.33 -63.5, -55.33 -63.5, -55.33 -63.5, -55.33 -63.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_510'^^xsd:string;
  dwc:observationDate '1979-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.15 -55.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.15"^^xsd:decimal ;
  dwc:decimalLongitude "-55.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_507'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_507'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:longitude '-55.17'^^xsd:double;
  dwc:startLongitude '-55.17'^^xsd:double;
  dwc:endLongitude '-55.17'^^xsd:double;
  dwc:latitude '-63.15'^^xsd:double;
  dwc:startLatitude '-63.15'^^xsd:double;
  dwc:endLatitude '-63.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.17 -63.15, -55.17 -63.15, -55.17 -63.15, -55.17 -63.15, -55.17 -63.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_507'^^xsd:string;
  dwc:observationDate '1979-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63 -55.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63"^^xsd:decimal ;
  dwc:decimalLongitude "-55.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_511'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_511'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.333333333333'^^xsd:double;
  dwc:longitude '-55.17'^^xsd:double;
  dwc:startLongitude '-55.17'^^xsd:double;
  dwc:endLongitude '-55.17'^^xsd:double;
  dwc:latitude '-63'^^xsd:integer;
  dwc:startLatitude '-63'^^xsd:integer;
  dwc:endLatitude '-63'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-55.17 -63, -55.17 -63, -55.17 -63, -55.17 -63, -55.17 -63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_511'^^xsd:string;
  dwc:observationDate '1979-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.9 -55.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.9"^^xsd:decimal ;
  dwc:decimalLongitude "-55.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_512'^^xsd:string;
  dwc:scientificName 'Balaenoptera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_512'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:longitude '-55.12'^^xsd:double;
  dwc:startLongitude '-55.12'^^xsd:double;
  dwc:endLongitude '-55.12'^^xsd:double;
  dwc:latitude '-62.9'^^xsd:double;
  dwc:startLatitude '-62.9'^^xsd:double;
  dwc:endLatitude '-62.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.12 -62.9, -55.12 -62.9, -55.12 -62.9, -55.12 -62.9, -55.12 -62.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale or small Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137013'^^xsd:integer;
  dwc:occurrenceId '64_512'^^xsd:string;
  dwc:observationDate '1979-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137013'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.23 -54.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.23"^^xsd:decimal ;
  dwc:decimalLongitude "-54.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_506'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_506'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:longitude '-54.68'^^xsd:double;
  dwc:startLongitude '-54.68'^^xsd:double;
  dwc:endLongitude '-54.68'^^xsd:double;
  dwc:latitude '-63.23'^^xsd:double;
  dwc:startLatitude '-63.23'^^xsd:double;
  dwc:endLatitude '-63.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.68 -63.23, -54.68 -63.23, -54.68 -63.23, -54.68 -63.23, -54.68 -63.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_506'^^xsd:string;
  dwc:observationDate '1979-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.69 -54.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.69"^^xsd:decimal ;
  dwc:decimalLongitude "-54.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_277'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_277'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-54.63'^^xsd:double;
  dwc:startLongitude '-54.63'^^xsd:double;
  dwc:endLongitude '-54.63'^^xsd:double;
  dwc:latitude '-41.69'^^xsd:double;
  dwc:startLatitude '-41.69'^^xsd:double;
  dwc:endLatitude '-41.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.63 -41.69, -54.63 -41.69, -54.63 -41.69, -54.63 -41.69, -54.63 -41.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_277'^^xsd:string;
  dwc:observationDate '1996-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.17 -54.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.17"^^xsd:decimal ;
  dwc:decimalLongitude "-54.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_468'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_468'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:longitude '-54.62'^^xsd:double;
  dwc:startLongitude '-54.62'^^xsd:double;
  dwc:endLongitude '-54.62'^^xsd:double;
  dwc:latitude '-61.17'^^xsd:double;
  dwc:startLatitude '-61.17'^^xsd:double;
  dwc:endLatitude '-61.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.62 -61.17, -54.62 -61.17, -54.62 -61.17, -54.62 -61.17, -54.62 -61.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_468'^^xsd:string;
  dwc:observationDate '1998-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.42 -54.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.42"^^xsd:decimal ;
  dwc:decimalLongitude "-54.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_509'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_509'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-54.58'^^xsd:double;
  dwc:startLongitude '-54.58'^^xsd:double;
  dwc:endLongitude '-54.58'^^xsd:double;
  dwc:latitude '-63.42'^^xsd:double;
  dwc:startLatitude '-63.42'^^xsd:double;
  dwc:endLatitude '-63.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.58 -63.42, -54.58 -63.42, -54.58 -63.42, -54.58 -63.42, -54.58 -63.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_509'^^xsd:string;
  dwc:observationDate '1979-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.42 -54.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.42"^^xsd:decimal ;
  dwc:decimalLongitude "-54.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_504'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_504'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '-54.58'^^xsd:double;
  dwc:startLongitude '-54.58'^^xsd:double;
  dwc:endLongitude '-54.58'^^xsd:double;
  dwc:latitude '-63.42'^^xsd:double;
  dwc:startLatitude '-63.42'^^xsd:double;
  dwc:endLatitude '-63.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.58 -63.42, -54.58 -63.42, -54.58 -63.42, -54.58 -63.42, -54.58 -63.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_504'^^xsd:string;
  dwc:observationDate '1979-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.17 -54.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.17"^^xsd:decimal ;
  dwc:decimalLongitude "-54.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_505'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_505'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '-54.53'^^xsd:double;
  dwc:startLongitude '-54.53'^^xsd:double;
  dwc:endLongitude '-54.53'^^xsd:double;
  dwc:latitude '-63.17'^^xsd:double;
  dwc:startLatitude '-63.17'^^xsd:double;
  dwc:endLatitude '-63.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.53 -63.17, -54.53 -63.17, -54.53 -63.17, -54.53 -63.17, -54.53 -63.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_505'^^xsd:string;
  dwc:observationDate '1979-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.37 -54.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.37"^^xsd:decimal ;
  dwc:decimalLongitude "-54.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1073'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1073'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-54.23'^^xsd:double;
  dwc:startLongitude '-54.23'^^xsd:double;
  dwc:endLongitude '-54.23'^^xsd:double;
  dwc:latitude '-47.37'^^xsd:double;
  dwc:startLatitude '-47.37'^^xsd:double;
  dwc:endLatitude '-47.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.23 -47.37, -54.23 -47.37, -54.23 -47.37, -54.23 -47.37, -54.23 -47.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_1073'^^xsd:string;
  dwc:observationDate '2001-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.05 -54.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.05"^^xsd:decimal ;
  dwc:decimalLongitude "-54.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1187'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1187'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^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 '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-54.23'^^xsd:double;
  dwc:startLongitude '-54.23'^^xsd:double;
  dwc:endLongitude '-54.23'^^xsd:double;
  dwc:latitude '-47.05'^^xsd:double;
  dwc:startLatitude '-47.05'^^xsd:double;
  dwc:endLatitude '-47.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.23 -47.05, -54.23 -47.05, -54.23 -47.05, -54.23 -47.05, -54.23 -47.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_1187'^^xsd:string;
  dwc:observationDate '2000-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.72 -54.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.72"^^xsd:decimal ;
  dwc:decimalLongitude "-54.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_315'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_315'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-54.06'^^xsd:double;
  dwc:startLongitude '-54.06'^^xsd:double;
  dwc:endLongitude '-54.06'^^xsd:double;
  dwc:latitude '-56.72'^^xsd:double;
  dwc:startLatitude '-56.72'^^xsd:double;
  dwc:endLatitude '-56.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.06 -56.72, -54.06 -56.72, -54.06 -56.72, -54.06 -56.72, -54.06 -56.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_315'^^xsd:string;
  dwc:observationDate '1997-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.3 -54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.3"^^xsd:decimal ;
  dwc:decimalLongitude "-54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_276'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_276'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '-54'^^xsd:integer;
  dwc:startLongitude '-54'^^xsd:integer;
  dwc:endLongitude '-54'^^xsd:integer;
  dwc:latitude '-39.3'^^xsd:double;
  dwc:startLatitude '-39.3'^^xsd:double;
  dwc:endLatitude '-39.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54 -39.3, -54 -39.3, -54 -39.3, -54 -39.3, -54 -39.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_276'^^xsd:string;
  dwc:observationDate '1996-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-47.67 -53.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-47.67"^^xsd:decimal ;
  dwc:decimalLongitude "-53.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1136'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1136'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-53.88'^^xsd:double;
  dwc:startLongitude '-53.88'^^xsd:double;
  dwc:endLongitude '-53.88'^^xsd:double;
  dwc:latitude '-47.67'^^xsd:double;
  dwc:startLatitude '-47.67'^^xsd:double;
  dwc:endLatitude '-47.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.88 -47.67, -53.88 -47.67, -53.88 -47.67, -53.88 -47.67, -53.88 -47.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1136'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.75 -53.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1289'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1289'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '-53.37'^^xsd:double;
  dwc:startLongitude '-53.37'^^xsd:double;
  dwc:endLongitude '-53.37'^^xsd:double;
  dwc:latitude '-51.75'^^xsd:double;
  dwc:startLatitude '-51.75'^^xsd:double;
  dwc:endLatitude '-51.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.37 -51.75, -53.37 -51.75, -53.37 -51.75, -53.37 -51.75, -53.37 -51.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1289'^^xsd:string;
  dwc:observationDate '2001-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.45 -53.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-53.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_745'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_745'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '-53.37'^^xsd:double;
  dwc:startLongitude '-53.37'^^xsd:double;
  dwc:endLongitude '-53.37'^^xsd:double;
  dwc:latitude '-36.45'^^xsd:double;
  dwc:startLatitude '-36.45'^^xsd:double;
  dwc:endLatitude '-36.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.37 -36.45, -53.37 -36.45, -53.37 -36.45, -53.37 -36.45, -53.37 -36.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_745'^^xsd:string;
  dwc:observationDate '2000-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.41 -53.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.41"^^xsd:decimal ;
  dwc:decimalLongitude "-53.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_743'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_743'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:longitude '-53.35'^^xsd:double;
  dwc:startLongitude '-53.35'^^xsd:double;
  dwc:endLongitude '-53.35'^^xsd:double;
  dwc:latitude '-36.41'^^xsd:double;
  dwc:startLatitude '-36.41'^^xsd:double;
  dwc:endLatitude '-36.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.35 -36.41, -53.35 -36.41, -53.35 -36.41, -53.35 -36.41, -53.35 -36.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_743'^^xsd:string;
  dwc:observationDate '2000-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.41 -53.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.41"^^xsd:decimal ;
  dwc:decimalLongitude "-53.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_744'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_744'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:longitude '-53.35'^^xsd:double;
  dwc:startLongitude '-53.35'^^xsd:double;
  dwc:endLongitude '-53.35'^^xsd:double;
  dwc:latitude '-36.41'^^xsd:double;
  dwc:startLatitude '-36.41'^^xsd:double;
  dwc:endLatitude '-36.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.35 -36.41, -53.35 -36.41, -53.35 -36.41, -53.35 -36.41, -53.35 -36.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_744'^^xsd:string;
  dwc:observationDate '2000-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.9 -53.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.9"^^xsd:decimal ;
  dwc:decimalLongitude "-53.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1072'^^xsd:string;
  dwc:scientificName 'Hyperoodon planifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1072'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-53.28'^^xsd:double;
  dwc:startLongitude '-53.28'^^xsd:double;
  dwc:endLongitude '-53.28'^^xsd:double;
  dwc:latitude '-45.9'^^xsd:double;
  dwc:startLatitude '-45.9'^^xsd:double;
  dwc:endLatitude '-45.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.28 -45.9, -53.28 -45.9, -53.28 -45.9, -53.28 -45.9, -53.28 -45.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Bottlenose Whale" by the provider'^^xsd:string;
  dwc:aphiaid '343900'^^xsd:integer;
  dwc:occurrenceId '64_1072'^^xsd:string;
  dwc:observationDate '2001-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '343900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.75 -53.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1071'^^xsd:string;
  dwc:scientificName 'Hyperoodon planifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1071'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.7'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-53.18'^^xsd:double;
  dwc:startLongitude '-53.18'^^xsd:double;
  dwc:endLongitude '-53.18'^^xsd:double;
  dwc:latitude '-45.75'^^xsd:double;
  dwc:startLatitude '-45.75'^^xsd:double;
  dwc:endLatitude '-45.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.18 -45.75, -53.18 -45.75, -53.18 -45.75, -53.18 -45.75, -53.18 -45.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Bottlenose Whale" by the provider'^^xsd:string;
  dwc:aphiaid '343900'^^xsd:integer;
  dwc:occurrenceId '64_1071'^^xsd:string;
  dwc:observationDate '2001-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '343900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.67 -52.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.67"^^xsd:decimal ;
  dwc:decimalLongitude "-52.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_501'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_501'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '-52.83'^^xsd:double;
  dwc:startLongitude '-52.83'^^xsd:double;
  dwc:endLongitude '-52.83'^^xsd:double;
  dwc:latitude '-34.67'^^xsd:double;
  dwc:startLatitude '-34.67'^^xsd:double;
  dwc:endLatitude '-34.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.83 -34.67, -52.83 -34.67, -52.83 -34.67, -52.83 -34.67, -52.83 -34.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_501'^^xsd:string;
  dwc:observationDate '1978-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.15 -52.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.15"^^xsd:decimal ;
  dwc:decimalLongitude "-52.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_747'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_747'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-52.77'^^xsd:double;
  dwc:startLongitude '-52.77'^^xsd:double;
  dwc:endLongitude '-52.77'^^xsd:double;
  dwc:latitude '-56.15'^^xsd:double;
  dwc:startLatitude '-56.15'^^xsd:double;
  dwc:endLatitude '-56.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.77 -56.15, -52.77 -56.15, -52.77 -56.15, -52.77 -56.15, -52.77 -56.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_747'^^xsd:string;
  dwc:observationDate '2000-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-45.9 -52.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-45.9"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_687'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_687'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-52.7'^^xsd:double;
  dwc:startLongitude '-52.7'^^xsd:double;
  dwc:endLongitude '-52.7'^^xsd:double;
  dwc:latitude '-45.9'^^xsd:double;
  dwc:startLatitude '-45.9'^^xsd:double;
  dwc:endLatitude '-45.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7 -45.9, -52.7 -45.9, -52.7 -45.9, -52.7 -45.9, -52.7 -45.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_687'^^xsd:string;
  dwc:observationDate '1973-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.87 -52.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.87"^^xsd:decimal ;
  dwc:decimalLongitude "-52.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_594'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_594'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^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 '18'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-52.45'^^xsd:double;
  dwc:startLongitude '-52.45'^^xsd:double;
  dwc:endLongitude '-52.45'^^xsd:double;
  dwc:latitude '24.87'^^xsd:double;
  dwc:startLatitude '24.87'^^xsd:double;
  dwc:endLatitude '24.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.45 24.87, -52.45 24.87, -52.45 24.87, -52.45 24.87, -52.45 24.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_594'^^xsd:string;
  dwc:observationDate '1970-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.08 -52.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.08"^^xsd:decimal ;
  dwc:decimalLongitude "-52.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_16'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_16'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:longitude '-52.07'^^xsd:double;
  dwc:startLongitude '-52.07'^^xsd:double;
  dwc:endLongitude '-52.07'^^xsd:double;
  dwc:latitude '47.08'^^xsd:double;
  dwc:startLatitude '47.08'^^xsd:double;
  dwc:endLatitude '47.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.07 47.08, -52.07 47.08, -52.07 47.08, -52.07 47.08, -52.07 47.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_16'^^xsd:string;
  dwc:observationDate '1990-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33 -52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33"^^xsd:decimal ;
  dwc:decimalLongitude "-52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_526'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_526'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-52'^^xsd:integer;
  dwc:startLongitude '-52'^^xsd:integer;
  dwc:endLongitude '-52'^^xsd:integer;
  dwc:latitude '-33'^^xsd:integer;
  dwc:startLatitude '-33'^^xsd:integer;
  dwc:endLatitude '-33'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-52 -33, -52 -33, -52 -33, -52 -33, -52 -33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_526'^^xsd:string;
  dwc:observationDate '1979-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.09 -51.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.09"^^xsd:decimal ;
  dwc:decimalLongitude "-51.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_15'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_15'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-51.94'^^xsd:double;
  dwc:startLongitude '-51.94'^^xsd:double;
  dwc:endLongitude '-51.94'^^xsd:double;
  dwc:latitude '34.09'^^xsd:double;
  dwc:startLatitude '34.09'^^xsd:double;
  dwc:endLatitude '34.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-51.94 34.09, -51.94 34.09, -51.94 34.09, -51.94 34.09, -51.94 34.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_15'^^xsd:string;
  dwc:observationDate '1990-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.41 -51.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.41"^^xsd:decimal ;
  dwc:decimalLongitude "-51.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_878'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_878'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-51.75'^^xsd:double;
  dwc:startLongitude '-51.75'^^xsd:double;
  dwc:endLongitude '-51.75'^^xsd:double;
  dwc:latitude '-52.41'^^xsd:double;
  dwc:startLatitude '-52.41'^^xsd:double;
  dwc:endLatitude '-52.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-51.75 -52.41, -51.75 -52.41, -51.75 -52.41, -51.75 -52.41, -51.75 -52.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_878'^^xsd:string;
  dwc:observationDate '2000-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.95 -51.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.95"^^xsd:decimal ;
  dwc:decimalLongitude "-51.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1048'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1048'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.95'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-51.61'^^xsd:double;
  dwc:startLongitude '-51.61'^^xsd:double;
  dwc:endLongitude '-51.61'^^xsd:double;
  dwc:latitude '-42.95'^^xsd:double;
  dwc:startLatitude '-42.95'^^xsd:double;
  dwc:endLatitude '-42.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-51.61 -42.95, -51.61 -42.95, -51.61 -42.95, -51.61 -42.95, -51.61 -42.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1048'^^xsd:string;
  dwc:observationDate '2001-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.21 -51.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.21"^^xsd:decimal ;
  dwc:decimalLongitude "-51.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_316'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_316'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '-51.17'^^xsd:double;
  dwc:startLongitude '-51.17'^^xsd:double;
  dwc:endLongitude '-51.17'^^xsd:double;
  dwc:latitude '-58.21'^^xsd:double;
  dwc:startLatitude '-58.21'^^xsd:double;
  dwc:endLatitude '-58.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-51.17 -58.21, -51.17 -58.21, -51.17 -58.21, -51.17 -58.21, -51.17 -58.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_316'^^xsd:string;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.25 -51.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.25"^^xsd:decimal ;
  dwc:decimalLongitude "-51.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_562'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_562'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:longitude '-51.07'^^xsd:double;
  dwc:startLongitude '-51.07'^^xsd:double;
  dwc:endLongitude '-51.07'^^xsd:double;
  dwc:latitude '-63.25'^^xsd:double;
  dwc:startLatitude '-63.25'^^xsd:double;
  dwc:endLatitude '-63.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-51.07 -63.25, -51.07 -63.25, -51.07 -63.25, -51.07 -63.25, -51.07 -63.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_562'^^xsd:string;
  dwc:observationDate '1983-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.61 -50.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.61"^^xsd:decimal ;
  dwc:decimalLongitude "-50.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1047'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1047'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.92'^^xsd:double;
  dwc:startLongitude '-50.92'^^xsd:double;
  dwc:endLongitude '-50.92'^^xsd:double;
  dwc:latitude '-41.61'^^xsd:double;
  dwc:startLatitude '-41.61'^^xsd:double;
  dwc:endLatitude '-41.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.92 -41.61, -50.92 -41.61, -50.92 -41.61, -50.92 -41.61, -50.92 -41.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1047'^^xsd:string;
  dwc:observationDate '2001-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.06 -50.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.06"^^xsd:decimal ;
  dwc:decimalLongitude "-50.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_275'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_275'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.9'^^xsd:double;
  dwc:startLongitude '-50.9'^^xsd:double;
  dwc:endLongitude '-50.9'^^xsd:double;
  dwc:latitude '-39.06'^^xsd:double;
  dwc:startLatitude '-39.06'^^xsd:double;
  dwc:endLatitude '-39.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.9 -39.06, -50.9 -39.06, -50.9 -39.06, -50.9 -39.06, -50.9 -39.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_275'^^xsd:string;
  dwc:observationDate '1996-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.47 -50.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.47"^^xsd:decimal ;
  dwc:decimalLongitude "-50.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1046'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1046'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.85'^^xsd:double;
  dwc:startLongitude '-50.85'^^xsd:double;
  dwc:endLongitude '-50.85'^^xsd:double;
  dwc:latitude '-41.47'^^xsd:double;
  dwc:startLatitude '-41.47'^^xsd:double;
  dwc:endLatitude '-41.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.85 -41.47, -50.85 -41.47, -50.85 -41.47, -50.85 -41.47, -50.85 -41.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1046'^^xsd:string;
  dwc:observationDate '2001-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.47 -50.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.47"^^xsd:decimal ;
  dwc:decimalLongitude "-50.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1045'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1045'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.85'^^xsd:double;
  dwc:startLongitude '-50.85'^^xsd:double;
  dwc:endLongitude '-50.85'^^xsd:double;
  dwc:latitude '-41.47'^^xsd:double;
  dwc:startLatitude '-41.47'^^xsd:double;
  dwc:endLatitude '-41.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.85 -41.47, -50.85 -41.47, -50.85 -41.47, -50.85 -41.47, -50.85 -41.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1045'^^xsd:string;
  dwc:observationDate '2001-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.4 -50.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.4"^^xsd:decimal ;
  dwc:decimalLongitude "-50.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1044'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1044'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.82'^^xsd:double;
  dwc:startLongitude '-50.82'^^xsd:double;
  dwc:endLongitude '-50.82'^^xsd:double;
  dwc:latitude '-41.4'^^xsd:double;
  dwc:startLatitude '-41.4'^^xsd:double;
  dwc:endLatitude '-41.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.82 -41.4, -50.82 -41.4, -50.82 -41.4, -50.82 -41.4, -50.82 -41.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_1044'^^xsd:string;
  dwc:observationDate '2001-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.19 -50.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.19"^^xsd:decimal ;
  dwc:decimalLongitude "-50.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_757'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_757'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.333333333333'^^xsd:double;
  dwc:longitude '-50.66'^^xsd:double;
  dwc:startLongitude '-50.66'^^xsd:double;
  dwc:endLongitude '-50.66'^^xsd:double;
  dwc:latitude '-58.19'^^xsd:double;
  dwc:startLatitude '-58.19'^^xsd:double;
  dwc:endLatitude '-58.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.66 -58.19, -50.66 -58.19, -50.66 -58.19, -50.66 -58.19, -50.66 -58.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_757'^^xsd:string;
  dwc:observationDate '2000-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-61.16 -50.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-61.16"^^xsd:decimal ;
  dwc:decimalLongitude "-50.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_756'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_756'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.7166666666667'^^xsd:double;
  dwc:longitude '-50.46'^^xsd:double;
  dwc:startLongitude '-50.46'^^xsd:double;
  dwc:endLongitude '-50.46'^^xsd:double;
  dwc:latitude '-61.16'^^xsd:double;
  dwc:startLatitude '-61.16'^^xsd:double;
  dwc:endLatitude '-61.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.46 -61.16, -50.46 -61.16, -50.46 -61.16, -50.46 -61.16, -50.46 -61.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_756'^^xsd:string;
  dwc:observationDate '2000-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-42.27 -50.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-42.27"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_686'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_686'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.3'^^xsd:double;
  dwc:startLongitude '-50.3'^^xsd:double;
  dwc:endLongitude '-50.3'^^xsd:double;
  dwc:latitude '-42.27'^^xsd:double;
  dwc:startLatitude '-42.27'^^xsd:double;
  dwc:endLatitude '-42.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3 -42.27, -50.3 -42.27, -50.3 -42.27, -50.3 -42.27, -50.3 -42.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_686'^^xsd:string;
  dwc:observationDate '1973-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.96 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.96"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_472'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_472'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '42.96'^^xsd:double;
  dwc:startLatitude '42.96'^^xsd:double;
  dwc:endLatitude '42.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 42.96, -50.05 42.96, -50.05 42.96, -50.05 42.96, -50.05 42.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_472'^^xsd:string;
  dwc:observationDate '1998-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.81 -50.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.81"^^xsd:decimal ;
  dwc:decimalLongitude "-50.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1043'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1043'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.2333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-50.02'^^xsd:double;
  dwc:startLongitude '-50.02'^^xsd:double;
  dwc:endLongitude '-50.02'^^xsd:double;
  dwc:latitude '-39.81'^^xsd:double;
  dwc:startLatitude '-39.81'^^xsd:double;
  dwc:endLatitude '-39.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.02 -39.81, -50.02 -39.81, -50.02 -39.81, -50.02 -39.81, -50.02 -39.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1043'^^xsd:string;
  dwc:observationDate '2001-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39 -49.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39"^^xsd:decimal ;
  dwc:decimalLongitude "-49.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1140'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1140'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.466666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.92'^^xsd:double;
  dwc:startLongitude '-49.92'^^xsd:double;
  dwc:endLongitude '-49.92'^^xsd:double;
  dwc:latitude '-39'^^xsd:integer;
  dwc:startLatitude '-39'^^xsd:integer;
  dwc:endLatitude '-39'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-49.92 -39, -49.92 -39, -49.92 -39, -49.92 -39, -49.92 -39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1140'^^xsd:string;
  dwc:observationDate '1999-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.23 -49.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.23"^^xsd:decimal ;
  dwc:decimalLongitude "-49.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1142'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1142'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.85'^^xsd:double;
  dwc:startLongitude '-49.85'^^xsd:double;
  dwc:endLongitude '-49.85'^^xsd:double;
  dwc:latitude '-39.23'^^xsd:double;
  dwc:startLatitude '-39.23'^^xsd:double;
  dwc:endLatitude '-39.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.85 -39.23, -49.85 -39.23, -49.85 -39.23, -49.85 -39.23, -49.85 -39.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1142'^^xsd:string;
  dwc:observationDate '1999-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.22 -49.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.22"^^xsd:decimal ;
  dwc:decimalLongitude "-49.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1143'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1143'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.3'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.78'^^xsd:double;
  dwc:startLongitude '-49.78'^^xsd:double;
  dwc:endLongitude '-49.78'^^xsd:double;
  dwc:latitude '-39.22'^^xsd:double;
  dwc:startLatitude '-39.22'^^xsd:double;
  dwc:endLatitude '-39.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.78 -39.22, -49.78 -39.22, -49.78 -39.22, -49.78 -39.22, -49.78 -39.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1143'^^xsd:string;
  dwc:observationDate '1999-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-39.22 -49.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-39.22"^^xsd:decimal ;
  dwc:decimalLongitude "-49.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1141'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1141'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.78'^^xsd:double;
  dwc:startLongitude '-49.78'^^xsd:double;
  dwc:endLongitude '-49.78'^^xsd:double;
  dwc:latitude '-39.22'^^xsd:double;
  dwc:startLatitude '-39.22'^^xsd:double;
  dwc:endLatitude '-39.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.78 -39.22, -49.78 -39.22, -49.78 -39.22, -49.78 -39.22, -49.78 -39.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1141'^^xsd:string;
  dwc:observationDate '1999-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -49.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-49.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_934'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_934'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.7'^^xsd:double;
  dwc:startLongitude '-49.7'^^xsd:double;
  dwc:endLongitude '-49.7'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:startLatitude '35.05'^^xsd:double;
  dwc:endLatitude '35.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.7 35.05, -49.7 35.05, -49.7 35.05, -49.7 35.05, -49.7 35.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_934'^^xsd:string;
  dwc:observationDate '2000-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.12 -49.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.12"^^xsd:decimal ;
  dwc:decimalLongitude "-49.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_758'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_758'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '-49.53'^^xsd:double;
  dwc:startLongitude '-49.53'^^xsd:double;
  dwc:endLongitude '-49.53'^^xsd:double;
  dwc:latitude '-59.12'^^xsd:double;
  dwc:startLatitude '-59.12'^^xsd:double;
  dwc:endLatitude '-59.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.53 -59.12, -49.53 -59.12, -49.53 -59.12, -49.53 -59.12, -49.53 -59.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_758'^^xsd:string;
  dwc:observationDate '2000-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.28 -49.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.28"^^xsd:decimal ;
  dwc:decimalLongitude "-49.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1139'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1139'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.43'^^xsd:double;
  dwc:startLongitude '-49.43'^^xsd:double;
  dwc:endLongitude '-49.43'^^xsd:double;
  dwc:latitude '-38.28'^^xsd:double;
  dwc:startLatitude '-38.28'^^xsd:double;
  dwc:endLatitude '-38.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.43 -38.28, -49.43 -38.28, -49.43 -38.28, -49.43 -38.28, -49.43 -38.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1139'^^xsd:string;
  dwc:observationDate '1999-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.08 -49.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.08"^^xsd:decimal ;
  dwc:decimalLongitude "-49.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1138'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1138'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.33'^^xsd:double;
  dwc:startLongitude '-49.33'^^xsd:double;
  dwc:endLongitude '-49.33'^^xsd:double;
  dwc:latitude '-38.08'^^xsd:double;
  dwc:startLatitude '-38.08'^^xsd:double;
  dwc:endLatitude '-38.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.33 -38.08, -49.33 -38.08, -49.33 -38.08, -49.33 -38.08, -49.33 -38.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1138'^^xsd:string;
  dwc:observationDate '1999-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.03 -49.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.03"^^xsd:decimal ;
  dwc:decimalLongitude "-49.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1137'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1137'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.25'^^xsd:double;
  dwc:startLongitude '-49.25'^^xsd:double;
  dwc:endLongitude '-49.25'^^xsd:double;
  dwc:latitude '-38.03'^^xsd:double;
  dwc:startLatitude '-38.03'^^xsd:double;
  dwc:endLatitude '-38.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.25 -38.03, -49.25 -38.03, -49.25 -38.03, -49.25 -38.03, -49.25 -38.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1137'^^xsd:string;
  dwc:observationDate '1999-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.57 -49.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.57"^^xsd:decimal ;
  dwc:decimalLongitude "-49.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_880'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_880'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:longitude '-49.24'^^xsd:double;
  dwc:startLongitude '-49.24'^^xsd:double;
  dwc:endLongitude '-49.24'^^xsd:double;
  dwc:latitude '-60.57'^^xsd:double;
  dwc:startLatitude '-60.57'^^xsd:double;
  dwc:endLatitude '-60.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.24 -60.57, -49.24 -60.57, -49.24 -60.57, -49.24 -60.57, -49.24 -60.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_880'^^xsd:string;
  dwc:observationDate '2001-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-38.17 -49.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-38.17"^^xsd:decimal ;
  dwc:decimalLongitude "-49.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1042'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1042'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49.18'^^xsd:double;
  dwc:startLongitude '-49.18'^^xsd:double;
  dwc:endLongitude '-49.18'^^xsd:double;
  dwc:latitude '-38.17'^^xsd:double;
  dwc:startLatitude '-38.17'^^xsd:double;
  dwc:endLatitude '-38.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.18 -38.17, -49.18 -38.17, -49.18 -38.17, -49.18 -38.17, -49.18 -38.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1042'^^xsd:string;
  dwc:observationDate '2001-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_126'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_126'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-49'^^xsd:integer;
  dwc:startLongitude '-49'^^xsd:integer;
  dwc:endLongitude '-49'^^xsd:integer;
  dwc:latitude '36.58'^^xsd:double;
  dwc:startLatitude '36.58'^^xsd:double;
  dwc:endLatitude '36.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49 36.58, -49 36.58, -49 36.58, -49 36.58, -49 36.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_126'^^xsd:string;
  dwc:observationDate '1994-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.37 -48.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.37"^^xsd:decimal ;
  dwc:decimalLongitude "-48.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_51'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_51'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-48.97'^^xsd:double;
  dwc:startLongitude '-48.97'^^xsd:double;
  dwc:endLongitude '-48.97'^^xsd:double;
  dwc:latitude '46.37'^^xsd:double;
  dwc:startLatitude '46.37'^^xsd:double;
  dwc:endLatitude '46.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-48.97 46.37, -48.97 46.37, -48.97 46.37, -48.97 46.37, -48.97 46.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_51'^^xsd:string;
  dwc:observationDate '1994-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.35 -48.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.35"^^xsd:decimal ;
  dwc:decimalLongitude "-48.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1041'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1041'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:longitude '-48.82'^^xsd:double;
  dwc:startLongitude '-48.82'^^xsd:double;
  dwc:endLongitude '-48.82'^^xsd:double;
  dwc:latitude '-32.35'^^xsd:double;
  dwc:startLatitude '-32.35'^^xsd:double;
  dwc:endLatitude '-32.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-48.82 -32.35, -48.82 -32.35, -48.82 -32.35, -48.82 -32.35, -48.82 -32.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1041'^^xsd:string;
  dwc:observationDate '2001-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-41.65 -48.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-41.65"^^xsd:decimal ;
  dwc:decimalLongitude "-48.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_274'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_274'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-48.7'^^xsd:double;
  dwc:startLongitude '-48.7'^^xsd:double;
  dwc:endLongitude '-48.7'^^xsd:double;
  dwc:latitude '-41.65'^^xsd:double;
  dwc:startLatitude '-41.65'^^xsd:double;
  dwc:endLatitude '-41.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-48.7 -41.65, -48.7 -41.65, -48.7 -41.65, -48.7 -41.65, -48.7 -41.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_274'^^xsd:string;
  dwc:observationDate '1996-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.73 -48.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-48.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_708'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_708'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '-48.67'^^xsd:double;
  dwc:startLongitude '-48.67'^^xsd:double;
  dwc:endLongitude '-48.67'^^xsd:double;
  dwc:latitude '-29.73'^^xsd:double;
  dwc:startLatitude '-29.73'^^xsd:double;
  dwc:endLatitude '-29.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-48.67 -29.73, -48.67 -29.73, -48.67 -29.73, -48.67 -29.73, -48.67 -29.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_708'^^xsd:string;
  dwc:observationDate '1974-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.08 -48.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.08"^^xsd:decimal ;
  dwc:decimalLongitude "-48.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_665'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_665'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-48.32'^^xsd:double;
  dwc:startLongitude '-48.32'^^xsd:double;
  dwc:endLongitude '-48.32'^^xsd:double;
  dwc:latitude '36.08'^^xsd:double;
  dwc:startLatitude '36.08'^^xsd:double;
  dwc:endLatitude '36.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-48.32 36.08, -48.32 36.08, -48.32 36.08, -48.32 36.08, -48.32 36.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_665'^^xsd:string;
  dwc:observationDate '1972-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.73 -48.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.73"^^xsd:decimal ;
  dwc:decimalLongitude "-48.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_317'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_317'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:longitude '-48.01'^^xsd:double;
  dwc:startLongitude '-48.01'^^xsd:double;
  dwc:endLongitude '-48.01'^^xsd:double;
  dwc:latitude '-59.73'^^xsd:double;
  dwc:startLatitude '-59.73'^^xsd:double;
  dwc:endLatitude '-59.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-48.01 -59.73, -48.01 -59.73, -48.01 -59.73, -48.01 -59.73, -48.01 -59.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_317'^^xsd:string;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.85 -47.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.85"^^xsd:decimal ;
  dwc:decimalLongitude "-47.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_318'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_318'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.75'^^xsd:double;
  dwc:longitude '-47.86'^^xsd:double;
  dwc:startLongitude '-47.86'^^xsd:double;
  dwc:endLongitude '-47.86'^^xsd:double;
  dwc:latitude '-59.85'^^xsd:double;
  dwc:startLatitude '-59.85'^^xsd:double;
  dwc:endLatitude '-59.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.86 -59.85, -47.86 -59.85, -47.86 -59.85, -47.86 -59.85, -47.86 -59.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_318'^^xsd:string;
  dwc:observationDate '1997-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.37 -47.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.37"^^xsd:decimal ;
  dwc:decimalLongitude "-47.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_436'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_436'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:longitude '-47.78'^^xsd:double;
  dwc:startLongitude '-47.78'^^xsd:double;
  dwc:endLongitude '-47.78'^^xsd:double;
  dwc:latitude '-30.37'^^xsd:double;
  dwc:startLatitude '-30.37'^^xsd:double;
  dwc:endLatitude '-30.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.78 -30.37, -47.78 -30.37, -47.78 -30.37, -47.78 -30.37, -47.78 -30.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_436'^^xsd:string;
  dwc:observationDate '1997-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.01 -47.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.01"^^xsd:decimal ;
  dwc:decimalLongitude "-47.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1152'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1152'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:longitude '-47.7'^^xsd:double;
  dwc:startLongitude '-47.7'^^xsd:double;
  dwc:endLongitude '-47.7'^^xsd:double;
  dwc:latitude '-53.01'^^xsd:double;
  dwc:startLatitude '-53.01'^^xsd:double;
  dwc:endLatitude '-53.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.7 -53.01, -47.7 -53.01, -47.7 -53.01, -47.7 -53.01, -47.7 -53.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1152'^^xsd:string;
  dwc:observationDate '1999-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.73 -47.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.73"^^xsd:decimal ;
  dwc:decimalLongitude "-47.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1259'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_1259'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.35'^^xsd:double;
  dwc:longitude '-47.67'^^xsd:double;
  dwc:startLongitude '-47.67'^^xsd:double;
  dwc:endLongitude '-47.67'^^xsd:double;
  dwc:latitude '-52.73'^^xsd:double;
  dwc:startLatitude '-52.73'^^xsd:double;
  dwc:endLatitude '-52.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.67 -52.73, -47.67 -52.73, -47.67 -52.73, -47.67 -52.73, -47.67 -52.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_1259'^^xsd:string;
  dwc:observationDate '2000-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-29.92 -47.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-29.92"^^xsd:decimal ;
  dwc:decimalLongitude "-47.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_742'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_742'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:longitude '-47.52'^^xsd:double;
  dwc:startLongitude '-47.52'^^xsd:double;
  dwc:endLongitude '-47.52'^^xsd:double;
  dwc:latitude '-29.92'^^xsd:double;
  dwc:startLatitude '-29.92'^^xsd:double;
  dwc:endLatitude '-29.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.52 -29.92, -47.52 -29.92, -47.52 -29.92, -47.52 -29.92, -47.52 -29.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_742'^^xsd:string;
  dwc:observationDate '2000-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67 -47.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67"^^xsd:decimal ;
  dwc:decimalLongitude "-47.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_52'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_52'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-47.45'^^xsd:double;
  dwc:startLongitude '-47.45'^^xsd:double;
  dwc:endLongitude '-47.45'^^xsd:double;
  dwc:latitude '45.67'^^xsd:double;
  dwc:startLatitude '45.67'^^xsd:double;
  dwc:endLatitude '45.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.45 45.67, -47.45 45.67, -47.45 45.67, -47.45 45.67, -47.45 45.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_52'^^xsd:string;
  dwc:observationDate '1994-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.87 -47.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.87"^^xsd:decimal ;
  dwc:decimalLongitude "-47.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1262'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1262'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:longitude '-47.37'^^xsd:double;
  dwc:startLongitude '-47.37'^^xsd:double;
  dwc:endLongitude '-47.37'^^xsd:double;
  dwc:latitude '-52.87'^^xsd:double;
  dwc:startLatitude '-52.87'^^xsd:double;
  dwc:endLatitude '-52.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.37 -52.87, -47.37 -52.87, -47.37 -52.87, -47.37 -52.87, -47.37 -52.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1262'^^xsd:string;
  dwc:observationDate '2000-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.2 -47.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.2"^^xsd:decimal ;
  dwc:decimalLongitude "-47.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_709'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_709'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '-47.25'^^xsd:double;
  dwc:startLongitude '-47.25'^^xsd:double;
  dwc:endLongitude '-47.25'^^xsd:double;
  dwc:latitude '-26.2'^^xsd:double;
  dwc:startLatitude '-26.2'^^xsd:double;
  dwc:endLatitude '-26.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.25 -26.2, -47.25 -26.2, -47.25 -26.2, -47.25 -26.2, -47.25 -26.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_709'^^xsd:string;
  dwc:observationDate '1974-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-32.98 -47.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-32.98"^^xsd:decimal ;
  dwc:decimalLongitude "-47.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1188'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1188'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-47.1'^^xsd:double;
  dwc:startLongitude '-47.1'^^xsd:double;
  dwc:endLongitude '-47.1'^^xsd:double;
  dwc:latitude '-32.98'^^xsd:double;
  dwc:startLatitude '-32.98'^^xsd:double;
  dwc:endLatitude '-32.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-47.1 -32.98, -47.1 -32.98, -47.1 -32.98, -47.1 -32.98, -47.1 -32.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1188'^^xsd:string;
  dwc:observationDate '2000-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 -46.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "-46.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_53'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_53'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-46.97'^^xsd:double;
  dwc:startLongitude '-46.97'^^xsd:double;
  dwc:endLongitude '-46.97'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:startLatitude '45.65'^^xsd:double;
  dwc:endLatitude '45.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.97 45.65, -46.97 45.65, -46.97 45.65, -46.97 45.65, -46.97 45.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_53'^^xsd:string;
  dwc:observationDate '1994-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.83 -46.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.83"^^xsd:decimal ;
  dwc:decimalLongitude "-46.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1260'^^xsd:string;
  dwc:scientificName 'Mesoplodon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_1260'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:longitude '-46.87'^^xsd:double;
  dwc:startLongitude '-46.87'^^xsd:double;
  dwc:endLongitude '-46.87'^^xsd:double;
  dwc:latitude '-52.83'^^xsd:double;
  dwc:startLatitude '-52.83'^^xsd:double;
  dwc:endLatitude '-52.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.87 -52.83, -46.87 -52.83, -46.87 -52.83, -46.87 -52.83, -46.87 -52.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Beaked Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137034'^^xsd:integer;
  dwc:occurrenceId '64_1260'^^xsd:string;
  dwc:observationDate '2000-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.75 -46.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.75"^^xsd:decimal ;
  dwc:decimalLongitude "-46.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1157'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1157'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-46.81'^^xsd:double;
  dwc:startLongitude '-46.81'^^xsd:double;
  dwc:endLongitude '-46.81'^^xsd:double;
  dwc:latitude '-52.75'^^xsd:double;
  dwc:startLatitude '-52.75'^^xsd:double;
  dwc:endLatitude '-52.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.81 -52.75, -46.81 -52.75, -46.81 -52.75, -46.81 -52.75, -46.81 -52.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1157'^^xsd:string;
  dwc:observationDate '1999-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.1 -46.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.1"^^xsd:decimal ;
  dwc:decimalLongitude "-46.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_685'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_685'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-46.77'^^xsd:double;
  dwc:startLongitude '-46.77'^^xsd:double;
  dwc:endLongitude '-46.77'^^xsd:double;
  dwc:latitude '-36.1'^^xsd:double;
  dwc:startLatitude '-36.1'^^xsd:double;
  dwc:endLatitude '-36.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.77 -36.1, -46.77 -36.1, -46.77 -36.1, -46.77 -36.1, -46.77 -36.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_685'^^xsd:string;
  dwc:observationDate '1973-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -46.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.35"^^xsd:decimal ;
  dwc:decimalLongitude "-46.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_664'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_664'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-46.72'^^xsd:double;
  dwc:startLongitude '-46.72'^^xsd:double;
  dwc:endLongitude '-46.72'^^xsd:double;
  dwc:latitude '36.35'^^xsd:double;
  dwc:startLatitude '36.35'^^xsd:double;
  dwc:endLatitude '36.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.72 36.35, -46.72 36.35, -46.72 36.35, -46.72 36.35, -46.72 36.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_664'^^xsd:string;
  dwc:observationDate '1972-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.9 -46.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.9"^^xsd:decimal ;
  dwc:decimalLongitude "-46.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_525'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_525'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:longitude '-46.65'^^xsd:double;
  dwc:startLongitude '-46.65'^^xsd:double;
  dwc:endLongitude '-46.65'^^xsd:double;
  dwc:latitude '-27.9'^^xsd:double;
  dwc:startLatitude '-27.9'^^xsd:double;
  dwc:endLatitude '-27.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.65 -27.9, -46.65 -27.9, -46.65 -27.9, -46.65 -27.9, -46.65 -27.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_525'^^xsd:string;
  dwc:observationDate '1979-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.9 -46.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.9"^^xsd:decimal ;
  dwc:decimalLongitude "-46.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1158'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1158'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-46.56'^^xsd:double;
  dwc:startLongitude '-46.56'^^xsd:double;
  dwc:endLongitude '-46.56'^^xsd:double;
  dwc:latitude '-51.9'^^xsd:double;
  dwc:startLatitude '-51.9'^^xsd:double;
  dwc:endLatitude '-51.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.56 -51.9, -46.56 -51.9, -46.56 -51.9, -46.56 -51.9, -46.56 -51.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1158'^^xsd:string;
  dwc:observationDate '1996-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.79 -46.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.79"^^xsd:decimal ;
  dwc:decimalLongitude "-46.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1074'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1074'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:longitude '-46.46'^^xsd:double;
  dwc:startLongitude '-46.46'^^xsd:double;
  dwc:endLongitude '-46.46'^^xsd:double;
  dwc:latitude '-52.79'^^xsd:double;
  dwc:startLatitude '-52.79'^^xsd:double;
  dwc:endLatitude '-52.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.46 -52.79, -46.46 -52.79, -46.46 -52.79, -46.46 -52.79, -46.46 -52.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1074'^^xsd:string;
  dwc:observationDate '2001-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.25 -46.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.25"^^xsd:decimal ;
  dwc:decimalLongitude "-46.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_688'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_688'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '-46.43'^^xsd:double;
  dwc:startLongitude '-46.43'^^xsd:double;
  dwc:endLongitude '-46.43'^^xsd:double;
  dwc:latitude '-53.25'^^xsd:double;
  dwc:startLatitude '-53.25'^^xsd:double;
  dwc:endLatitude '-53.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.43 -53.25, -46.43 -53.25, -46.43 -53.25, -46.43 -53.25, -46.43 -53.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_688'^^xsd:string;
  dwc:observationDate '1973-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.67 -46.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.67"^^xsd:decimal ;
  dwc:decimalLongitude "-46.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_320'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_320'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.683333333333'^^xsd:double;
  dwc:longitude '-46.33'^^xsd:double;
  dwc:startLongitude '-46.33'^^xsd:double;
  dwc:endLongitude '-46.33'^^xsd:double;
  dwc:latitude '-60.67'^^xsd:double;
  dwc:startLatitude '-60.67'^^xsd:double;
  dwc:endLatitude '-60.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.33 -60.67, -46.33 -60.67, -46.33 -60.67, -46.33 -60.67, -46.33 -60.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_320'^^xsd:string;
  dwc:observationDate '1997-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.08 -46.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.08"^^xsd:decimal ;
  dwc:decimalLongitude "-46.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_444'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_444'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:longitude '-46.3'^^xsd:double;
  dwc:startLongitude '-46.3'^^xsd:double;
  dwc:endLongitude '-46.3'^^xsd:double;
  dwc:latitude '-53.08'^^xsd:double;
  dwc:startLatitude '-53.08'^^xsd:double;
  dwc:endLatitude '-53.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-46.3 -53.08, -46.3 -53.08, -46.3 -53.08, -46.3 -53.08, -46.3 -53.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_444'^^xsd:string;
  dwc:observationDate '1998-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53 -46.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53"^^xsd:decimal ;
  dwc:decimalLongitude "-46.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1192'^^xsd:string;
  dwc:scientificName 'Cephalorhynchus commersonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1192'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:longitude '-46.25'^^xsd:double;
  dwc:startLongitude '-46.25'^^xsd:double;
  dwc:endLongitude '-46.25'^^xsd:double;
  dwc:latitude '-53'^^xsd:integer;
  dwc:startLatitude '-53'^^xsd:integer;
  dwc:endLatitude '-53'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-46.25 -53, -46.25 -53, -46.25 -53, -46.25 -53, -46.25 -53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Commerson\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '254976'^^xsd:integer;
  dwc:occurrenceId '64_1192'^^xsd:string;
  dwc:observationDate '2000-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '254976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.9 -45.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.9"^^xsd:decimal ;
  dwc:decimalLongitude "-45.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_755'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_755'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.35'^^xsd:double;
  dwc:longitude '-45.76'^^xsd:double;
  dwc:startLongitude '-45.76'^^xsd:double;
  dwc:endLongitude '-45.76'^^xsd:double;
  dwc:latitude '-60.9'^^xsd:double;
  dwc:startLatitude '-60.9'^^xsd:double;
  dwc:endLatitude '-60.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.76 -60.9, -45.76 -60.9, -45.76 -60.9, -45.76 -60.9, -45.76 -60.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_755'^^xsd:string;
  dwc:observationDate '2000-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.5 -45.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.5"^^xsd:decimal ;
  dwc:decimalLongitude "-45.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_689'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_689'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.066666666667'^^xsd:double;
  dwc:longitude '-45.67'^^xsd:double;
  dwc:startLongitude '-45.67'^^xsd:double;
  dwc:endLongitude '-45.67'^^xsd:double;
  dwc:latitude '-53.5'^^xsd:double;
  dwc:startLatitude '-53.5'^^xsd:double;
  dwc:endLatitude '-53.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.67 -53.5, -45.67 -53.5, -45.67 -53.5, -45.67 -53.5, -45.67 -53.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_689'^^xsd:string;
  dwc:observationDate '1973-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.08 -45.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.08"^^xsd:decimal ;
  dwc:decimalLongitude "-45.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_465'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_465'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:longitude '-45.62'^^xsd:double;
  dwc:startLongitude '-45.62'^^xsd:double;
  dwc:endLongitude '-45.62'^^xsd:double;
  dwc:latitude '-53.08'^^xsd:double;
  dwc:startLatitude '-53.08'^^xsd:double;
  dwc:endLatitude '-53.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.62 -53.08, -45.62 -53.08, -45.62 -53.08, -45.62 -53.08, -45.62 -53.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_465'^^xsd:string;
  dwc:observationDate '1998-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.71 -45.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-45.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_319'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_319'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:longitude '-45.51'^^xsd:double;
  dwc:startLongitude '-45.51'^^xsd:double;
  dwc:endLongitude '-45.51'^^xsd:double;
  dwc:latitude '-60.71'^^xsd:double;
  dwc:startLatitude '-60.71'^^xsd:double;
  dwc:endLatitude '-60.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.51 -60.71, -45.51 -60.71, -45.51 -60.71, -45.51 -60.71, -45.51 -60.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_319'^^xsd:string;
  dwc:observationDate '1997-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.88 -45.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.88"^^xsd:decimal ;
  dwc:decimalLongitude "-45.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1075'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1075'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:longitude '-45.49'^^xsd:double;
  dwc:startLongitude '-45.49'^^xsd:double;
  dwc:endLongitude '-45.49'^^xsd:double;
  dwc:latitude '-52.88'^^xsd:double;
  dwc:startLatitude '-52.88'^^xsd:double;
  dwc:endLatitude '-52.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.49 -52.88, -45.49 -52.88, -45.49 -52.88, -45.49 -52.88, -45.49 -52.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1075'^^xsd:string;
  dwc:observationDate '2001-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53 -45.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53"^^xsd:decimal ;
  dwc:decimalLongitude "-45.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1196'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1196'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-45.33'^^xsd:double;
  dwc:startLongitude '-45.33'^^xsd:double;
  dwc:endLongitude '-45.33'^^xsd:double;
  dwc:latitude '-53'^^xsd:integer;
  dwc:startLatitude '-53'^^xsd:integer;
  dwc:endLatitude '-53'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-45.33 -53, -45.33 -53, -45.33 -53, -45.33 -53, -45.33 -53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1196'^^xsd:string;
  dwc:observationDate '2000-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.82 -45.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.82"^^xsd:decimal ;
  dwc:decimalLongitude "-45.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1290'^^xsd:string;
  dwc:scientificName 'Ziphius cavirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1290'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '-45.2'^^xsd:double;
  dwc:startLongitude '-45.2'^^xsd:double;
  dwc:endLongitude '-45.2'^^xsd:double;
  dwc:latitude '-27.82'^^xsd:double;
  dwc:startLatitude '-27.82'^^xsd:double;
  dwc:endLatitude '-27.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.2 -27.82, -45.2 -27.82, -45.2 -27.82, -45.2 -27.82, -45.2 -27.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Cuvier\'s Beaked Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137127'^^xsd:integer;
  dwc:occurrenceId '64_1290'^^xsd:string;
  dwc:observationDate '2001-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.04 -45.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.04"^^xsd:decimal ;
  dwc:decimalLongitude "-45.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1153'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1153'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.733333333333'^^xsd:double;
  dwc:longitude '-45.12'^^xsd:double;
  dwc:startLongitude '-45.12'^^xsd:double;
  dwc:endLongitude '-45.12'^^xsd:double;
  dwc:latitude '-53.04'^^xsd:double;
  dwc:startLatitude '-53.04'^^xsd:double;
  dwc:endLatitude '-53.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-45.12 -53.04, -45.12 -53.04, -45.12 -53.04, -45.12 -53.04, -45.12 -53.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1153'^^xsd:string;
  dwc:observationDate '1999-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30 -45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30"^^xsd:decimal ;
  dwc:decimalLongitude "-45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_518'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_518'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-45'^^xsd:integer;
  dwc:startLongitude '-45'^^xsd:integer;
  dwc:endLongitude '-45'^^xsd:integer;
  dwc:latitude '-30'^^xsd:integer;
  dwc:startLatitude '-30'^^xsd:integer;
  dwc:endLatitude '-30'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-45 -30, -45 -30, -45 -30, -45 -30, -45 -30))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_518'^^xsd:string;
  dwc:observationDate '1979-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.06 -44.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.06"^^xsd:decimal ;
  dwc:decimalLongitude "-44.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1154'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1154'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-44.98'^^xsd:double;
  dwc:startLongitude '-44.98'^^xsd:double;
  dwc:endLongitude '-44.98'^^xsd:double;
  dwc:latitude '-53.06'^^xsd:double;
  dwc:startLatitude '-53.06'^^xsd:double;
  dwc:endLatitude '-53.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.98 -53.06, -44.98 -53.06, -44.98 -53.06, -44.98 -53.06, -44.98 -53.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1154'^^xsd:string;
  dwc:observationDate '1999-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.04 -44.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.04"^^xsd:decimal ;
  dwc:decimalLongitude "-44.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_473'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_473'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '16.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-44.84'^^xsd:double;
  dwc:startLongitude '-44.84'^^xsd:double;
  dwc:endLongitude '-44.84'^^xsd:double;
  dwc:latitude '46.04'^^xsd:double;
  dwc:startLatitude '46.04'^^xsd:double;
  dwc:endLatitude '46.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.84 46.04, -44.84 46.04, -44.84 46.04, -44.84 46.04, -44.84 46.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_473'^^xsd:string;
  dwc:observationDate '1998-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.05 -44.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.05"^^xsd:decimal ;
  dwc:decimalLongitude "-44.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1195'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1195'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '-44.62'^^xsd:double;
  dwc:startLongitude '-44.62'^^xsd:double;
  dwc:endLongitude '-44.62'^^xsd:double;
  dwc:latitude '-53.05'^^xsd:double;
  dwc:startLatitude '-53.05'^^xsd:double;
  dwc:endLatitude '-53.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.62 -53.05, -44.62 -53.05, -44.62 -53.05, -44.62 -53.05, -44.62 -53.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1195'^^xsd:string;
  dwc:observationDate '2000-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.91 -44.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.91"^^xsd:decimal ;
  dwc:decimalLongitude "-44.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1156'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1156'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.616666666667'^^xsd:double;
  dwc:longitude '-44.55'^^xsd:double;
  dwc:startLongitude '-44.55'^^xsd:double;
  dwc:endLongitude '-44.55'^^xsd:double;
  dwc:latitude '-52.91'^^xsd:double;
  dwc:startLatitude '-52.91'^^xsd:double;
  dwc:endLatitude '-52.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.55 -52.91, -44.55 -52.91, -44.55 -52.91, -44.55 -52.91, -44.55 -52.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1156'^^xsd:string;
  dwc:observationDate '1999-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.27 -44.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.27"^^xsd:decimal ;
  dwc:decimalLongitude "-44.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_445'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_445'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:longitude '-44.53'^^xsd:double;
  dwc:startLongitude '-44.53'^^xsd:double;
  dwc:endLongitude '-44.53'^^xsd:double;
  dwc:latitude '-53.27'^^xsd:double;
  dwc:startLatitude '-53.27'^^xsd:double;
  dwc:endLatitude '-53.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.53 -53.27, -44.53 -53.27, -44.53 -53.27, -44.53 -53.27, -44.53 -53.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_445'^^xsd:string;
  dwc:observationDate '1998-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.22 -44.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.22"^^xsd:decimal ;
  dwc:decimalLongitude "-44.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_875'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_875'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:longitude '-44.13'^^xsd:double;
  dwc:startLongitude '-44.13'^^xsd:double;
  dwc:endLongitude '-44.13'^^xsd:double;
  dwc:latitude '-53.22'^^xsd:double;
  dwc:startLatitude '-53.22'^^xsd:double;
  dwc:endLatitude '-53.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-44.13 -53.22, -44.13 -53.22, -44.13 -53.22, -44.13 -53.22, -44.13 -53.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_875'^^xsd:string;
  dwc:observationDate '2000-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.17 -43.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.17"^^xsd:decimal ;
  dwc:decimalLongitude "-43.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_593'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_593'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-43.78'^^xsd:double;
  dwc:startLongitude '-43.78'^^xsd:double;
  dwc:endLongitude '-43.78'^^xsd:double;
  dwc:latitude '32.17'^^xsd:double;
  dwc:startLatitude '32.17'^^xsd:double;
  dwc:endLatitude '32.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.78 32.17, -43.78 32.17, -43.78 32.17, -43.78 32.17, -43.78 32.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_593'^^xsd:string;
  dwc:observationDate '1970-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.28 -43.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.28"^^xsd:decimal ;
  dwc:decimalLongitude "-43.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_439'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_439'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '-43.77'^^xsd:double;
  dwc:startLongitude '-43.77'^^xsd:double;
  dwc:endLongitude '-43.77'^^xsd:double;
  dwc:latitude '-53.28'^^xsd:double;
  dwc:startLatitude '-53.28'^^xsd:double;
  dwc:endLatitude '-53.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.77 -53.28, -43.77 -53.28, -43.77 -53.28, -43.77 -53.28, -43.77 -53.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_439'^^xsd:string;
  dwc:observationDate '1997-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.1 -43.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.1"^^xsd:decimal ;
  dwc:decimalLongitude "-43.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_524'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_524'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:longitude '-43.75'^^xsd:double;
  dwc:startLongitude '-43.75'^^xsd:double;
  dwc:endLongitude '-43.75'^^xsd:double;
  dwc:latitude '-24.1'^^xsd:double;
  dwc:startLatitude '-24.1'^^xsd:double;
  dwc:endLatitude '-24.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.75 -24.1, -43.75 -24.1, -43.75 -24.1, -43.75 -24.1, -43.75 -24.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_524'^^xsd:string;
  dwc:observationDate '1979-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.18 -43.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-43.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1288'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1288'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:longitude '-43.7'^^xsd:double;
  dwc:startLongitude '-43.7'^^xsd:double;
  dwc:endLongitude '-43.7'^^xsd:double;
  dwc:latitude '-53.18'^^xsd:double;
  dwc:startLatitude '-53.18'^^xsd:double;
  dwc:endLatitude '-53.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.7 -53.18, -43.7 -53.18, -43.7 -53.18, -43.7 -53.18, -43.7 -53.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1288'^^xsd:string;
  dwc:observationDate '2001-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.08 -43.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.08"^^xsd:decimal ;
  dwc:decimalLongitude "-43.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_933'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_933'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-43.65'^^xsd:double;
  dwc:startLongitude '-43.65'^^xsd:double;
  dwc:endLongitude '-43.65'^^xsd:double;
  dwc:latitude '36.08'^^xsd:double;
  dwc:startLatitude '36.08'^^xsd:double;
  dwc:endLatitude '36.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.65 36.08, -43.65 36.08, -43.65 36.08, -43.65 36.08, -43.65 36.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_933'^^xsd:string;
  dwc:observationDate '2000-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.57 -43.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.57"^^xsd:decimal ;
  dwc:decimalLongitude "-43.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_754'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_754'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:longitude '-43.56'^^xsd:double;
  dwc:startLongitude '-43.56'^^xsd:double;
  dwc:endLongitude '-43.56'^^xsd:double;
  dwc:latitude '-60.57'^^xsd:double;
  dwc:startLatitude '-60.57'^^xsd:double;
  dwc:endLatitude '-60.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.56 -60.57, -43.56 -60.57, -43.56 -60.57, -43.56 -60.57, -43.56 -60.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_754'^^xsd:string;
  dwc:observationDate '2000-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-26.6 -43.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-26.6"^^xsd:decimal ;
  dwc:decimalLongitude "-43.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_435'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_435'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-43.47'^^xsd:double;
  dwc:startLongitude '-43.47'^^xsd:double;
  dwc:endLongitude '-43.47'^^xsd:double;
  dwc:latitude '-26.6'^^xsd:double;
  dwc:startLatitude '-26.6'^^xsd:double;
  dwc:endLatitude '-26.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.47 -26.6, -43.47 -26.6, -43.47 -26.6, -43.47 -26.6, -43.47 -26.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_435'^^xsd:string;
  dwc:observationDate '1997-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.43 -43.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.43"^^xsd:decimal ;
  dwc:decimalLongitude "-43.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_753'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_753'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.4'^^xsd:double;
  dwc:longitude '-43.35'^^xsd:double;
  dwc:startLongitude '-43.35'^^xsd:double;
  dwc:endLongitude '-43.35'^^xsd:double;
  dwc:latitude '-60.43'^^xsd:double;
  dwc:startLatitude '-60.43'^^xsd:double;
  dwc:endLatitude '-60.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.35 -60.43, -43.35 -60.43, -43.35 -60.43, -43.35 -60.43, -43.35 -60.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_753'^^xsd:string;
  dwc:observationDate '2000-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.21 -43.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.21"^^xsd:decimal ;
  dwc:decimalLongitude "-43.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_481'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_481'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^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 '-43.35'^^xsd:double;
  dwc:startLongitude '-43.35'^^xsd:double;
  dwc:endLongitude '-43.35'^^xsd:double;
  dwc:latitude '-53.21'^^xsd:double;
  dwc:startLatitude '-53.21'^^xsd:double;
  dwc:endLatitude '-53.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.35 -53.21, -43.35 -53.21, -43.35 -53.21, -43.35 -53.21, -43.35 -53.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "white-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '64_481'^^xsd:string;
  dwc:observationDate '1998-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.78 -43.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.78"^^xsd:decimal ;
  dwc:decimalLongitude "-43.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_123'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_123'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-43.17'^^xsd:double;
  dwc:startLongitude '-43.17'^^xsd:double;
  dwc:endLongitude '-43.17'^^xsd:double;
  dwc:latitude '32.78'^^xsd:double;
  dwc:startLatitude '32.78'^^xsd:double;
  dwc:endLatitude '32.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.17 32.78, -43.17 32.78, -43.17 32.78, -43.17 32.78, -43.17 32.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_123'^^xsd:string;
  dwc:observationDate '1994-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -43.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-43.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_54'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_54'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-43.08'^^xsd:double;
  dwc:startLongitude '-43.08'^^xsd:double;
  dwc:endLongitude '-43.08'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-43.08 44.2, -43.08 44.2, -43.08 44.2, -43.08 44.2, -43.08 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_54'^^xsd:string;
  dwc:observationDate '1994-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1164'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1164'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-43'^^xsd:integer;
  dwc:startLongitude '-43'^^xsd:integer;
  dwc:endLongitude '-43'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-43 -54, -43 -54, -43 -54, -43 -54, -43 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1164'^^xsd:string;
  dwc:observationDate '1999-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1163'^^xsd:string;
  dwc:scientificName 'Balaenoptera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1163'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-43'^^xsd:integer;
  dwc:startLongitude '-43'^^xsd:integer;
  dwc:endLongitude '-43'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-43 -54, -43 -54, -43 -54, -43 -54, -43 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale/Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137013'^^xsd:integer;
  dwc:occurrenceId '64_1163'^^xsd:string;
  dwc:observationDate '1999-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137013'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.27 -42.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.27"^^xsd:decimal ;
  dwc:decimalLongitude "-42.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_482'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_482'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '-42.82'^^xsd:double;
  dwc:startLongitude '-42.82'^^xsd:double;
  dwc:endLongitude '-42.82'^^xsd:double;
  dwc:latitude '-53.27'^^xsd:double;
  dwc:startLatitude '-53.27'^^xsd:double;
  dwc:endLatitude '-53.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.82 -53.27, -42.82 -53.27, -42.82 -53.27, -42.82 -53.27, -42.82 -53.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_482'^^xsd:string;
  dwc:observationDate '1998-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -42.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-42.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_55'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_55'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-42.78'^^xsd:double;
  dwc:startLongitude '-42.78'^^xsd:double;
  dwc:endLongitude '-42.78'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.78 44.08, -42.78 44.08, -42.78 44.08, -42.78 44.08, -42.78 44.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_55'^^xsd:string;
  dwc:observationDate '1994-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.17 -42.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.17"^^xsd:decimal ;
  dwc:decimalLongitude "-42.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1291'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1291'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '-42.72'^^xsd:double;
  dwc:startLongitude '-42.72'^^xsd:double;
  dwc:endLongitude '-42.72'^^xsd:double;
  dwc:latitude '-23.17'^^xsd:double;
  dwc:startLatitude '-23.17'^^xsd:double;
  dwc:endLatitude '-23.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.72 -23.17, -42.72 -23.17, -42.72 -23.17, -42.72 -23.17, -42.72 -23.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1291'^^xsd:string;
  dwc:observationDate '2001-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -42.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-42.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_590'^^xsd:string;
  dwc:scientificName 'Kogia breviceps'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_590'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '3'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-42.33'^^xsd:double;
  dwc:startLongitude '-42.33'^^xsd:double;
  dwc:endLongitude '-42.33'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.2'^^xsd:double;
  dwc:endLatitude '32.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.33 32.2, -42.33 32.2, -42.33 32.2, -42.33 32.2, -42.33 32.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pygmy Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137113'^^xsd:integer;
  dwc:occurrenceId '64_590'^^xsd:string;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.88 -42.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.88"^^xsd:decimal ;
  dwc:decimalLongitude "-42.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_597'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_597'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-42.2'^^xsd:double;
  dwc:startLongitude '-42.2'^^xsd:double;
  dwc:endLongitude '-42.2'^^xsd:double;
  dwc:latitude '43.88'^^xsd:double;
  dwc:startLatitude '43.88'^^xsd:double;
  dwc:endLatitude '43.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.2 43.88, -42.2 43.88, -42.2 43.88, -42.2 43.88, -42.2 43.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_597'^^xsd:string;
  dwc:observationDate '1970-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.16 -42.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.16"^^xsd:decimal ;
  dwc:decimalLongitude "-42.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_485'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_485'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '-42.17'^^xsd:double;
  dwc:startLongitude '-42.17'^^xsd:double;
  dwc:endLongitude '-42.17'^^xsd:double;
  dwc:latitude '-52.16'^^xsd:double;
  dwc:startLatitude '-52.16'^^xsd:double;
  dwc:endLatitude '-52.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42.17 -52.16, -42.17 -52.16, -42.17 -52.16, -42.17 -52.16, -42.17 -52.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_485'^^xsd:string;
  dwc:observationDate '1998-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1165'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1165'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-42'^^xsd:integer;
  dwc:startLongitude '-42'^^xsd:integer;
  dwc:endLongitude '-42'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-42 -54, -42 -54, -42 -54, -42 -54, -42 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1165'^^xsd:string;
  dwc:observationDate '1999-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.24 -42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.24"^^xsd:decimal ;
  dwc:decimalLongitude "-42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_328'^^xsd:string;
  dwc:scientificName 'Mesoplodon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_328'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:longitude '-42'^^xsd:integer;
  dwc:startLongitude '-42'^^xsd:integer;
  dwc:endLongitude '-42'^^xsd:integer;
  dwc:latitude '-53.24'^^xsd:double;
  dwc:startLatitude '-53.24'^^xsd:double;
  dwc:endLatitude '-53.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-42 -53.24, -42 -53.24, -42 -53.24, -42 -53.24, -42 -53.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Beaked Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137034'^^xsd:integer;
  dwc:occurrenceId '64_328'^^xsd:string;
  dwc:observationDate '1997-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -41.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-41.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1287'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1287'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '-41.92'^^xsd:double;
  dwc:startLongitude '-41.92'^^xsd:double;
  dwc:endLongitude '-41.92'^^xsd:double;
  dwc:latitude '-53.35'^^xsd:double;
  dwc:startLatitude '-53.35'^^xsd:double;
  dwc:endLatitude '-53.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.92 -53.35, -41.92 -53.35, -41.92 -53.35, -41.92 -53.35, -41.92 -53.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1287'^^xsd:string;
  dwc:observationDate '2001-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.36 -41.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.36"^^xsd:decimal ;
  dwc:decimalLongitude "-41.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_483'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_483'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:longitude '-41.82'^^xsd:double;
  dwc:startLongitude '-41.82'^^xsd:double;
  dwc:endLongitude '-41.82'^^xsd:double;
  dwc:latitude '-53.36'^^xsd:double;
  dwc:startLatitude '-53.36'^^xsd:double;
  dwc:endLatitude '-53.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.82 -53.36, -41.82 -53.36, -41.82 -53.36, -41.82 -53.36, -41.82 -53.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_483'^^xsd:string;
  dwc:observationDate '1998-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.35 -41.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-41.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_484'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_484'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:longitude '-41.78'^^xsd:double;
  dwc:startLongitude '-41.78'^^xsd:double;
  dwc:endLongitude '-41.78'^^xsd:double;
  dwc:latitude '-53.35'^^xsd:double;
  dwc:startLatitude '-53.35'^^xsd:double;
  dwc:endLatitude '-53.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.78 -53.35, -41.78 -53.35, -41.78 -53.35, -41.78 -53.35, -41.78 -53.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_484'^^xsd:string;
  dwc:observationDate '1998-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.18 -41.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.18"^^xsd:decimal ;
  dwc:decimalLongitude "-41.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1144'^^xsd:string;
  dwc:scientificName 'Balaenoptera musculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1144'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:longitude '-41.7'^^xsd:double;
  dwc:startLongitude '-41.7'^^xsd:double;
  dwc:endLongitude '-41.7'^^xsd:double;
  dwc:latitude '-51.18'^^xsd:double;
  dwc:startLatitude '-51.18'^^xsd:double;
  dwc:endLatitude '-51.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.7 -51.18, -41.7 -51.18, -41.7 -51.18, -41.7 -51.18, -41.7 -51.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Blue whale" by the provider'^^xsd:string;
  dwc:aphiaid '137090'^^xsd:integer;
  dwc:occurrenceId '64_1144'^^xsd:string;
  dwc:observationDate '1999-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.85 -41.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.85"^^xsd:decimal ;
  dwc:decimalLongitude "-41.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_589'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_589'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '3'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-41.67'^^xsd:double;
  dwc:startLongitude '-41.67'^^xsd:double;
  dwc:endLongitude '-41.67'^^xsd:double;
  dwc:latitude '32.85'^^xsd:double;
  dwc:startLatitude '32.85'^^xsd:double;
  dwc:endLatitude '32.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.67 32.85, -41.67 32.85, -41.67 32.85, -41.67 32.85, -41.67 32.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_589'^^xsd:string;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.81 -41.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.81"^^xsd:decimal ;
  dwc:decimalLongitude "-41.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1304'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1304'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:longitude '-41.3'^^xsd:double;
  dwc:startLongitude '-41.3'^^xsd:double;
  dwc:endLongitude '-41.3'^^xsd:double;
  dwc:latitude '-51.81'^^xsd:double;
  dwc:startLatitude '-51.81'^^xsd:double;
  dwc:endLatitude '-51.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.3 -51.81, -41.3 -51.81, -41.3 -51.81, -41.3 -51.81, -41.3 -51.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1304'^^xsd:string;
  dwc:observationDate '2001-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.83 -41.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.83"^^xsd:decimal ;
  dwc:decimalLongitude "-41.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_682'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_682'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-41.13'^^xsd:double;
  dwc:startLongitude '-41.13'^^xsd:double;
  dwc:endLongitude '-41.13'^^xsd:double;
  dwc:latitude '21.83'^^xsd:double;
  dwc:startLatitude '21.83'^^xsd:double;
  dwc:endLatitude '21.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.13 21.83, -41.13 21.83, -41.13 21.83, -41.13 21.83, -41.13 21.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_682'^^xsd:string;
  dwc:observationDate '1973-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7 -41.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7"^^xsd:decimal ;
  dwc:decimalLongitude "-41.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_549'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_549'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-41.08'^^xsd:double;
  dwc:startLongitude '-41.08'^^xsd:double;
  dwc:endLongitude '-41.08'^^xsd:double;
  dwc:latitude '-53.7'^^xsd:double;
  dwc:startLatitude '-53.7'^^xsd:double;
  dwc:endLatitude '-53.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.08 -53.7, -41.08 -53.7, -41.08 -53.7, -41.08 -53.7, -41.08 -53.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_549'^^xsd:string;
  dwc:observationDate '1981-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.42 -41.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.42"^^xsd:decimal ;
  dwc:decimalLongitude "-41.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1145'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1145'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-41.03'^^xsd:double;
  dwc:startLongitude '-41.03'^^xsd:double;
  dwc:endLongitude '-41.03'^^xsd:double;
  dwc:latitude '-52.42'^^xsd:double;
  dwc:startLatitude '-52.42'^^xsd:double;
  dwc:endLatitude '-52.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-41.03 -52.42, -41.03 -52.42, -41.03 -52.42, -41.03 -52.42, -41.03 -52.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1145'^^xsd:string;
  dwc:observationDate '1999-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1160'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1160'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-41'^^xsd:integer;
  dwc:startLongitude '-41'^^xsd:integer;
  dwc:endLongitude '-41'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-41 -54, -41 -54, -41 -54, -41 -54, -41 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1160'^^xsd:string;
  dwc:observationDate '1999-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1162'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1162'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-41'^^xsd:integer;
  dwc:startLongitude '-41'^^xsd:integer;
  dwc:endLongitude '-41'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-41 -54, -41 -54, -41 -54, -41 -54, -41 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1162'^^xsd:string;
  dwc:observationDate '1999-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1161'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1161'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-41'^^xsd:integer;
  dwc:startLongitude '-41'^^xsd:integer;
  dwc:endLongitude '-41'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-41 -54, -41 -54, -41 -54, -41 -54, -41 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_1161'^^xsd:string;
  dwc:observationDate '1999-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.43 -40.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.43"^^xsd:decimal ;
  dwc:decimalLongitude "-40.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1146'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1146'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-40.85'^^xsd:double;
  dwc:startLongitude '-40.85'^^xsd:double;
  dwc:endLongitude '-40.85'^^xsd:double;
  dwc:latitude '-52.43'^^xsd:double;
  dwc:startLatitude '-52.43'^^xsd:double;
  dwc:endLatitude '-52.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.85 -52.43, -40.85 -52.43, -40.85 -52.43, -40.85 -52.43, -40.85 -52.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1146'^^xsd:string;
  dwc:observationDate '1999-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.6 -40.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.6"^^xsd:decimal ;
  dwc:decimalLongitude "-40.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1193'^^xsd:string;
  dwc:scientificName 'Caperea marginata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1193'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:longitude '-40.6'^^xsd:double;
  dwc:startLongitude '-40.6'^^xsd:double;
  dwc:endLongitude '-40.6'^^xsd:double;
  dwc:latitude '-53.6'^^xsd:double;
  dwc:startLatitude '-53.6'^^xsd:double;
  dwc:endLatitude '-53.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.6 -53.6, -40.6 -53.6, -40.6 -53.6, -40.6 -53.6, -40.6 -53.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pygmy Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '231424'^^xsd:integer;
  dwc:occurrenceId '64_1193'^^xsd:string;
  dwc:observationDate '2000-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '231424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.8 -40.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.8"^^xsd:decimal ;
  dwc:decimalLongitude "-40.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1261'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1261'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:longitude '-40.58'^^xsd:double;
  dwc:startLongitude '-40.58'^^xsd:double;
  dwc:endLongitude '-40.58'^^xsd:double;
  dwc:latitude '-53.8'^^xsd:double;
  dwc:startLatitude '-53.8'^^xsd:double;
  dwc:endLatitude '-53.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.58 -53.8, -40.58 -53.8, -40.58 -53.8, -40.58 -53.8, -40.58 -53.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1261'^^xsd:string;
  dwc:observationDate '2000-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.52 -40.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.52"^^xsd:decimal ;
  dwc:decimalLongitude "-40.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1256'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1256'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '-40.47'^^xsd:double;
  dwc:startLongitude '-40.47'^^xsd:double;
  dwc:endLongitude '-40.47'^^xsd:double;
  dwc:latitude '-53.52'^^xsd:double;
  dwc:startLatitude '-53.52'^^xsd:double;
  dwc:endLatitude '-53.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.47 -53.52, -40.47 -53.52, -40.47 -53.52, -40.47 -53.52, -40.47 -53.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1256'^^xsd:string;
  dwc:observationDate '2000-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.08 -40.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.08"^^xsd:decimal ;
  dwc:decimalLongitude "-40.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_710'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_710'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-40.47'^^xsd:double;
  dwc:startLongitude '-40.47'^^xsd:double;
  dwc:endLongitude '-40.47'^^xsd:double;
  dwc:latitude '-22.08'^^xsd:double;
  dwc:startLatitude '-22.08'^^xsd:double;
  dwc:endLatitude '-22.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.47 -22.08, -40.47 -22.08, -40.47 -22.08, -40.47 -22.08, -40.47 -22.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_710'^^xsd:string;
  dwc:observationDate '1974-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-22.08 -40.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-22.08"^^xsd:decimal ;
  dwc:decimalLongitude "-40.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_711'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_711'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-40.47'^^xsd:double;
  dwc:startLongitude '-40.47'^^xsd:double;
  dwc:endLongitude '-40.47'^^xsd:double;
  dwc:latitude '-22.08'^^xsd:double;
  dwc:startLatitude '-22.08'^^xsd:double;
  dwc:endLatitude '-22.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.47 -22.08, -40.47 -22.08, -40.47 -22.08, -40.47 -22.08, -40.47 -22.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "white-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '64_711'^^xsd:string;
  dwc:observationDate '1974-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.49 -40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.49"^^xsd:decimal ;
  dwc:decimalLongitude "-40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1076'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1076'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.283333333333'^^xsd:double;
  dwc:longitude '-40.26'^^xsd:double;
  dwc:startLongitude '-40.26'^^xsd:double;
  dwc:endLongitude '-40.26'^^xsd:double;
  dwc:latitude '-53.49'^^xsd:double;
  dwc:startLatitude '-53.49'^^xsd:double;
  dwc:endLatitude '-53.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.26 -53.49, -40.26 -53.49, -40.26 -53.49, -40.26 -53.49, -40.26 -53.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_1076'^^xsd:string;
  dwc:observationDate '2001-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.43 -40.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.43"^^xsd:decimal ;
  dwc:decimalLongitude "-40.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1147'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1147'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-40.18'^^xsd:double;
  dwc:startLongitude '-40.18'^^xsd:double;
  dwc:endLongitude '-40.18'^^xsd:double;
  dwc:latitude '-51.43'^^xsd:double;
  dwc:startLatitude '-51.43'^^xsd:double;
  dwc:endLatitude '-51.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.18 -51.43, -40.18 -51.43, -40.18 -51.43, -40.18 -51.43, -40.18 -51.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1147'^^xsd:string;
  dwc:observationDate '1999-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.58 -40.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.58"^^xsd:decimal ;
  dwc:decimalLongitude "-40.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1257'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1257'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:longitude '-40.02'^^xsd:double;
  dwc:startLongitude '-40.02'^^xsd:double;
  dwc:endLongitude '-40.02'^^xsd:double;
  dwc:latitude '-53.58'^^xsd:double;
  dwc:startLatitude '-53.58'^^xsd:double;
  dwc:endLatitude '-53.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40.02 -53.58, -40.02 -53.58, -40.02 -53.58, -40.02 -53.58, -40.02 -53.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1257'^^xsd:string;
  dwc:observationDate '2000-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1166'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1166'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-40 -54, -40 -54, -40 -54, -40 -54, -40 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1166'^^xsd:string;
  dwc:observationDate '1999-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_66'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_66'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '41.1'^^xsd:double;
  dwc:startLatitude '41.1'^^xsd:double;
  dwc:endLatitude '41.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40 41.1, -40 41.1, -40 41.1, -40 41.1, -40 41.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_66'^^xsd:string;
  dwc:observationDate '1994-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.78 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.78"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_65'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_65'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '42.78'^^xsd:double;
  dwc:startLatitude '42.78'^^xsd:double;
  dwc:endLatitude '42.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40 42.78, -40 42.78, -40 42.78, -40 42.78, -40 42.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_65'^^xsd:string;
  dwc:observationDate '1994-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_64'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_64'^^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:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:startLatitude '45'^^xsd:integer;
  dwc:endLatitude '45'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-40 45, -40 45, -40 45, -40 45, -40 45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_64'^^xsd:string;
  dwc:observationDate '1994-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_63'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_63'^^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:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '45.75'^^xsd:double;
  dwc:startLatitude '45.75'^^xsd:double;
  dwc:endLatitude '45.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40 45.75, -40 45.75, -40 45.75, -40 45.75, -40 45.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_63'^^xsd:string;
  dwc:observationDate '1994-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.17 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.17"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_62'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_62'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '47.17'^^xsd:double;
  dwc:startLatitude '47.17'^^xsd:double;
  dwc:endLatitude '47.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40 47.17, -40 47.17, -40 47.17, -40 47.17, -40 47.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_62'^^xsd:string;
  dwc:observationDate '1994-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.45 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.45"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_50'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_50'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '52.45'^^xsd:double;
  dwc:startLatitude '52.45'^^xsd:double;
  dwc:endLatitude '52.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40 52.45, -40 52.45, -40 52.45, -40 52.45, -40 52.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_50'^^xsd:string;
  dwc:observationDate '1994-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.98 -40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.98"^^xsd:decimal ;
  dwc:decimalLongitude "-40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_49'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_49'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-40'^^xsd:integer;
  dwc:startLongitude '-40'^^xsd:integer;
  dwc:endLongitude '-40'^^xsd:integer;
  dwc:latitude '52.98'^^xsd:double;
  dwc:startLatitude '52.98'^^xsd:double;
  dwc:endLatitude '52.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-40 52.98, -40 52.98, -40 52.98, -40 52.98, -40 52.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_49'^^xsd:string;
  dwc:observationDate '1994-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69 -39.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69"^^xsd:decimal ;
  dwc:decimalLongitude "-39.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_748'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_748'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-39.77'^^xsd:double;
  dwc:startLongitude '-39.77'^^xsd:double;
  dwc:endLongitude '-39.77'^^xsd:double;
  dwc:latitude '-69'^^xsd:integer;
  dwc:startLatitude '-69'^^xsd:integer;
  dwc:endLatitude '-69'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-39.77 -69, -39.77 -69, -39.77 -69, -39.77 -69, -39.77 -69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_748'^^xsd:string;
  dwc:observationDate '2000-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.67 -39.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.67"^^xsd:decimal ;
  dwc:decimalLongitude "-39.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_446'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_446'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:longitude '-39.67'^^xsd:double;
  dwc:startLongitude '-39.67'^^xsd:double;
  dwc:endLongitude '-39.67'^^xsd:double;
  dwc:latitude '-53.67'^^xsd:double;
  dwc:startLatitude '-53.67'^^xsd:double;
  dwc:endLatitude '-53.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.67 -53.67, -39.67 -53.67, -39.67 -53.67, -39.67 -53.67, -39.67 -53.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_446'^^xsd:string;
  dwc:observationDate '1998-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.43 -39.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.43"^^xsd:decimal ;
  dwc:decimalLongitude "-39.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_237'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_237'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-39.57'^^xsd:double;
  dwc:startLongitude '-39.57'^^xsd:double;
  dwc:endLongitude '-39.57'^^xsd:double;
  dwc:latitude '39.43'^^xsd:double;
  dwc:startLatitude '39.43'^^xsd:double;
  dwc:endLatitude '39.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.57 39.43, -39.57 39.43, -39.57 39.43, -39.57 39.43, -39.57 39.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_237'^^xsd:string;
  dwc:observationDate '1996-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.43 -39.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.43"^^xsd:decimal ;
  dwc:decimalLongitude "-39.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_226'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_226'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-39.57'^^xsd:double;
  dwc:startLongitude '-39.57'^^xsd:double;
  dwc:endLongitude '-39.57'^^xsd:double;
  dwc:latitude '39.43'^^xsd:double;
  dwc:startLatitude '39.43'^^xsd:double;
  dwc:endLatitude '39.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.57 39.43, -39.57 39.43, -39.57 39.43, -39.57 39.43, -39.57 39.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_226'^^xsd:string;
  dwc:observationDate '1996-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.7 -39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.7"^^xsd:decimal ;
  dwc:decimalLongitude "-39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_447'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_447'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '-39.33'^^xsd:double;
  dwc:startLongitude '-39.33'^^xsd:double;
  dwc:endLongitude '-39.33'^^xsd:double;
  dwc:latitude '-53.7'^^xsd:double;
  dwc:startLatitude '-53.7'^^xsd:double;
  dwc:endLatitude '-53.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.33 -53.7, -39.33 -53.7, -39.33 -53.7, -39.33 -53.7, -39.33 -53.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_447'^^xsd:string;
  dwc:observationDate '1998-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.8 -39.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.8"^^xsd:decimal ;
  dwc:decimalLongitude "-39.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_235'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_235'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-39.28'^^xsd:double;
  dwc:startLongitude '-39.28'^^xsd:double;
  dwc:endLongitude '-39.28'^^xsd:double;
  dwc:latitude '32.8'^^xsd:double;
  dwc:startLatitude '32.8'^^xsd:double;
  dwc:endLatitude '32.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.28 32.8, -39.28 32.8, -39.28 32.8, -39.28 32.8, -39.28 32.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_235'^^xsd:string;
  dwc:observationDate '1996-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.95 -39.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.95"^^xsd:decimal ;
  dwc:decimalLongitude "-39.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_873'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_873'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:longitude '-39.23'^^xsd:double;
  dwc:startLongitude '-39.23'^^xsd:double;
  dwc:endLongitude '-39.23'^^xsd:double;
  dwc:latitude '-24.95'^^xsd:double;
  dwc:startLatitude '-24.95'^^xsd:double;
  dwc:endLatitude '-24.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.23 -24.95, -39.23 -24.95, -39.23 -24.95, -39.23 -24.95, -39.23 -24.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_873'^^xsd:string;
  dwc:observationDate '2000-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.8 -39.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.8"^^xsd:decimal ;
  dwc:decimalLongitude "-39.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_273'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_273'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.966666666667'^^xsd:double;
  dwc:longitude '-39.19'^^xsd:double;
  dwc:startLongitude '-39.19'^^xsd:double;
  dwc:endLongitude '-39.19'^^xsd:double;
  dwc:latitude '-51.8'^^xsd:double;
  dwc:startLatitude '-51.8'^^xsd:double;
  dwc:endLatitude '-51.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.19 -51.8, -39.19 -51.8, -39.19 -51.8, -39.19 -51.8, -39.19 -51.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_273'^^xsd:string;
  dwc:observationDate '1996-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-51.91 -39.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-51.91"^^xsd:decimal ;
  dwc:decimalLongitude "-39.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_272'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_272'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:longitude '-39.07'^^xsd:double;
  dwc:startLongitude '-39.07'^^xsd:double;
  dwc:endLongitude '-39.07'^^xsd:double;
  dwc:latitude '-51.91'^^xsd:double;
  dwc:startLatitude '-51.91'^^xsd:double;
  dwc:endLatitude '-51.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-39.07 -51.91, -39.07 -51.91, -39.07 -51.91, -39.07 -51.91, -39.07 -51.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_272'^^xsd:string;
  dwc:observationDate '1996-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 -39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "-39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_127'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_127'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-39'^^xsd:integer;
  dwc:startLongitude '-39'^^xsd:integer;
  dwc:endLongitude '-39'^^xsd:integer;
  dwc:latitude '37'^^xsd:integer;
  dwc:startLatitude '37'^^xsd:integer;
  dwc:endLatitude '37'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-39 37, -39 37, -39 37, -39 37, -39 37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_127'^^xsd:string;
  dwc:observationDate '1994-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.18 -38.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.18"^^xsd:decimal ;
  dwc:decimalLongitude "-38.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_872'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_872'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-38.8'^^xsd:double;
  dwc:startLongitude '-38.8'^^xsd:double;
  dwc:endLongitude '-38.8'^^xsd:double;
  dwc:latitude '-24.18'^^xsd:double;
  dwc:startLatitude '-24.18'^^xsd:double;
  dwc:endLatitude '-24.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.8 -24.18, -38.8 -24.18, -38.8 -24.18, -38.8 -24.18, -38.8 -24.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_872'^^xsd:string;
  dwc:observationDate '2000-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.97 -38.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.97"^^xsd:decimal ;
  dwc:decimalLongitude "-38.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_552'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus cruciger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_552'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '-38.65'^^xsd:double;
  dwc:startLongitude '-38.65'^^xsd:double;
  dwc:endLongitude '-38.65'^^xsd:double;
  dwc:latitude '-54.97'^^xsd:double;
  dwc:startLatitude '-54.97'^^xsd:double;
  dwc:endLatitude '-54.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.65 -54.97, -38.65 -54.97, -38.65 -54.97, -38.65 -54.97, -38.65 -54.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Hourglass Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '383563'^^xsd:integer;
  dwc:occurrenceId '64_552'^^xsd:string;
  dwc:observationDate '1982-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1571884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.03 -38.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.03"^^xsd:decimal ;
  dwc:decimalLongitude "-38.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_449'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_449'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:longitude '-38.6'^^xsd:double;
  dwc:startLongitude '-38.6'^^xsd:double;
  dwc:endLongitude '-38.6'^^xsd:double;
  dwc:latitude '-54.03'^^xsd:double;
  dwc:startLatitude '-54.03'^^xsd:double;
  dwc:endLatitude '-54.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.6 -54.03, -38.6 -54.03, -38.6 -54.03, -38.6 -54.03, -38.6 -54.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_449'^^xsd:string;
  dwc:observationDate '1998-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -38.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-38.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_61'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_61'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-38.52'^^xsd:double;
  dwc:startLongitude '-38.52'^^xsd:double;
  dwc:endLongitude '-38.52'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-38.52 48, -38.52 48, -38.52 48, -38.52 48, -38.52 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_61'^^xsd:string;
  dwc:observationDate '1994-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38 -38.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.38"^^xsd:decimal ;
  dwc:decimalLongitude "-38.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_56'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_56'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-38.45'^^xsd:double;
  dwc:startLongitude '-38.45'^^xsd:double;
  dwc:endLongitude '-38.45'^^xsd:double;
  dwc:latitude '42.38'^^xsd:double;
  dwc:startLatitude '42.38'^^xsd:double;
  dwc:endLatitude '42.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.45 42.38, -38.45 42.38, -38.45 42.38, -38.45 42.38, -38.45 42.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_56'^^xsd:string;
  dwc:observationDate '1994-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38 -38.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.38"^^xsd:decimal ;
  dwc:decimalLongitude "-38.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_57'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_57'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-38.45'^^xsd:double;
  dwc:startLongitude '-38.45'^^xsd:double;
  dwc:endLongitude '-38.45'^^xsd:double;
  dwc:latitude '42.38'^^xsd:double;
  dwc:startLatitude '42.38'^^xsd:double;
  dwc:endLatitude '42.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.45 42.38, -38.45 42.38, -38.45 42.38, -38.45 42.38, -38.45 42.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_57'^^xsd:string;
  dwc:observationDate '1994-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.37 -38.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.37"^^xsd:decimal ;
  dwc:decimalLongitude "-38.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_58'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_58'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-38.42'^^xsd:double;
  dwc:startLongitude '-38.42'^^xsd:double;
  dwc:endLongitude '-38.42'^^xsd:double;
  dwc:latitude '42.37'^^xsd:double;
  dwc:startLatitude '42.37'^^xsd:double;
  dwc:endLatitude '42.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.42 42.37, -38.42 42.37, -38.42 42.37, -38.42 42.37, -38.42 42.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_58'^^xsd:string;
  dwc:observationDate '1994-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.05 -38.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.05"^^xsd:decimal ;
  dwc:decimalLongitude "-38.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1194'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1194'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:longitude '-38.32'^^xsd:double;
  dwc:startLongitude '-38.32'^^xsd:double;
  dwc:endLongitude '-38.32'^^xsd:double;
  dwc:latitude '-54.05'^^xsd:double;
  dwc:startLatitude '-54.05'^^xsd:double;
  dwc:endLatitude '-54.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.32 -54.05, -38.32 -54.05, -38.32 -54.05, -38.32 -54.05, -38.32 -54.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1194'^^xsd:string;
  dwc:observationDate '2000-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -38.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "-38.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_59'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_59'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-38.15'^^xsd:double;
  dwc:startLongitude '-38.15'^^xsd:double;
  dwc:endLongitude '-38.15'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:startLatitude '42.3'^^xsd:double;
  dwc:endLatitude '42.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.15 42.3, -38.15 42.3, -38.15 42.3, -38.15 42.3, -38.15 42.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_59'^^xsd:string;
  dwc:observationDate '1994-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.62 -38.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.62"^^xsd:decimal ;
  dwc:decimalLongitude "-38.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1040'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1040'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:longitude '-38.08'^^xsd:double;
  dwc:startLongitude '-38.08'^^xsd:double;
  dwc:endLongitude '-38.08'^^xsd:double;
  dwc:latitude '-20.62'^^xsd:double;
  dwc:startLatitude '-20.62'^^xsd:double;
  dwc:endLatitude '-20.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.08 -20.62, -38.08 -20.62, -38.08 -20.62, -38.08 -20.62, -38.08 -20.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1040'^^xsd:string;
  dwc:observationDate '2001-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.62 -38.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.62"^^xsd:decimal ;
  dwc:decimalLongitude "-38.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1039'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1039'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:longitude '-38.08'^^xsd:double;
  dwc:startLongitude '-38.08'^^xsd:double;
  dwc:endLongitude '-38.08'^^xsd:double;
  dwc:latitude '-20.62'^^xsd:double;
  dwc:startLatitude '-20.62'^^xsd:double;
  dwc:endLatitude '-20.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.08 -20.62, -38.08 -20.62, -38.08 -20.62, -38.08 -20.62, -38.08 -20.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_1039'^^xsd:string;
  dwc:observationDate '2001-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.2 -38.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.2"^^xsd:decimal ;
  dwc:decimalLongitude "-38.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_434'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_434'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '-38.08'^^xsd:double;
  dwc:startLongitude '-38.08'^^xsd:double;
  dwc:endLongitude '-38.08'^^xsd:double;
  dwc:latitude '-20.2'^^xsd:double;
  dwc:startLatitude '-20.2'^^xsd:double;
  dwc:endLatitude '-20.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.08 -20.2, -38.08 -20.2, -38.08 -20.2, -38.08 -20.2, -38.08 -20.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_434'^^xsd:string;
  dwc:observationDate '1997-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 -38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "-38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_60'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_60'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-38.03'^^xsd:double;
  dwc:startLongitude '-38.03'^^xsd:double;
  dwc:endLongitude '-38.03'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:startLatitude '42.25'^^xsd:double;
  dwc:endLatitude '42.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-38.03 42.25, -38.03 42.25, -38.03 42.25, -38.03 42.25, -38.03 42.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_60'^^xsd:string;
  dwc:observationDate '1994-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52 -38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52"^^xsd:decimal ;
  dwc:decimalLongitude "-38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_724'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_724'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-38'^^xsd:integer;
  dwc:startLongitude '-38'^^xsd:integer;
  dwc:endLongitude '-38'^^xsd:integer;
  dwc:latitude '-52'^^xsd:integer;
  dwc:startLatitude '-52'^^xsd:integer;
  dwc:endLatitude '-52'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-38 -52, -38 -52, -38 -52, -38 -52, -38 -52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_724'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.43 -37.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.43"^^xsd:decimal ;
  dwc:decimalLongitude "-37.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1135'^^xsd:string;
  dwc:scientificName 'Eubalaena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1135'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:longitude '-37.84'^^xsd:double;
  dwc:startLongitude '-37.84'^^xsd:double;
  dwc:endLongitude '-37.84'^^xsd:double;
  dwc:latitude '-53.43'^^xsd:double;
  dwc:startLatitude '-53.43'^^xsd:double;
  dwc:endLatitude '-53.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-37.84 -53.43, -37.84 -53.43, -37.84 -53.43, -37.84 -53.43, -37.84 -53.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '159022'^^xsd:integer;
  dwc:occurrenceId '64_1135'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '159022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.19 -37.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.19"^^xsd:decimal ;
  dwc:decimalLongitude "-37.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_877'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_877'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.783333333333'^^xsd:double;
  dwc:longitude '-37.65'^^xsd:double;
  dwc:startLongitude '-37.65'^^xsd:double;
  dwc:endLongitude '-37.65'^^xsd:double;
  dwc:latitude '-54.19'^^xsd:double;
  dwc:startLatitude '-54.19'^^xsd:double;
  dwc:endLatitude '-54.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-37.65 -54.19, -37.65 -54.19, -37.65 -54.19, -37.65 -54.19, -37.65 -54.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_877'^^xsd:string;
  dwc:observationDate '2000-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.87 -37.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.87"^^xsd:decimal ;
  dwc:decimalLongitude "-37.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_714'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_714'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:longitude '-37.65'^^xsd:double;
  dwc:startLongitude '-37.65'^^xsd:double;
  dwc:endLongitude '-37.65'^^xsd:double;
  dwc:latitude '-53.87'^^xsd:double;
  dwc:startLatitude '-53.87'^^xsd:double;
  dwc:endLatitude '-53.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-37.65 -53.87, -37.65 -53.87, -37.65 -53.87, -37.65 -53.87, -37.65 -53.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_714'^^xsd:string;
  dwc:observationDate '1999-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -37.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "-37.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_110'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_110'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-37.5'^^xsd:double;
  dwc:startLongitude '-37.5'^^xsd:double;
  dwc:endLongitude '-37.5'^^xsd:double;
  dwc:latitude '34'^^xsd:integer;
  dwc:startLatitude '34'^^xsd:integer;
  dwc:endLatitude '34'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-37.5 34, -37.5 34, -37.5 34, -37.5 34, -37.5 34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_110'^^xsd:string;
  dwc:observationDate '1994-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.25 -37.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.25"^^xsd:decimal ;
  dwc:decimalLongitude "-37.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_683'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_683'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-37.47'^^xsd:double;
  dwc:startLongitude '-37.47'^^xsd:double;
  dwc:endLongitude '-37.47'^^xsd:double;
  dwc:latitude '6.25'^^xsd:double;
  dwc:startLatitude '6.25'^^xsd:double;
  dwc:endLatitude '6.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-37.47 6.25, -37.47 6.25, -37.47 6.25, -37.47 6.25, -37.47 6.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_683'^^xsd:string;
  dwc:observationDate '1973-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -37.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-37.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_67'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_67'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-37.47'^^xsd:double;
  dwc:startLongitude '-37.47'^^xsd:double;
  dwc:endLongitude '-37.47'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-37.47 40, -37.47 40, -37.47 40, -37.47 40, -37.47 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_67'^^xsd:string;
  dwc:observationDate '1994-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 -37.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "-37.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_109'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_109'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-37.42'^^xsd:double;
  dwc:startLongitude '-37.42'^^xsd:double;
  dwc:endLongitude '-37.42'^^xsd:double;
  dwc:latitude '34'^^xsd:integer;
  dwc:startLatitude '34'^^xsd:integer;
  dwc:endLatitude '34'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-37.42 34, -37.42 34, -37.42 34, -37.42 34, -37.42 34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_109'^^xsd:string;
  dwc:observationDate '1994-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.93 -37.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.93"^^xsd:decimal ;
  dwc:decimalLongitude "-37.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_448'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_448'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-37.33'^^xsd:double;
  dwc:startLongitude '-37.33'^^xsd:double;
  dwc:endLongitude '-37.33'^^xsd:double;
  dwc:latitude '-53.93'^^xsd:double;
  dwc:startLatitude '-53.93'^^xsd:double;
  dwc:endLatitude '-53.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-37.33 -53.93, -37.33 -53.93, -37.33 -53.93, -37.33 -53.93, -37.33 -53.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_448'^^xsd:string;
  dwc:observationDate '1998-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.93 -37.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.93"^^xsd:decimal ;
  dwc:decimalLongitude "-37.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_440'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_440'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:longitude '-37.07'^^xsd:double;
  dwc:startLongitude '-37.07'^^xsd:double;
  dwc:endLongitude '-37.07'^^xsd:double;
  dwc:latitude '-53.93'^^xsd:double;
  dwc:startLatitude '-53.93'^^xsd:double;
  dwc:endLatitude '-53.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-37.07 -53.93, -37.07 -53.93, -37.07 -53.93, -37.07 -53.93, -37.07 -53.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_440'^^xsd:string;
  dwc:observationDate '1997-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54 -37.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54"^^xsd:decimal ;
  dwc:decimalLongitude "-37.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_442'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_442'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:longitude '-37.05'^^xsd:double;
  dwc:startLongitude '-37.05'^^xsd:double;
  dwc:endLongitude '-37.05'^^xsd:double;
  dwc:latitude '-54'^^xsd:integer;
  dwc:startLatitude '-54'^^xsd:integer;
  dwc:endLatitude '-54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-37.05 -54, -37.05 -54, -37.05 -54, -37.05 -54, -37.05 -54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_442'^^xsd:string;
  dwc:observationDate '1997-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.03 -36.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.03"^^xsd:decimal ;
  dwc:decimalLongitude "-36.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_441'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_441'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:longitude '-36.87'^^xsd:double;
  dwc:startLongitude '-36.87'^^xsd:double;
  dwc:endLongitude '-36.87'^^xsd:double;
  dwc:latitude '-54.03'^^xsd:double;
  dwc:startLatitude '-54.03'^^xsd:double;
  dwc:endLatitude '-54.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.87 -54.03, -36.87 -54.03, -36.87 -54.03, -36.87 -54.03, -36.87 -54.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_441'^^xsd:string;
  dwc:observationDate '1997-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.09 -36.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.09"^^xsd:decimal ;
  dwc:decimalLongitude "-36.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1078'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1078'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.75'^^xsd:double;
  dwc:longitude '-36.75'^^xsd:double;
  dwc:startLongitude '-36.75'^^xsd:double;
  dwc:endLongitude '-36.75'^^xsd:double;
  dwc:latitude '-54.09'^^xsd:double;
  dwc:startLatitude '-54.09'^^xsd:double;
  dwc:endLatitude '-54.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.75 -54.09, -36.75 -54.09, -36.75 -54.09, -36.75 -54.09, -36.75 -54.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1078'^^xsd:string;
  dwc:observationDate '2001-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.24 -36.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.24"^^xsd:decimal ;
  dwc:decimalLongitude "-36.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1155'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1155'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-36.59'^^xsd:double;
  dwc:startLongitude '-36.59'^^xsd:double;
  dwc:endLongitude '-36.59'^^xsd:double;
  dwc:latitude '-54.24'^^xsd:double;
  dwc:startLatitude '-54.24'^^xsd:double;
  dwc:endLatitude '-54.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.59 -54.24, -36.59 -54.24, -36.59 -54.24, -36.59 -54.24, -36.59 -54.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1155'^^xsd:string;
  dwc:observationDate '1999-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.06 -36.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.06"^^xsd:decimal ;
  dwc:decimalLongitude "-36.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1077'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1077'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:longitude '-36.59'^^xsd:double;
  dwc:startLongitude '-36.59'^^xsd:double;
  dwc:endLongitude '-36.59'^^xsd:double;
  dwc:latitude '-54.06'^^xsd:double;
  dwc:startLatitude '-54.06'^^xsd:double;
  dwc:endLatitude '-54.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.59 -54.06, -36.59 -54.06, -36.59 -54.06, -36.59 -54.06, -36.59 -54.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1077'^^xsd:string;
  dwc:observationDate '2001-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-55.33 -36.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-55.33"^^xsd:decimal ;
  dwc:decimalLongitude "-36.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_725'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_725'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-36.42'^^xsd:double;
  dwc:startLongitude '-36.42'^^xsd:double;
  dwc:endLongitude '-36.42'^^xsd:double;
  dwc:latitude '-55.33'^^xsd:double;
  dwc:startLatitude '-55.33'^^xsd:double;
  dwc:endLatitude '-55.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.42 -55.33, -36.42 -55.33, -36.42 -55.33, -36.42 -55.33, -36.42 -55.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_725'^^xsd:string;
  dwc:observationDate '1999-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.25 -36.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.25"^^xsd:decimal ;
  dwc:decimalLongitude "-36.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1159'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1159'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-36.42'^^xsd:double;
  dwc:startLongitude '-36.42'^^xsd:double;
  dwc:endLongitude '-36.42'^^xsd:double;
  dwc:latitude '-54.25'^^xsd:double;
  dwc:startLatitude '-54.25'^^xsd:double;
  dwc:endLatitude '-54.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.42 -54.25, -36.42 -54.25, -36.42 -54.25, -36.42 -54.25, -36.42 -54.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1159'^^xsd:string;
  dwc:observationDate '1996-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.72 -36.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.72"^^xsd:decimal ;
  dwc:decimalLongitude "-36.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_564'^^xsd:string;
  dwc:scientificName 'Eubalaena australis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_564'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:longitude '-36.42'^^xsd:double;
  dwc:startLongitude '-36.42'^^xsd:double;
  dwc:endLongitude '-36.42'^^xsd:double;
  dwc:latitude '-53.72'^^xsd:double;
  dwc:startLatitude '-53.72'^^xsd:double;
  dwc:endLatitude '-53.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.42 -53.72, -36.42 -53.72, -36.42 -53.72, -36.42 -53.72, -36.42 -53.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Right Whale" by the provider'^^xsd:string;
  dwc:aphiaid '220222'^^xsd:integer;
  dwc:occurrenceId '64_564'^^xsd:string;
  dwc:observationDate '1983-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '220222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 -36.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "-36.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_598'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_598'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^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 '14.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-36.25'^^xsd:double;
  dwc:startLongitude '-36.25'^^xsd:double;
  dwc:endLongitude '-36.25'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:startLatitude '45.58'^^xsd:double;
  dwc:endLatitude '45.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.25 45.58, -36.25 45.58, -36.25 45.58, -36.25 45.58, -36.25 45.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_598'^^xsd:string;
  dwc:observationDate '1970-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 -36.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "-36.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_30'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_30'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-36.2'^^xsd:double;
  dwc:startLongitude '-36.2'^^xsd:double;
  dwc:endLongitude '-36.2'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:startLatitude '38'^^xsd:integer;
  dwc:endLatitude '38'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-36.2 38, -36.2 38, -36.2 38, -36.2 38, -36.2 38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_30'^^xsd:string;
  dwc:observationDate '1994-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5 -36.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5"^^xsd:decimal ;
  dwc:decimalLongitude "-36.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_48'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_48'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-36.12'^^xsd:double;
  dwc:startLongitude '-36.12'^^xsd:double;
  dwc:endLongitude '-36.12'^^xsd:double;
  dwc:latitude '49.5'^^xsd:double;
  dwc:startLatitude '49.5'^^xsd:double;
  dwc:endLatitude '49.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.12 49.5, -36.12 49.5, -36.12 49.5, -36.12 49.5, -36.12 49.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_48'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.26 -36.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.26"^^xsd:decimal ;
  dwc:decimalLongitude "-36.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_327'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_327'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:longitude '-36.08'^^xsd:double;
  dwc:startLongitude '-36.08'^^xsd:double;
  dwc:endLongitude '-36.08'^^xsd:double;
  dwc:latitude '-54.26'^^xsd:double;
  dwc:startLatitude '-54.26'^^xsd:double;
  dwc:endLatitude '-54.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.08 -54.26, -36.08 -54.26, -36.08 -54.26, -36.08 -54.26, -36.08 -54.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_327'^^xsd:string;
  dwc:observationDate '1997-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-54.23 -36.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-36.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_876'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_876'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:longitude '-36.04'^^xsd:double;
  dwc:startLongitude '-36.04'^^xsd:double;
  dwc:endLongitude '-36.04'^^xsd:double;
  dwc:latitude '-54.23'^^xsd:double;
  dwc:startLatitude '-54.23'^^xsd:double;
  dwc:endLatitude '-54.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-36.04 -54.23, -36.04 -54.23, -36.04 -54.23, -36.04 -54.23, -36.04 -54.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_876'^^xsd:string;
  dwc:observationDate '2000-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.77 -35.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.77"^^xsd:decimal ;
  dwc:decimalLongitude "-35.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_588'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_588'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-35.82'^^xsd:double;
  dwc:startLongitude '-35.82'^^xsd:double;
  dwc:endLongitude '-35.82'^^xsd:double;
  dwc:latitude '36.77'^^xsd:double;
  dwc:startLatitude '36.77'^^xsd:double;
  dwc:endLatitude '36.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-35.82 36.77, -35.82 36.77, -35.82 36.77, -35.82 36.77, -35.82 36.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_588'^^xsd:string;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.83 -35.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.83"^^xsd:decimal ;
  dwc:decimalLongitude "-35.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_684'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_684'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.616666666667'^^xsd:double;
  dwc:longitude '-35.13'^^xsd:double;
  dwc:startLongitude '-35.13'^^xsd:double;
  dwc:endLongitude '-35.13'^^xsd:double;
  dwc:latitude '-4.83'^^xsd:double;
  dwc:startLatitude '-4.83'^^xsd:double;
  dwc:endLatitude '-4.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-35.13 -4.83, -35.13 -4.83, -35.13 -4.83, -35.13 -4.83, -35.13 -4.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_684'^^xsd:string;
  dwc:observationDate '1973-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -35.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-35.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_28'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_28'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-35.05'^^xsd:double;
  dwc:startLongitude '-35.05'^^xsd:double;
  dwc:endLongitude '-35.05'^^xsd:double;
  dwc:latitude '36'^^xsd:integer;
  dwc:startLatitude '36'^^xsd:integer;
  dwc:endLatitude '36'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-35.05 36, -35.05 36, -35.05 36, -35.05 36, -35.05 36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_28'^^xsd:string;
  dwc:observationDate '1994-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.13 -35.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.13"^^xsd:decimal ;
  dwc:decimalLongitude "-35.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_122'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_122'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-35.05'^^xsd:double;
  dwc:startLongitude '-35.05'^^xsd:double;
  dwc:endLongitude '-35.05'^^xsd:double;
  dwc:latitude '46.13'^^xsd:double;
  dwc:startLatitude '46.13'^^xsd:double;
  dwc:endLatitude '46.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-35.05 46.13, -35.05 46.13, -35.05 46.13, -35.05 46.13, -35.05 46.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_122'^^xsd:string;
  dwc:observationDate '1994-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.33 -35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.33"^^xsd:decimal ;
  dwc:decimalLongitude "-35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_111'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_111'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-35.02'^^xsd:double;
  dwc:startLongitude '-35.02'^^xsd:double;
  dwc:endLongitude '-35.02'^^xsd:double;
  dwc:latitude '35.33'^^xsd:double;
  dwc:startLatitude '35.33'^^xsd:double;
  dwc:endLatitude '35.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-35.02 35.33, -35.02 35.33, -35.02 35.33, -35.02 35.33, -35.02 35.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_111'^^xsd:string;
  dwc:observationDate '1994-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.5 -35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.5"^^xsd:decimal ;
  dwc:decimalLongitude "-35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_587'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_587'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-35'^^xsd:integer;
  dwc:startLongitude '-35'^^xsd:integer;
  dwc:endLongitude '-35'^^xsd:integer;
  dwc:latitude '37.5'^^xsd:double;
  dwc:startLatitude '37.5'^^xsd:double;
  dwc:endLatitude '37.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-35 37.5, -35 37.5, -35 37.5, -35 37.5, -35 37.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_587'^^xsd:string;
  dwc:observationDate '1972-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.98 -34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.98"^^xsd:decimal ;
  dwc:decimalLongitude "-34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_68'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_68'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-34.98'^^xsd:double;
  dwc:startLongitude '-34.98'^^xsd:double;
  dwc:endLongitude '-34.98'^^xsd:double;
  dwc:latitude '39.98'^^xsd:double;
  dwc:startLatitude '39.98'^^xsd:double;
  dwc:endLatitude '39.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.98 39.98, -34.98 39.98, -34.98 39.98, -34.98 39.98, -34.98 39.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_68'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-53.17 -34.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-53.17"^^xsd:decimal ;
  dwc:decimalLongitude "-34.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_271'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_271'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:longitude '-34.67'^^xsd:double;
  dwc:startLongitude '-34.67'^^xsd:double;
  dwc:endLongitude '-34.67'^^xsd:double;
  dwc:latitude '-53.17'^^xsd:double;
  dwc:startLatitude '-53.17'^^xsd:double;
  dwc:endLatitude '-53.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.67 -53.17, -34.67 -53.17, -34.67 -53.17, -34.67 -53.17, -34.67 -53.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_271'^^xsd:string;
  dwc:observationDate '1996-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -34.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-34.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_108'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_108'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-34.63'^^xsd:double;
  dwc:startLongitude '-34.63'^^xsd:double;
  dwc:endLongitude '-34.63'^^xsd:double;
  dwc:latitude '36'^^xsd:integer;
  dwc:startLatitude '36'^^xsd:integer;
  dwc:endLatitude '36'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-34.63 36, -34.63 36, -34.63 36, -34.63 36, -34.63 36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_108'^^xsd:string;
  dwc:observationDate '1994-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.96 -34.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.96"^^xsd:decimal ;
  dwc:decimalLongitude "-34.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_871'^^xsd:string;
  dwc:scientificName 'Hyperoodon planifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_871'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:longitude '-34.43'^^xsd:double;
  dwc:startLongitude '-34.43'^^xsd:double;
  dwc:endLongitude '-34.43'^^xsd:double;
  dwc:latitude '-9.96'^^xsd:double;
  dwc:startLatitude '-9.96'^^xsd:double;
  dwc:endLatitude '-9.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.43 -9.96, -34.43 -9.96, -34.43 -9.96, -34.43 -9.96, -34.43 -9.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Bottlenose Whale" by the provider'^^xsd:string;
  dwc:aphiaid '343900'^^xsd:integer;
  dwc:occurrenceId '64_871'^^xsd:string;
  dwc:observationDate '2000-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '343900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.27 -34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.27"^^xsd:decimal ;
  dwc:decimalLongitude "-34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_681'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_681'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:longitude '-34.03'^^xsd:double;
  dwc:startLongitude '-34.03'^^xsd:double;
  dwc:endLongitude '-34.03'^^xsd:double;
  dwc:latitude '37.27'^^xsd:double;
  dwc:startLatitude '37.27'^^xsd:double;
  dwc:endLatitude '37.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-34.03 37.27, -34.03 37.27, -34.03 37.27, -34.03 37.27, -34.03 37.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_681'^^xsd:string;
  dwc:observationDate '1973-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.71 -33.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.71"^^xsd:decimal ;
  dwc:decimalLongitude "-33.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_741'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_741'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.783333333333'^^xsd:double;
  dwc:longitude '-33.8'^^xsd:double;
  dwc:startLongitude '-33.8'^^xsd:double;
  dwc:endLongitude '-33.8'^^xsd:double;
  dwc:latitude '-9.71'^^xsd:double;
  dwc:startLatitude '-9.71'^^xsd:double;
  dwc:endLatitude '-9.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.8 -9.71, -33.8 -9.71, -33.8 -9.71, -33.8 -9.71, -33.8 -9.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_741'^^xsd:string;
  dwc:observationDate '2000-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.97 -33.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.97"^^xsd:decimal ;
  dwc:decimalLongitude "-33.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_740'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_740'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:longitude '-33.59'^^xsd:double;
  dwc:startLongitude '-33.59'^^xsd:double;
  dwc:endLongitude '-33.59'^^xsd:double;
  dwc:latitude '-8.97'^^xsd:double;
  dwc:startLatitude '-8.97'^^xsd:double;
  dwc:endLatitude '-8.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.59 -8.97, -33.59 -8.97, -33.59 -8.97, -33.59 -8.97, -33.59 -8.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_740'^^xsd:string;
  dwc:observationDate '2000-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 -33.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "-33.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_591'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_591'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '2'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.58'^^xsd:double;
  dwc:startLongitude '-33.58'^^xsd:double;
  dwc:endLongitude '-33.58'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:startLatitude '46.48'^^xsd:double;
  dwc:endLatitude '46.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.58 46.48, -33.58 46.48, -33.58 46.48, -33.58 46.48, -33.58 46.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_591'^^xsd:string;
  dwc:observationDate '1972-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.83 -33.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.83"^^xsd:decimal ;
  dwc:decimalLongitude "-33.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_592'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_592'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.75'^^xsd:double;
  dwc:longitude '-33.57'^^xsd:double;
  dwc:startLongitude '-33.57'^^xsd:double;
  dwc:endLongitude '-33.57'^^xsd:double;
  dwc:latitude '37.83'^^xsd:double;
  dwc:startLatitude '37.83'^^xsd:double;
  dwc:endLatitude '37.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.57 37.83, -33.57 37.83, -33.57 37.83, -33.57 37.83, -33.57 37.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_592'^^xsd:string;
  dwc:observationDate '1970-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.35 -33.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.35"^^xsd:decimal ;
  dwc:decimalLongitude "-33.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_203'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_203'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.47'^^xsd:double;
  dwc:startLongitude '-33.47'^^xsd:double;
  dwc:endLongitude '-33.47'^^xsd:double;
  dwc:latitude '49.35'^^xsd:double;
  dwc:startLatitude '49.35'^^xsd:double;
  dwc:endLatitude '49.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.47 49.35, -33.47 49.35, -33.47 49.35, -33.47 49.35, -33.47 49.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_203'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.34 -33.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.34"^^xsd:decimal ;
  dwc:decimalLongitude "-33.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1038'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1038'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '-33.46'^^xsd:double;
  dwc:startLongitude '-33.46'^^xsd:double;
  dwc:endLongitude '-33.46'^^xsd:double;
  dwc:latitude '-9.34'^^xsd:double;
  dwc:startLatitude '-9.34'^^xsd:double;
  dwc:endLatitude '-9.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.46 -9.34, -33.46 -9.34, -33.46 -9.34, -33.46 -9.34, -33.46 -9.34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1038'^^xsd:string;
  dwc:observationDate '2001-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.28 -33.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.28"^^xsd:decimal ;
  dwc:decimalLongitude "-33.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_202'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_202'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.42'^^xsd:double;
  dwc:startLongitude '-33.42'^^xsd:double;
  dwc:endLongitude '-33.42'^^xsd:double;
  dwc:latitude '49.28'^^xsd:double;
  dwc:startLatitude '49.28'^^xsd:double;
  dwc:endLatitude '49.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.42 49.28, -33.42 49.28, -33.42 49.28, -33.42 49.28, -33.42 49.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_202'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.17 -33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.17"^^xsd:decimal ;
  dwc:decimalLongitude "-33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_201'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_201'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.33'^^xsd:double;
  dwc:startLongitude '-33.33'^^xsd:double;
  dwc:endLongitude '-33.33'^^xsd:double;
  dwc:latitude '49.17'^^xsd:double;
  dwc:startLatitude '49.17'^^xsd:double;
  dwc:endLatitude '49.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.33 49.17, -33.33 49.17, -33.33 49.17, -33.33 49.17, -33.33 49.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_201'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.13 -33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.13"^^xsd:decimal ;
  dwc:decimalLongitude "-33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_200'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_200'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.32'^^xsd:double;
  dwc:startLongitude '-33.32'^^xsd:double;
  dwc:endLongitude '-33.32'^^xsd:double;
  dwc:latitude '49.13'^^xsd:double;
  dwc:startLatitude '49.13'^^xsd:double;
  dwc:endLatitude '49.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.32 49.13, -33.32 49.13, -33.32 49.13, -33.32 49.13, -33.32 49.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_200'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.97 -33.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.97"^^xsd:decimal ;
  dwc:decimalLongitude "-33.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_199'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_199'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.17'^^xsd:double;
  dwc:startLongitude '-33.17'^^xsd:double;
  dwc:endLongitude '-33.17'^^xsd:double;
  dwc:latitude '48.97'^^xsd:double;
  dwc:startLatitude '48.97'^^xsd:double;
  dwc:endLatitude '48.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.17 48.97, -33.17 48.97, -33.17 48.97, -33.17 48.97, -33.17 48.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_199'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.47 -33.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.47"^^xsd:decimal ;
  dwc:decimalLongitude "-33.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_204'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_204'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.03'^^xsd:double;
  dwc:startLongitude '-33.03'^^xsd:double;
  dwc:endLongitude '-33.03'^^xsd:double;
  dwc:latitude '50.47'^^xsd:double;
  dwc:startLatitude '50.47'^^xsd:double;
  dwc:endLatitude '50.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.03 50.47, -33.03 50.47, -33.03 50.47, -33.03 50.47, -33.03 50.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_204'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73 -33.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73"^^xsd:decimal ;
  dwc:decimalLongitude "-33.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_198'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_198'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33.02'^^xsd:double;
  dwc:startLongitude '-33.02'^^xsd:double;
  dwc:endLongitude '-33.02'^^xsd:double;
  dwc:latitude '48.73'^^xsd:double;
  dwc:startLatitude '48.73'^^xsd:double;
  dwc:endLatitude '48.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33.02 48.73, -33.02 48.73, -33.02 48.73, -33.02 48.73, -33.02 48.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_198'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 -33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "-33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_680'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_680'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '-33'^^xsd:integer;
  dwc:startLongitude '-33'^^xsd:integer;
  dwc:endLongitude '-33'^^xsd:integer;
  dwc:latitude '38'^^xsd:integer;
  dwc:startLatitude '38'^^xsd:integer;
  dwc:endLatitude '38'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-33 38, -33 38, -33 38, -33 38, -33 38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_680'^^xsd:string;
  dwc:observationDate '1973-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_197'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_197'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-33'^^xsd:integer;
  dwc:startLongitude '-33'^^xsd:integer;
  dwc:endLongitude '-33'^^xsd:integer;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-33 48.7, -33 48.7, -33 48.7, -33 48.7, -33 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_197'^^xsd:string;
  dwc:observationDate '1995-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6 -32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6"^^xsd:decimal ;
  dwc:decimalLongitude "-32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_196'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_196'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-32.93'^^xsd:double;
  dwc:startLongitude '-32.93'^^xsd:double;
  dwc:endLongitude '-32.93'^^xsd:double;
  dwc:latitude '48.6'^^xsd:double;
  dwc:startLatitude '48.6'^^xsd:double;
  dwc:endLatitude '48.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.93 48.6, -32.93 48.6, -32.93 48.6, -32.93 48.6, -32.93 48.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_196'^^xsd:string;
  dwc:observationDate '1995-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.23 -32.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.23"^^xsd:decimal ;
  dwc:decimalLongitude "-32.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_749'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_749'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-32.83'^^xsd:double;
  dwc:startLongitude '-32.83'^^xsd:double;
  dwc:endLongitude '-32.83'^^xsd:double;
  dwc:latitude '-70.23'^^xsd:double;
  dwc:startLatitude '-70.23'^^xsd:double;
  dwc:endLatitude '-70.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.83 -70.23, -32.83 -70.23, -32.83 -70.23, -32.83 -70.23, -32.83 -70.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_749'^^xsd:string;
  dwc:observationDate '2000-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.28 -32.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.28"^^xsd:decimal ;
  dwc:decimalLongitude "-32.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_47'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_47'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-32.52'^^xsd:double;
  dwc:startLongitude '-32.52'^^xsd:double;
  dwc:endLongitude '-32.52'^^xsd:double;
  dwc:latitude '52.28'^^xsd:double;
  dwc:startLatitude '52.28'^^xsd:double;
  dwc:endLatitude '52.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.52 52.28, -32.52 52.28, -32.52 52.28, -32.52 52.28, -32.52 52.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_47'^^xsd:string;
  dwc:observationDate '1994-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.87 -32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.87"^^xsd:decimal ;
  dwc:decimalLongitude "-32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_107'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_107'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-32.5'^^xsd:double;
  dwc:startLongitude '-32.5'^^xsd:double;
  dwc:endLongitude '-32.5'^^xsd:double;
  dwc:latitude '33.87'^^xsd:double;
  dwc:startLatitude '33.87'^^xsd:double;
  dwc:endLatitude '33.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.5 33.87, -32.5 33.87, -32.5 33.87, -32.5 33.87, -32.5 33.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_107'^^xsd:string;
  dwc:observationDate '1994-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.48 -32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.48"^^xsd:decimal ;
  dwc:decimalLongitude "-32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_29'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_29'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-32.5'^^xsd:double;
  dwc:startLongitude '-32.5'^^xsd:double;
  dwc:endLongitude '-32.5'^^xsd:double;
  dwc:latitude '36.48'^^xsd:double;
  dwc:startLatitude '36.48'^^xsd:double;
  dwc:endLatitude '36.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.5 36.48, -32.5 36.48, -32.5 36.48, -32.5 36.48, -32.5 36.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_29'^^xsd:string;
  dwc:observationDate '1994-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.35 -32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.35"^^xsd:decimal ;
  dwc:decimalLongitude "-32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_33'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_33'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-32.5'^^xsd:double;
  dwc:startLongitude '-32.5'^^xsd:double;
  dwc:endLongitude '-32.5'^^xsd:double;
  dwc:latitude '40.35'^^xsd:double;
  dwc:startLatitude '40.35'^^xsd:double;
  dwc:endLatitude '40.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.5 40.35, -32.5 40.35, -32.5 40.35, -32.5 40.35, -32.5 40.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_33'^^xsd:string;
  dwc:observationDate '1994-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-52.04 -32.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-52.04"^^xsd:decimal ;
  dwc:decimalLongitude "-32.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_270'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_270'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:longitude '-32.38'^^xsd:double;
  dwc:startLongitude '-32.38'^^xsd:double;
  dwc:endLongitude '-32.38'^^xsd:double;
  dwc:latitude '-52.04'^^xsd:double;
  dwc:startLatitude '-52.04'^^xsd:double;
  dwc:endLatitude '-52.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-32.38 -52.04, -32.38 -52.04, -32.38 -52.04, -32.38 -52.04, -32.38 -52.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_270'^^xsd:string;
  dwc:observationDate '1996-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.12 -31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.12"^^xsd:decimal ;
  dwc:decimalLongitude "-31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_450'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_450'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-31.98'^^xsd:double;
  dwc:startLongitude '-31.98'^^xsd:double;
  dwc:endLongitude '-31.98'^^xsd:double;
  dwc:latitude '-57.12'^^xsd:double;
  dwc:startLatitude '-57.12'^^xsd:double;
  dwc:endLatitude '-57.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.98 -57.12, -31.98 -57.12, -31.98 -57.12, -31.98 -57.12, -31.98 -57.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_450'^^xsd:string;
  dwc:observationDate '1998-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-46.51 -31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-46.51"^^xsd:decimal ;
  dwc:decimalLongitude "-31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1090'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1090'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-31.98'^^xsd:double;
  dwc:startLongitude '-31.98'^^xsd:double;
  dwc:endLongitude '-31.98'^^xsd:double;
  dwc:latitude '-46.51'^^xsd:double;
  dwc:startLatitude '-46.51'^^xsd:double;
  dwc:endLatitude '-46.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.98 -46.51, -31.98 -46.51, -31.98 -46.51, -31.98 -46.51, -31.98 -46.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1090'^^xsd:string;
  dwc:observationDate '2002-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.13 -31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.13"^^xsd:decimal ;
  dwc:decimalLongitude "-31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_13'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_13'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-31.98'^^xsd:double;
  dwc:startLongitude '-31.98'^^xsd:double;
  dwc:endLongitude '-31.98'^^xsd:double;
  dwc:latitude '35.13'^^xsd:double;
  dwc:startLatitude '35.13'^^xsd:double;
  dwc:endLatitude '35.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.98 35.13, -31.98 35.13, -31.98 35.13, -31.98 35.13, -31.98 35.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_13'^^xsd:string;
  dwc:observationDate '1989-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.02 -31.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.02"^^xsd:decimal ;
  dwc:decimalLongitude "-31.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_31'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_31'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-31.47'^^xsd:double;
  dwc:startLongitude '-31.47'^^xsd:double;
  dwc:endLongitude '-31.47'^^xsd:double;
  dwc:latitude '38.02'^^xsd:double;
  dwc:startLatitude '38.02'^^xsd:double;
  dwc:endLatitude '38.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.47 38.02, -31.47 38.02, -31.47 38.02, -31.47 38.02, -31.47 38.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_31'^^xsd:string;
  dwc:observationDate '1994-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.29 -31.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.29"^^xsd:decimal ;
  dwc:decimalLongitude "-31.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_750'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_750'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-31.25'^^xsd:double;
  dwc:startLongitude '-31.25'^^xsd:double;
  dwc:endLongitude '-31.25'^^xsd:double;
  dwc:latitude '-71.29'^^xsd:double;
  dwc:startLatitude '-71.29'^^xsd:double;
  dwc:endLatitude '-71.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.25 -71.29, -31.25 -71.29, -31.25 -71.29, -31.25 -71.29, -31.25 -71.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_750'^^xsd:string;
  dwc:observationDate '2000-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.37 -31.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.37"^^xsd:decimal ;
  dwc:decimalLongitude "-31.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_751'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_751'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-31.13'^^xsd:double;
  dwc:startLongitude '-31.13'^^xsd:double;
  dwc:endLongitude '-31.13'^^xsd:double;
  dwc:latitude '-71.37'^^xsd:double;
  dwc:startLatitude '-71.37'^^xsd:double;
  dwc:endLatitude '-71.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-31.13 -71.37, -31.13 -71.37, -31.13 -71.37, -31.13 -71.37, -31.13 -71.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_751'^^xsd:string;
  dwc:observationDate '2000-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 -31.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "-31.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_32'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_32'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-31.13'^^xsd:double;
  dwc:startLongitude '-31.13'^^xsd:double;
  dwc:endLongitude '-31.13'^^xsd:double;
  dwc:latitude '38'^^xsd:integer;
  dwc:startLatitude '38'^^xsd:integer;
  dwc:endLatitude '38'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-31.13 38, -31.13 38, -31.13 38, -31.13 38, -31.13 38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_32'^^xsd:string;
  dwc:observationDate '1994-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_69'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_69'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-31'^^xsd:integer;
  dwc:startLongitude '-31'^^xsd:integer;
  dwc:endLongitude '-31'^^xsd:integer;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-31 40, -31 40, -31 40, -31 40, -31 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_69'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5 -30.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5"^^xsd:decimal ;
  dwc:decimalLongitude "-30.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_46'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_46'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.43'^^xsd:double;
  dwc:startLongitude '-30.43'^^xsd:double;
  dwc:endLongitude '-30.43'^^xsd:double;
  dwc:latitude '49.5'^^xsd:double;
  dwc:startLatitude '49.5'^^xsd:double;
  dwc:endLatitude '49.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.43 49.5, -30.43 49.5, -30.43 49.5, -30.43 49.5, -30.43 49.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_46'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5 -30.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5"^^xsd:decimal ;
  dwc:decimalLongitude "-30.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_45'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_45'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.43'^^xsd:double;
  dwc:startLongitude '-30.43'^^xsd:double;
  dwc:endLongitude '-30.43'^^xsd:double;
  dwc:latitude '49.5'^^xsd:double;
  dwc:startLatitude '49.5'^^xsd:double;
  dwc:endLatitude '49.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.43 49.5, -30.43 49.5, -30.43 49.5, -30.43 49.5, -30.43 49.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_45'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.53 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.53"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_27'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_27'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:startLongitude '-30.18'^^xsd:double;
  dwc:endLongitude '-30.18'^^xsd:double;
  dwc:latitude '38.53'^^xsd:double;
  dwc:startLatitude '38.53'^^xsd:double;
  dwc:endLatitude '38.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.18 38.53, -30.18 38.53, -30.18 38.53, -30.18 38.53, -30.18 38.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_27'^^xsd:string;
  dwc:observationDate '1994-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.65 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.65"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_34'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_34'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:startLongitude '-30.18'^^xsd:double;
  dwc:endLongitude '-30.18'^^xsd:double;
  dwc:latitude '41.65'^^xsd:double;
  dwc:startLatitude '41.65'^^xsd:double;
  dwc:endLatitude '41.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.18 41.65, -30.18 41.65, -30.18 41.65, -30.18 41.65, -30.18 41.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_34'^^xsd:string;
  dwc:observationDate '1994-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35 -30.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35"^^xsd:decimal ;
  dwc:decimalLongitude "-30.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_26'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_26'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.08'^^xsd:double;
  dwc:startLongitude '-30.08'^^xsd:double;
  dwc:endLongitude '-30.08'^^xsd:double;
  dwc:latitude '38.35'^^xsd:double;
  dwc:startLatitude '38.35'^^xsd:double;
  dwc:endLatitude '38.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.08 38.35, -30.08 38.35, -30.08 38.35, -30.08 38.35, -30.08 38.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_26'^^xsd:string;
  dwc:observationDate '1994-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.2 -30.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.2"^^xsd:decimal ;
  dwc:decimalLongitude "-30.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_25'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_25'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.07'^^xsd:double;
  dwc:startLongitude '-30.07'^^xsd:double;
  dwc:endLongitude '-30.07'^^xsd:double;
  dwc:latitude '38.2'^^xsd:double;
  dwc:startLatitude '38.2'^^xsd:double;
  dwc:endLatitude '38.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.07 38.2, -30.07 38.2, -30.07 38.2, -30.07 38.2, -30.07 38.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_25'^^xsd:string;
  dwc:observationDate '1994-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.65 -30.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.65"^^xsd:decimal ;
  dwc:decimalLongitude "-30.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_458'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_458'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.05'^^xsd:double;
  dwc:startLongitude '-30.05'^^xsd:double;
  dwc:endLongitude '-30.05'^^xsd:double;
  dwc:latitude '-65.65'^^xsd:double;
  dwc:startLatitude '-65.65'^^xsd:double;
  dwc:endLatitude '-65.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.05 -65.65, -30.05 -65.65, -30.05 -65.65, -30.05 -65.65, -30.05 -65.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_458'^^xsd:string;
  dwc:observationDate '1998-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.83 -30.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.83"^^xsd:decimal ;
  dwc:decimalLongitude "-30.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_455'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_455'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.05'^^xsd:double;
  dwc:startLongitude '-30.05'^^xsd:double;
  dwc:endLongitude '-30.05'^^xsd:double;
  dwc:latitude '-63.83'^^xsd:double;
  dwc:startLatitude '-63.83'^^xsd:double;
  dwc:endLatitude '-63.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.05 -63.83, -30.05 -63.83, -30.05 -63.83, -30.05 -63.83, -30.05 -63.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_455'^^xsd:string;
  dwc:observationDate '1998-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.18 -30.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.18"^^xsd:decimal ;
  dwc:decimalLongitude "-30.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_453'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_453'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.03'^^xsd:double;
  dwc:startLongitude '-30.03'^^xsd:double;
  dwc:endLongitude '-30.03'^^xsd:double;
  dwc:latitude '-63.18'^^xsd:double;
  dwc:startLatitude '-63.18'^^xsd:double;
  dwc:endLatitude '-63.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.03 -63.18, -30.03 -63.18, -30.03 -63.18, -30.03 -63.18, -30.03 -63.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_453'^^xsd:string;
  dwc:observationDate '1998-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.32 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.32"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_457'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_457'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.02'^^xsd:double;
  dwc:endLongitude '-30.02'^^xsd:double;
  dwc:latitude '-64.32'^^xsd:double;
  dwc:startLatitude '-64.32'^^xsd:double;
  dwc:endLatitude '-64.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.02 -64.32, -30.02 -64.32, -30.02 -64.32, -30.02 -64.32, -30.02 -64.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_457'^^xsd:string;
  dwc:observationDate '1998-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.6 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_454'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_454'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.02'^^xsd:double;
  dwc:endLongitude '-30.02'^^xsd:double;
  dwc:latitude '-63.6'^^xsd:double;
  dwc:startLatitude '-63.6'^^xsd:double;
  dwc:endLatitude '-63.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.02 -63.6, -30.02 -63.6, -30.02 -63.6, -30.02 -63.6, -30.02 -63.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_454'^^xsd:string;
  dwc:observationDate '1998-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.53 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.53"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_452'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_452'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.02'^^xsd:double;
  dwc:endLongitude '-30.02'^^xsd:double;
  dwc:latitude '-62.53'^^xsd:double;
  dwc:startLatitude '-62.53'^^xsd:double;
  dwc:endLatitude '-62.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.02 -62.53, -30.02 -62.53, -30.02 -62.53, -30.02 -62.53, -30.02 -62.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_452'^^xsd:string;
  dwc:observationDate '1998-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.65 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.65"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_130'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_130'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.02'^^xsd:double;
  dwc:endLongitude '-30.02'^^xsd:double;
  dwc:latitude '41.65'^^xsd:double;
  dwc:startLatitude '41.65'^^xsd:double;
  dwc:endLatitude '41.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30.02 41.65, -30.02 41.65, -30.02 41.65, -30.02 41.65, -30.02 41.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_130'^^xsd:string;
  dwc:observationDate '1994-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.27 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.27"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_460'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_460'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '-67.27'^^xsd:double;
  dwc:startLatitude '-67.27'^^xsd:double;
  dwc:endLatitude '-67.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30 -67.27, -30 -67.27, -30 -67.27, -30 -67.27, -30 -67.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_460'^^xsd:string;
  dwc:observationDate '1998-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.02 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.02"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_456'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_456'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '-64.02'^^xsd:double;
  dwc:startLatitude '-64.02'^^xsd:double;
  dwc:endLatitude '-64.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30 -64.02, -30 -64.02, -30 -64.02, -30 -64.02, -30 -64.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_456'^^xsd:string;
  dwc:observationDate '1998-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-60.88 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-60.88"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_451'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_451'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '-60.88'^^xsd:double;
  dwc:startLatitude '-60.88'^^xsd:double;
  dwc:endLatitude '-60.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30 -60.88, -30 -60.88, -30 -60.88, -30 -60.88, -30 -60.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_451'^^xsd:string;
  dwc:observationDate '1998-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.78 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.78"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_106'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_106'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '32.78'^^xsd:double;
  dwc:startLatitude '32.78'^^xsd:double;
  dwc:endLatitude '32.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30 32.78, -30 32.78, -30 32.78, -30 32.78, -30 32.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_106'^^xsd:string;
  dwc:observationDate '1994-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_128'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_128'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '38'^^xsd:integer;
  dwc:startLatitude '38'^^xsd:integer;
  dwc:endLatitude '38'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-30 38, -30 38, -30 38, -30 38, -30 38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_128'^^xsd:string;
  dwc:observationDate '1994-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_70'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_70'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-30 40, -30 40, -30 40, -30 40, -30 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_70'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.25 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.25"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_129'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_129'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '41.25'^^xsd:double;
  dwc:startLatitude '41.25'^^xsd:double;
  dwc:endLatitude '41.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30 41.25, -30 41.25, -30 41.25, -30 41.25, -30 41.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_129'^^xsd:string;
  dwc:observationDate '1994-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.02 -30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.02"^^xsd:decimal ;
  dwc:decimalLongitude "-30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_195'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_195'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-30'^^xsd:integer;
  dwc:startLongitude '-30'^^xsd:integer;
  dwc:endLongitude '-30'^^xsd:integer;
  dwc:latitude '48.02'^^xsd:double;
  dwc:startLatitude '48.02'^^xsd:double;
  dwc:endLatitude '48.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-30 48.02, -30 48.02, -30 48.02, -30 48.02, -30 48.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_195'^^xsd:string;
  dwc:observationDate '1995-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.03 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.03"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_459'^^xsd:string;
  dwc:scientificName 'Balaenoptera musculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_459'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.98'^^xsd:double;
  dwc:endLongitude '-29.98'^^xsd:double;
  dwc:latitude '-67.03'^^xsd:double;
  dwc:startLatitude '-67.03'^^xsd:double;
  dwc:endLatitude '-67.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.98 -67.03, -29.98 -67.03, -29.98 -67.03, -29.98 -67.03, -29.98 -67.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Blue whale" by the provider'^^xsd:string;
  dwc:aphiaid '137090'^^xsd:integer;
  dwc:occurrenceId '64_459'^^xsd:string;
  dwc:observationDate '1998-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_35'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_35'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.98'^^xsd:double;
  dwc:endLongitude '-29.98'^^xsd:double;
  dwc:latitude '47'^^xsd:integer;
  dwc:startLatitude '47'^^xsd:integer;
  dwc:endLatitude '47'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-29.98 47, -29.98 47, -29.98 47, -29.98 47, -29.98 47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_35'^^xsd:string;
  dwc:observationDate '1994-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.81 -29.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.81"^^xsd:decimal ;
  dwc:decimalLongitude "-29.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_474'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_474'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '21'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.86'^^xsd:double;
  dwc:startLongitude '-29.86'^^xsd:double;
  dwc:endLongitude '-29.86'^^xsd:double;
  dwc:latitude '53.81'^^xsd:double;
  dwc:startLatitude '53.81'^^xsd:double;
  dwc:endLatitude '53.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.86 53.81, -29.86 53.81, -29.86 53.81, -29.86 53.81, -29.86 53.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_474'^^xsd:string;
  dwc:observationDate '1998-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.93 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.93"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_42'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_42'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.58'^^xsd:double;
  dwc:endLongitude '-29.58'^^xsd:double;
  dwc:latitude '51.93'^^xsd:double;
  dwc:startLatitude '51.93'^^xsd:double;
  dwc:endLatitude '51.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.58 51.93, -29.58 51.93, -29.58 51.93, -29.58 51.93, -29.58 51.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_42'^^xsd:string;
  dwc:observationDate '1994-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -29.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-29.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_43'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_43'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.3'^^xsd:double;
  dwc:startLongitude '-29.3'^^xsd:double;
  dwc:endLongitude '-29.3'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:startLatitude '53.18'^^xsd:double;
  dwc:endLatitude '53.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.3 53.18, -29.3 53.18, -29.3 53.18, -29.3 53.18, -29.3 53.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_43'^^xsd:string;
  dwc:observationDate '1994-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -29.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-29.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_44'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_44'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.3'^^xsd:double;
  dwc:startLongitude '-29.3'^^xsd:double;
  dwc:endLongitude '-29.3'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:startLatitude '53.18'^^xsd:double;
  dwc:endLatitude '53.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.3 53.18, -29.3 53.18, -29.3 53.18, -29.3 53.18, -29.3 53.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_44'^^xsd:string;
  dwc:observationDate '1994-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -29.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-29.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_131'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_131'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.12'^^xsd:double;
  dwc:startLongitude '-29.12'^^xsd:double;
  dwc:endLongitude '-29.12'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-29.12 48, -29.12 48, -29.12 48, -29.12 48, -29.12 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_131'^^xsd:string;
  dwc:observationDate '1994-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -29.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-29.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_132'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_132'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.12'^^xsd:double;
  dwc:startLongitude '-29.12'^^xsd:double;
  dwc:endLongitude '-29.12'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-29.12 48, -29.12 48, -29.12 48, -29.12 48, -29.12 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_132'^^xsd:string;
  dwc:observationDate '1994-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.07 -29.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.07"^^xsd:decimal ;
  dwc:decimalLongitude "-29.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_870'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_870'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-29.04'^^xsd:double;
  dwc:startLongitude '-29.04'^^xsd:double;
  dwc:endLongitude '-29.04'^^xsd:double;
  dwc:latitude '12.07'^^xsd:double;
  dwc:startLatitude '12.07'^^xsd:double;
  dwc:endLatitude '12.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29.04 12.07, -29.04 12.07, -29.04 12.07, -29.04 12.07, -29.04 12.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_870'^^xsd:string;
  dwc:observationDate '2000-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.75 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.75"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_679'^^xsd:string;
  dwc:scientificName 'Balaenoptera musculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_679'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29'^^xsd:integer;
  dwc:endLongitude '-29'^^xsd:integer;
  dwc:latitude '40.75'^^xsd:double;
  dwc:startLatitude '40.75'^^xsd:double;
  dwc:endLatitude '40.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-29 40.75, -29 40.75, -29 40.75, -29 40.75, -29 40.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Blue whale" by the provider'^^xsd:string;
  dwc:aphiaid '137090'^^xsd:integer;
  dwc:occurrenceId '64_679'^^xsd:string;
  dwc:observationDate '1973-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '137090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.69 -28.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.69"^^xsd:decimal ;
  dwc:decimalLongitude "-28.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_899'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_899'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.7'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-28.91'^^xsd:double;
  dwc:startLongitude '-28.91'^^xsd:double;
  dwc:endLongitude '-28.91'^^xsd:double;
  dwc:latitude '54.69'^^xsd:double;
  dwc:startLatitude '54.69'^^xsd:double;
  dwc:endLatitude '54.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.91 54.69, -28.91 54.69, -28.91 54.69, -28.91 54.69, -28.91 54.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_899'^^xsd:string;
  dwc:observationDate '2001-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.8 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1293'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1293'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62'^^xsd:double;
  dwc:endLongitude '-28.62'^^xsd:double;
  dwc:latitude '-34.8'^^xsd:double;
  dwc:startLatitude '-34.8'^^xsd:double;
  dwc:endLatitude '-34.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.62 -34.8, -28.62 -34.8, -28.62 -34.8, -28.62 -34.8, -28.62 -34.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1293'^^xsd:string;
  dwc:observationDate '2001-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-56.5 -28.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_326'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_326'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:longitude '-28.1'^^xsd:double;
  dwc:startLongitude '-28.1'^^xsd:double;
  dwc:endLongitude '-28.1'^^xsd:double;
  dwc:latitude '-56.5'^^xsd:double;
  dwc:startLatitude '-56.5'^^xsd:double;
  dwc:endLatitude '-56.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-28.1 -56.5, -28.1 -56.5, -28.1 -56.5, -28.1 -56.5, -28.1 -56.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_326'^^xsd:string;
  dwc:observationDate '1997-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.02 -27.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_194'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_194'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.85'^^xsd:double;
  dwc:startLongitude '-27.85'^^xsd:double;
  dwc:endLongitude '-27.85'^^xsd:double;
  dwc:latitude '48.02'^^xsd:double;
  dwc:startLatitude '48.02'^^xsd:double;
  dwc:endLatitude '48.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.85 48.02, -27.85 48.02, -27.85 48.02, -27.85 48.02, -27.85 48.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_194'^^xsd:string;
  dwc:observationDate '1995-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.98 -27.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_121'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_121'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.75'^^xsd:double;
  dwc:startLongitude '-27.75'^^xsd:double;
  dwc:endLongitude '-27.75'^^xsd:double;
  dwc:latitude '47.98'^^xsd:double;
  dwc:startLatitude '47.98'^^xsd:double;
  dwc:endLatitude '47.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.75 47.98, -27.75 47.98, -27.75 47.98, -27.75 47.98, -27.75 47.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_121'^^xsd:string;
  dwc:observationDate '1994-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.87 -27.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.87"^^xsd:decimal ;
  dwc:decimalLongitude "-27.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_36'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_36'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.72'^^xsd:double;
  dwc:startLongitude '-27.72'^^xsd:double;
  dwc:endLongitude '-27.72'^^xsd:double;
  dwc:latitude '47.87'^^xsd:double;
  dwc:startLatitude '47.87'^^xsd:double;
  dwc:endLatitude '47.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.72 47.87, -27.72 47.87, -27.72 47.87, -27.72 47.87, -27.72 47.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_36'^^xsd:string;
  dwc:observationDate '1994-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-57.07 -27.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-57.07"^^xsd:decimal ;
  dwc:decimalLongitude "-27.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_321'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_321'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:longitude '-27.65'^^xsd:double;
  dwc:startLongitude '-27.65'^^xsd:double;
  dwc:endLongitude '-27.65'^^xsd:double;
  dwc:latitude '-57.07'^^xsd:double;
  dwc:startLatitude '-57.07'^^xsd:double;
  dwc:endLatitude '-57.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.65 -57.07, -27.65 -57.07, -27.65 -57.07, -27.65 -57.07, -27.65 -57.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_321'^^xsd:string;
  dwc:observationDate '1997-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -27.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-27.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_71'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_71'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.5'^^xsd:double;
  dwc:startLongitude '-27.5'^^xsd:double;
  dwc:endLongitude '-27.5'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-27.5 40, -27.5 40, -27.5 40, -27.5 40, -27.5 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_71'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.85 -27.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.85"^^xsd:decimal ;
  dwc:decimalLongitude "-27.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_519'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_519'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:longitude '-27.42'^^xsd:double;
  dwc:startLongitude '-27.42'^^xsd:double;
  dwc:endLongitude '-27.42'^^xsd:double;
  dwc:latitude '2.85'^^xsd:double;
  dwc:startLatitude '2.85'^^xsd:double;
  dwc:endLatitude '2.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.42 2.85, -27.42 2.85, -27.42 2.85, -27.42 2.85, -27.42 2.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_519'^^xsd:string;
  dwc:observationDate '1979-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -27.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-27.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_72'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_72'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.3'^^xsd:double;
  dwc:startLongitude '-27.3'^^xsd:double;
  dwc:endLongitude '-27.3'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-27.3 40, -27.3 40, -27.3 40, -27.3 40, -27.3 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_72'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.51 -27.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.51"^^xsd:decimal ;
  dwc:decimalLongitude "-27.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_322'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_322'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.066666666667'^^xsd:double;
  dwc:longitude '-27.29'^^xsd:double;
  dwc:startLongitude '-27.29'^^xsd:double;
  dwc:endLongitude '-27.29'^^xsd:double;
  dwc:latitude '-59.51'^^xsd:double;
  dwc:startLatitude '-59.51'^^xsd:double;
  dwc:endLatitude '-59.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.29 -59.51, -27.29 -59.51, -27.29 -59.51, -27.29 -59.51, -27.29 -59.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_322'^^xsd:string;
  dwc:observationDate '1997-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.72 -27.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.72"^^xsd:decimal ;
  dwc:decimalLongitude "-27.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_469'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_469'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.28'^^xsd:double;
  dwc:startLongitude '-27.28'^^xsd:double;
  dwc:endLongitude '-27.28'^^xsd:double;
  dwc:latitude '-44.72'^^xsd:double;
  dwc:startLatitude '-44.72'^^xsd:double;
  dwc:endLatitude '-44.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.28 -44.72, -27.28 -44.72, -27.28 -44.72, -27.28 -44.72, -27.28 -44.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_469'^^xsd:string;
  dwc:observationDate '1998-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-74.65 -27.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-74.65"^^xsd:decimal ;
  dwc:decimalLongitude "-27.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_461'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_461'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:longitude '-27.22'^^xsd:double;
  dwc:startLongitude '-27.22'^^xsd:double;
  dwc:endLongitude '-27.22'^^xsd:double;
  dwc:latitude '-74.65'^^xsd:double;
  dwc:startLatitude '-74.65'^^xsd:double;
  dwc:endLatitude '-74.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.22 -74.65, -27.22 -74.65, -27.22 -74.65, -27.22 -74.65, -27.22 -74.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_461'^^xsd:string;
  dwc:observationDate '1998-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -27.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-27.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_73'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_73'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.18'^^xsd:double;
  dwc:startLongitude '-27.18'^^xsd:double;
  dwc:endLongitude '-27.18'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-27.18 40, -27.18 40, -27.18 40, -27.18 40, -27.18 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_73'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88 -27.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88"^^xsd:decimal ;
  dwc:decimalLongitude "-27.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_205'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_205'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-27.15'^^xsd:double;
  dwc:startLongitude '-27.15'^^xsd:double;
  dwc:endLongitude '-27.15'^^xsd:double;
  dwc:latitude '54.88'^^xsd:double;
  dwc:startLatitude '54.88'^^xsd:double;
  dwc:endLatitude '54.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.15 54.88, -27.15 54.88, -27.15 54.88, -27.15 54.88, -27.15 54.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_205'^^xsd:string;
  dwc:observationDate '1995-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-59.36 -27.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-59.36"^^xsd:decimal ;
  dwc:decimalLongitude "-27.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_323'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_323'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:longitude '-27.12'^^xsd:double;
  dwc:startLongitude '-27.12'^^xsd:double;
  dwc:endLongitude '-27.12'^^xsd:double;
  dwc:latitude '-59.36'^^xsd:double;
  dwc:startLatitude '-59.36'^^xsd:double;
  dwc:endLatitude '-59.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-27.12 -59.36, -27.12 -59.36, -27.12 -59.36, -27.12 -59.36, -27.12 -59.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_323'^^xsd:string;
  dwc:observationDate '1997-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.72 -26.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.72"^^xsd:decimal ;
  dwc:decimalLongitude "-26.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_225'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_225'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.98'^^xsd:double;
  dwc:startLongitude '-26.98'^^xsd:double;
  dwc:endLongitude '-26.98'^^xsd:double;
  dwc:latitude '37.72'^^xsd:double;
  dwc:startLatitude '37.72'^^xsd:double;
  dwc:endLatitude '37.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.98 37.72, -26.98 37.72, -26.98 37.72, -26.98 37.72, -26.98 37.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_225'^^xsd:string;
  dwc:observationDate '1996-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-44.65 -26.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-26.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_759'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_759'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.86'^^xsd:double;
  dwc:startLongitude '-26.86'^^xsd:double;
  dwc:endLongitude '-26.86'^^xsd:double;
  dwc:latitude '-44.65'^^xsd:double;
  dwc:startLatitude '-44.65'^^xsd:double;
  dwc:endLatitude '-44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.86 -44.65, -26.86 -44.65, -26.86 -44.65, -26.86 -44.65, -26.86 -44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_759'^^xsd:string;
  dwc:observationDate '2000-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-13.42 -26.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-13.42"^^xsd:decimal ;
  dwc:decimalLongitude "-26.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1292'^^xsd:string;
  dwc:scientificName 'Balaenoptera musculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1292'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.8'^^xsd:double;
  dwc:startLongitude '-26.8'^^xsd:double;
  dwc:endLongitude '-26.8'^^xsd:double;
  dwc:latitude '-13.42'^^xsd:double;
  dwc:startLatitude '-13.42'^^xsd:double;
  dwc:endLatitude '-13.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.8 -13.42, -26.8 -13.42, -26.8 -13.42, -26.8 -13.42, -26.8 -13.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Blue Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137090'^^xsd:integer;
  dwc:occurrenceId '64_1292'^^xsd:string;
  dwc:observationDate '2001-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137090'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.95 -26.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.95"^^xsd:decimal ;
  dwc:decimalLongitude "-26.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_236'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_236'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:longitude '-26.78'^^xsd:double;
  dwc:startLongitude '-26.78'^^xsd:double;
  dwc:endLongitude '-26.78'^^xsd:double;
  dwc:latitude '33.95'^^xsd:double;
  dwc:startLatitude '33.95'^^xsd:double;
  dwc:endLatitude '33.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.78 33.95, -26.78 33.95, -26.78 33.95, -26.78 33.95, -26.78 33.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_236'^^xsd:string;
  dwc:observationDate '1996-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.92 -26.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.92"^^xsd:decimal ;
  dwc:decimalLongitude "-26.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_678'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_678'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '-26.75'^^xsd:double;
  dwc:startLongitude '-26.75'^^xsd:double;
  dwc:endLongitude '-26.75'^^xsd:double;
  dwc:latitude '41.92'^^xsd:double;
  dwc:startLatitude '41.92'^^xsd:double;
  dwc:endLatitude '41.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.75 41.92, -26.75 41.92, -26.75 41.92, -26.75 41.92, -26.75 41.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_678'^^xsd:string;
  dwc:observationDate '1973-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -26.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-26.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_74'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_74'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.72'^^xsd:double;
  dwc:startLongitude '-26.72'^^xsd:double;
  dwc:endLongitude '-26.72'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-26.72 40, -26.72 40, -26.72 40, -26.72 40, -26.72 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_74'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.05 -26.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.05"^^xsd:decimal ;
  dwc:decimalLongitude "-26.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_663'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_663'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '14.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.5'^^xsd:double;
  dwc:startLongitude '-26.5'^^xsd:double;
  dwc:endLongitude '-26.5'^^xsd:double;
  dwc:latitude '38.05'^^xsd:double;
  dwc:startLatitude '38.05'^^xsd:double;
  dwc:endLatitude '38.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.5 38.05, -26.5 38.05, -26.5 38.05, -26.5 38.05, -26.5 38.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_663'^^xsd:string;
  dwc:observationDate '1972-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -26.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-26.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_76'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_76'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.43'^^xsd:double;
  dwc:startLongitude '-26.43'^^xsd:double;
  dwc:endLongitude '-26.43'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-26.43 40, -26.43 40, -26.43 40, -26.43 40, -26.43 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_76'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.55 -26.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.55"^^xsd:decimal ;
  dwc:decimalLongitude "-26.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_325'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_325'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '-26.37'^^xsd:double;
  dwc:startLongitude '-26.37'^^xsd:double;
  dwc:endLongitude '-26.37'^^xsd:double;
  dwc:latitude '-58.55'^^xsd:double;
  dwc:startLatitude '-58.55'^^xsd:double;
  dwc:endLatitude '-58.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.37 -58.55, -26.37 -58.55, -26.37 -58.55, -26.37 -58.55, -26.37 -58.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_325'^^xsd:string;
  dwc:observationDate '1997-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -26.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-26.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_112'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_112'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.37'^^xsd:double;
  dwc:startLongitude '-26.37'^^xsd:double;
  dwc:endLongitude '-26.37'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-26.37 48, -26.37 48, -26.37 48, -26.37 48, -26.37 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_112'^^xsd:string;
  dwc:observationDate '1994-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-58.23 -26.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-58.23"^^xsd:decimal ;
  dwc:decimalLongitude "-26.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_324'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_324'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:longitude '-26.34'^^xsd:double;
  dwc:startLongitude '-26.34'^^xsd:double;
  dwc:endLongitude '-26.34'^^xsd:double;
  dwc:latitude '-58.23'^^xsd:double;
  dwc:startLatitude '-58.23'^^xsd:double;
  dwc:endLatitude '-58.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.34 -58.23, -26.34 -58.23, -26.34 -58.23, -26.34 -58.23, -26.34 -58.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_324'^^xsd:string;
  dwc:observationDate '1997-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.9 -26.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.9"^^xsd:decimal ;
  dwc:decimalLongitude "-26.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_896'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_896'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-26.14'^^xsd:double;
  dwc:startLongitude '-26.14'^^xsd:double;
  dwc:endLongitude '-26.14'^^xsd:double;
  dwc:latitude '45.9'^^xsd:double;
  dwc:startLatitude '45.9'^^xsd:double;
  dwc:endLatitude '45.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-26.14 45.9, -26.14 45.9, -26.14 45.9, -26.14 45.9, -26.14 45.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_896'^^xsd:string;
  dwc:observationDate '2001-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -25.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-25.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_77'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_77'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.93'^^xsd:double;
  dwc:startLongitude '-25.93'^^xsd:double;
  dwc:endLongitude '-25.93'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-25.93 40, -25.93 40, -25.93 40, -25.93 40, -25.93 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_77'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.01 -25.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.01"^^xsd:decimal ;
  dwc:decimalLongitude "-25.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1037'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1037'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.88'^^xsd:double;
  dwc:startLongitude '-25.88'^^xsd:double;
  dwc:endLongitude '-25.88'^^xsd:double;
  dwc:latitude '9.01'^^xsd:double;
  dwc:startLatitude '9.01'^^xsd:double;
  dwc:endLatitude '9.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.88 9.01, -25.88 9.01, -25.88 9.01, -25.88 9.01, -25.88 9.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_1037'^^xsd:string;
  dwc:observationDate '2001-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -25.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-25.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_78'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_78'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.8'^^xsd:double;
  dwc:startLongitude '-25.8'^^xsd:double;
  dwc:endLongitude '-25.8'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-25.8 40, -25.8 40, -25.8 40, -25.8 40, -25.8 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_78'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.02 -25.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.02"^^xsd:decimal ;
  dwc:decimalLongitude "-25.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_193'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_193'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.78'^^xsd:double;
  dwc:startLongitude '-25.78'^^xsd:double;
  dwc:endLongitude '-25.78'^^xsd:double;
  dwc:latitude '48.02'^^xsd:double;
  dwc:startLatitude '48.02'^^xsd:double;
  dwc:endLatitude '48.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.78 48.02, -25.78 48.02, -25.78 48.02, -25.78 48.02, -25.78 48.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_193'^^xsd:string;
  dwc:observationDate '1995-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.05 -25.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.05"^^xsd:decimal ;
  dwc:decimalLongitude "-25.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_897'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_897'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.433333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.6'^^xsd:double;
  dwc:startLongitude '-25.6'^^xsd:double;
  dwc:endLongitude '-25.6'^^xsd:double;
  dwc:latitude '46.05'^^xsd:double;
  dwc:startLatitude '46.05'^^xsd:double;
  dwc:endLatitude '46.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.6 46.05, -25.6 46.05, -25.6 46.05, -25.6 46.05, -25.6 46.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_897'^^xsd:string;
  dwc:observationDate '2001-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -25.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.92"^^xsd:decimal ;
  dwc:decimalLongitude "-25.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_209'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_209'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.57'^^xsd:double;
  dwc:startLongitude '-25.57'^^xsd:double;
  dwc:endLongitude '-25.57'^^xsd:double;
  dwc:latitude '51.92'^^xsd:double;
  dwc:startLatitude '51.92'^^xsd:double;
  dwc:endLatitude '51.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.57 51.92, -25.57 51.92, -25.57 51.92, -25.57 51.92, -25.57 51.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_209'^^xsd:string;
  dwc:observationDate '1993-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -25.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-25.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_75'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_75'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.48'^^xsd:double;
  dwc:startLongitude '-25.48'^^xsd:double;
  dwc:endLongitude '-25.48'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-25.48 40, -25.48 40, -25.48 40, -25.48 40, -25.48 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_75'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.7 -25.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.7"^^xsd:decimal ;
  dwc:decimalLongitude "-25.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_662'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_662'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.42'^^xsd:double;
  dwc:startLongitude '-25.42'^^xsd:double;
  dwc:endLongitude '-25.42'^^xsd:double;
  dwc:latitude '37.7'^^xsd:double;
  dwc:startLatitude '37.7'^^xsd:double;
  dwc:endLatitude '37.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-25.42 37.7, -25.42 37.7, -25.42 37.7, -25.42 37.7, -25.42 37.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_662'^^xsd:string;
  dwc:observationDate '1972-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -25.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-25.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/1994__64_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_180'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_180'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.4'^^xsd:double;
  dwc:startLongitude '-25.4'^^xsd:double;
  dwc:endLongitude '-25.4'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-25.4 48, -25.4 48, -25.4 48, -25.4 48, -25.4 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_180'^^xsd:string;
  dwc:observationDate '1995-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -25.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-25.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_113'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_113'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-25.02'^^xsd:double;
  dwc:startLongitude '-25.02'^^xsd:double;
  dwc:endLongitude '-25.02'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-25.02 48, -25.02 48, -25.02 48, -25.02 48, -25.02 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_113'^^xsd:string;
  dwc:observationDate '1994-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -24.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-24.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_179'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_179'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-24.95'^^xsd:double;
  dwc:startLongitude '-24.95'^^xsd:double;
  dwc:endLongitude '-24.95'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-24.95 48, -24.95 48, -24.95 48, -24.95 48, -24.95 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_179'^^xsd:string;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -24.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-24.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_191'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_191'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-24.95'^^xsd:double;
  dwc:startLongitude '-24.95'^^xsd:double;
  dwc:endLongitude '-24.95'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-24.95 48, -24.95 48, -24.95 48, -24.95 48, -24.95 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_191'^^xsd:string;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -24.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-24.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_599'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_599'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-24.7'^^xsd:double;
  dwc:startLongitude '-24.7'^^xsd:double;
  dwc:endLongitude '-24.7'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:startLatitude '48.12'^^xsd:double;
  dwc:endLatitude '48.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.7 48.12, -24.7 48.12, -24.7 48.12, -24.7 48.12, -24.7 48.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_599'^^xsd:string;
  dwc:observationDate '1970-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -24.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-24.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_230'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_230'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:longitude '-24.63'^^xsd:double;
  dwc:startLongitude '-24.63'^^xsd:double;
  dwc:endLongitude '-24.63'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:startLatitude '36.4'^^xsd:double;
  dwc:endLatitude '36.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.63 36.4, -24.63 36.4, -24.63 36.4, -24.63 36.4, -24.63 36.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_230'^^xsd:string;
  dwc:observationDate '1996-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -24.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-24.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_79'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_79'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-24.5'^^xsd:double;
  dwc:startLongitude '-24.5'^^xsd:double;
  dwc:endLongitude '-24.5'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-24.5 40, -24.5 40, -24.5 40, -24.5 40, -24.5 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_79'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.63 -24.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.63"^^xsd:decimal ;
  dwc:decimalLongitude "-24.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_238'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_238'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:longitude '-24.38'^^xsd:double;
  dwc:startLongitude '-24.38'^^xsd:double;
  dwc:endLongitude '-24.38'^^xsd:double;
  dwc:latitude '34.63'^^xsd:double;
  dwc:startLatitude '34.63'^^xsd:double;
  dwc:endLatitude '34.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.38 34.63, -24.38 34.63, -24.38 34.63, -24.38 34.63, -24.38 34.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_238'^^xsd:string;
  dwc:observationDate '1996-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-69.79 -24.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-69.79"^^xsd:decimal ;
  dwc:decimalLongitude "-24.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_752'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_752'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:longitude '-24.32'^^xsd:double;
  dwc:startLongitude '-24.32'^^xsd:double;
  dwc:endLongitude '-24.32'^^xsd:double;
  dwc:latitude '-69.79'^^xsd:double;
  dwc:startLatitude '-69.79'^^xsd:double;
  dwc:endLatitude '-69.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-24.32 -69.79, -24.32 -69.79, -24.32 -69.79, -24.32 -69.79, -24.32 -69.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_752'^^xsd:string;
  dwc:observationDate '2000-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.92 -23.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.92"^^xsd:decimal ;
  dwc:decimalLongitude "-23.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_500'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_500'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-23.5'^^xsd:double;
  dwc:startLongitude '-23.5'^^xsd:double;
  dwc:endLongitude '-23.5'^^xsd:double;
  dwc:latitude '9.92'^^xsd:double;
  dwc:startLatitude '9.92'^^xsd:double;
  dwc:endLatitude '9.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.5 9.92, -23.5 9.92, -23.5 9.92, -23.5 9.92, -23.5 9.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_500'^^xsd:string;
  dwc:observationDate '1978-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2 -23.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2"^^xsd:decimal ;
  dwc:decimalLongitude "-23.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_41'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_41'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-23.28'^^xsd:double;
  dwc:startLongitude '-23.28'^^xsd:double;
  dwc:endLongitude '-23.28'^^xsd:double;
  dwc:latitude '51.2'^^xsd:double;
  dwc:startLatitude '51.2'^^xsd:double;
  dwc:endLatitude '51.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-23.28 51.2, -23.28 51.2, -23.28 51.2, -23.28 51.2, -23.28 51.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_41'^^xsd:string;
  dwc:observationDate '1994-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -23.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-23.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_37'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_37'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-23.07'^^xsd:double;
  dwc:startLongitude '-23.07'^^xsd:double;
  dwc:endLongitude '-23.07'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-23.07 48, -23.07 48, -23.07 48, -23.07 48, -23.07 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_37'^^xsd:string;
  dwc:observationDate '1994-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -22.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-22.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_80'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_80'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-22.38'^^xsd:double;
  dwc:startLongitude '-22.38'^^xsd:double;
  dwc:endLongitude '-22.38'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-22.38 40, -22.38 40, -22.38 40, -22.38 40, -22.38 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_80'^^xsd:string;
  dwc:observationDate '1994-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-73.02 -21.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-73.02"^^xsd:decimal ;
  dwc:decimalLongitude "-21.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_462'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_462'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:longitude '-21.53'^^xsd:double;
  dwc:startLongitude '-21.53'^^xsd:double;
  dwc:endLongitude '-21.53'^^xsd:double;
  dwc:latitude '-73.02'^^xsd:double;
  dwc:startLatitude '-73.02'^^xsd:double;
  dwc:endLatitude '-73.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.53 -73.02, -21.53 -73.02, -21.53 -73.02, -21.53 -73.02, -21.53 -73.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_462'^^xsd:string;
  dwc:observationDate '1998-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -21.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-21.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_81'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_81'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-21.42'^^xsd:double;
  dwc:startLongitude '-21.42'^^xsd:double;
  dwc:endLongitude '-21.42'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-21.42 40, -21.42 40, -21.42 40, -21.42 40, -21.42 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_81'^^xsd:string;
  dwc:observationDate '1994-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.17 -21.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.17"^^xsd:decimal ;
  dwc:decimalLongitude "-21.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_499'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_499'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '-21.4'^^xsd:double;
  dwc:startLongitude '-21.4'^^xsd:double;
  dwc:endLongitude '-21.4'^^xsd:double;
  dwc:latitude '15.17'^^xsd:double;
  dwc:startLatitude '15.17'^^xsd:double;
  dwc:endLatitude '15.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.4 15.17, -21.4 15.17, -21.4 15.17, -21.4 15.17, -21.4 15.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_499'^^xsd:string;
  dwc:observationDate '1978-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.53 -21.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.53"^^xsd:decimal ;
  dwc:decimalLongitude "-21.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_433'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_433'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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 '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-21.35'^^xsd:double;
  dwc:startLongitude '-21.35'^^xsd:double;
  dwc:endLongitude '-21.35'^^xsd:double;
  dwc:latitude '21.53'^^xsd:double;
  dwc:startLatitude '21.53'^^xsd:double;
  dwc:endLatitude '21.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.35 21.53, -21.35 21.53, -21.35 21.53, -21.35 21.53, -21.35 21.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_433'^^xsd:string;
  dwc:observationDate '1997-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -21.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-21.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_82'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_82'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-21.35'^^xsd:double;
  dwc:startLongitude '-21.35'^^xsd:double;
  dwc:endLongitude '-21.35'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-21.35 40, -21.35 40, -21.35 40, -21.35 40, -21.35 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_82'^^xsd:string;
  dwc:observationDate '1994-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.54 -21.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.54"^^xsd:decimal ;
  dwc:decimalLongitude "-21.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_475'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_475'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '17.266666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-21.34'^^xsd:double;
  dwc:startLongitude '-21.34'^^xsd:double;
  dwc:endLongitude '-21.34'^^xsd:double;
  dwc:latitude '56.54'^^xsd:double;
  dwc:startLatitude '56.54'^^xsd:double;
  dwc:endLatitude '56.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.34 56.54, -21.34 56.54, -21.34 56.54, -21.34 56.54, -21.34 56.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_475'^^xsd:string;
  dwc:observationDate '1998-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -21.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-21.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_114'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_114'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-21.3'^^xsd:double;
  dwc:startLongitude '-21.3'^^xsd:double;
  dwc:endLongitude '-21.3'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-21.3 48, -21.3 48, -21.3 48, -21.3 48, -21.3 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_114'^^xsd:string;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -21.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-21.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_476'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_476'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '17.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-21.29'^^xsd:double;
  dwc:startLongitude '-21.29'^^xsd:double;
  dwc:endLongitude '-21.29'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:startLatitude '56.55'^^xsd:double;
  dwc:endLatitude '56.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.29 56.55, -21.29 56.55, -21.29 56.55, -21.29 56.55, -21.29 56.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_476'^^xsd:string;
  dwc:observationDate '1998-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.75 -21.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.75"^^xsd:decimal ;
  dwc:decimalLongitude "-21.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_546'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_546'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-21.1'^^xsd:double;
  dwc:startLongitude '-21.1'^^xsd:double;
  dwc:endLongitude '-21.1'^^xsd:double;
  dwc:latitude '17.75'^^xsd:double;
  dwc:startLatitude '17.75'^^xsd:double;
  dwc:endLatitude '17.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.1 17.75, -21.1 17.75, -21.1 17.75, -21.1 17.75, -21.1 17.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_546'^^xsd:string;
  dwc:observationDate '1980-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.33 -21.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.33"^^xsd:decimal ;
  dwc:decimalLongitude "-21.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_24'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_24'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-21.08'^^xsd:double;
  dwc:startLongitude '-21.08'^^xsd:double;
  dwc:endLongitude '-21.08'^^xsd:double;
  dwc:latitude '40.33'^^xsd:double;
  dwc:startLatitude '40.33'^^xsd:double;
  dwc:endLatitude '40.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-21.08 40.33, -21.08 40.33, -21.08 40.33, -21.08 40.33, -21.08 40.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_24'^^xsd:string;
  dwc:observationDate '1994-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -20.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-20.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_115'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_115'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-20.9'^^xsd:double;
  dwc:startLongitude '-20.9'^^xsd:double;
  dwc:endLongitude '-20.9'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-20.9 48, -20.9 48, -20.9 48, -20.9 48, -20.9 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_115'^^xsd:string;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.35 -20.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.35"^^xsd:decimal ;
  dwc:decimalLongitude "-20.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_847'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_847'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:longitude '-20.78'^^xsd:double;
  dwc:startLongitude '-20.78'^^xsd:double;
  dwc:endLongitude '-20.78'^^xsd:double;
  dwc:latitude '30.35'^^xsd:double;
  dwc:startLatitude '30.35'^^xsd:double;
  dwc:endLatitude '30.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.78 30.35, -20.78 30.35, -20.78 30.35, -20.78 30.35, -20.78 30.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_847'^^xsd:string;
  dwc:observationDate '2001-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.67 -20.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.67"^^xsd:decimal ;
  dwc:decimalLongitude "-20.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_661'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_661'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-20.03'^^xsd:double;
  dwc:startLongitude '-20.03'^^xsd:double;
  dwc:endLongitude '-20.03'^^xsd:double;
  dwc:latitude '41.67'^^xsd:double;
  dwc:startLatitude '41.67'^^xsd:double;
  dwc:endLatitude '41.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20.03 41.67, -20.03 41.67, -20.03 41.67, -20.03 41.67, -20.03 41.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_661'^^xsd:string;
  dwc:observationDate '1972-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.93 -20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.93"^^xsd:decimal ;
  dwc:decimalLongitude "-20"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_105'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_105'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-20'^^xsd:integer;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20'^^xsd:integer;
  dwc:latitude '30.93'^^xsd:double;
  dwc:startLatitude '30.93'^^xsd:double;
  dwc:endLatitude '30.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-20 30.93, -20 30.93, -20 30.93, -20 30.93, -20 30.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_105'^^xsd:string;
  dwc:observationDate '1994-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -20)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-20"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_83'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_83'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-20'^^xsd:integer;
  dwc:startLongitude '-20'^^xsd:integer;
  dwc:endLongitude '-20'^^xsd:integer;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-20 40, -20 40, -20 40, -20 40, -20 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_83'^^xsd:string;
  dwc:observationDate '1994-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -19.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-19.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_133'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_133'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-19.25'^^xsd:double;
  dwc:startLongitude '-19.25'^^xsd:double;
  dwc:endLongitude '-19.25'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-19.25 48, -19.25 48, -19.25 48, -19.25 48, -19.25 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_133'^^xsd:string;
  dwc:observationDate '1994-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.3 -19.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.3"^^xsd:decimal ;
  dwc:decimalLongitude "-19.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_523'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_523'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:longitude '-19.22'^^xsd:double;
  dwc:startLongitude '-19.22'^^xsd:double;
  dwc:endLongitude '-19.22'^^xsd:double;
  dwc:latitude '12.3'^^xsd:double;
  dwc:startLatitude '12.3'^^xsd:double;
  dwc:endLatitude '12.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.22 12.3, -19.22 12.3, -19.22 12.3, -19.22 12.3, -19.22 12.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_523'^^xsd:string;
  dwc:observationDate '1979-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 -19.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "-19.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_660'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_660'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '12.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-19.1'^^xsd:double;
  dwc:startLongitude '-19.1'^^xsd:double;
  dwc:endLongitude '-19.1'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:startLatitude '42'^^xsd:integer;
  dwc:endLatitude '42'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-19.1 42, -19.1 42, -19.1 42, -19.1 42, -19.1 42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_660'^^xsd:string;
  dwc:observationDate '1972-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.65 -19.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.65"^^xsd:decimal ;
  dwc:decimalLongitude "-19.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_869'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_869'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:longitude '-19.09'^^xsd:double;
  dwc:startLongitude '-19.09'^^xsd:double;
  dwc:endLongitude '-19.09'^^xsd:double;
  dwc:latitude '27.65'^^xsd:double;
  dwc:startLatitude '27.65'^^xsd:double;
  dwc:endLatitude '27.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-19.09 27.65, -19.09 27.65, -19.09 27.65, -19.09 27.65, -19.09 27.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_869'^^xsd:string;
  dwc:observationDate '2000-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 -18.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "-18.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_659'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_659'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-18.88'^^xsd:double;
  dwc:startLongitude '-18.88'^^xsd:double;
  dwc:endLongitude '-18.88'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:startLatitude '42.17'^^xsd:double;
  dwc:endLatitude '42.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.88 42.17, -18.88 42.17, -18.88 42.17, -18.88 42.17, -18.88 42.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_659'^^xsd:string;
  dwc:observationDate '1972-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.55 -18.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.55"^^xsd:decimal ;
  dwc:decimalLongitude "-18.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_739'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_739'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:longitude '-18.87'^^xsd:double;
  dwc:startLongitude '-18.87'^^xsd:double;
  dwc:endLongitude '-18.87'^^xsd:double;
  dwc:latitude '25.55'^^xsd:double;
  dwc:startLatitude '25.55'^^xsd:double;
  dwc:endLatitude '25.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.87 25.55, -18.87 25.55, -18.87 25.55, -18.87 25.55, -18.87 25.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_739'^^xsd:string;
  dwc:observationDate '2000-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.04 -18.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.04"^^xsd:decimal ;
  dwc:decimalLongitude "-18.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1036'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1036'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-18.69'^^xsd:double;
  dwc:startLongitude '-18.69'^^xsd:double;
  dwc:endLongitude '-18.69'^^xsd:double;
  dwc:latitude '35.04'^^xsd:double;
  dwc:startLatitude '35.04'^^xsd:double;
  dwc:endLatitude '35.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.69 35.04, -18.69 35.04, -18.69 35.04, -18.69 35.04, -18.69 35.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1036'^^xsd:string;
  dwc:observationDate '2001-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.83 -18.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.83"^^xsd:decimal ;
  dwc:decimalLongitude "-18.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_658'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_658'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-18.6'^^xsd:double;
  dwc:startLongitude '-18.6'^^xsd:double;
  dwc:endLongitude '-18.6'^^xsd:double;
  dwc:latitude '25.83'^^xsd:double;
  dwc:startLatitude '25.83'^^xsd:double;
  dwc:endLatitude '25.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.6 25.83, -18.6 25.83, -18.6 25.83, -18.6 25.83, -18.6 25.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_658'^^xsd:string;
  dwc:observationDate '1973-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.67 -18.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.67"^^xsd:decimal ;
  dwc:decimalLongitude "-18.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1206'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1206'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-18.55'^^xsd:double;
  dwc:startLongitude '-18.55'^^xsd:double;
  dwc:endLongitude '-18.55'^^xsd:double;
  dwc:latitude '39.67'^^xsd:double;
  dwc:startLatitude '39.67'^^xsd:double;
  dwc:endLatitude '39.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.55 39.67, -18.55 39.67, -18.55 39.67, -18.55 39.67, -18.55 39.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1206'^^xsd:string;
  dwc:observationDate '2000-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.37 -18.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.37"^^xsd:decimal ;
  dwc:decimalLongitude "-18.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1035'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1035'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.683333333333'^^xsd:double;
  dwc:longitude '-18.45'^^xsd:double;
  dwc:startLongitude '-18.45'^^xsd:double;
  dwc:endLongitude '-18.45'^^xsd:double;
  dwc:latitude '35.37'^^xsd:double;
  dwc:startLatitude '35.37'^^xsd:double;
  dwc:endLatitude '35.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.45 35.37, -18.45 35.37, -18.45 35.37, -18.45 35.37, -18.45 35.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1035'^^xsd:string;
  dwc:observationDate '2001-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.47 -18.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.47"^^xsd:decimal ;
  dwc:decimalLongitude "-18.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1034'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1034'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:longitude '-18.37'^^xsd:double;
  dwc:startLongitude '-18.37'^^xsd:double;
  dwc:endLongitude '-18.37'^^xsd:double;
  dwc:latitude '35.47'^^xsd:double;
  dwc:startLatitude '35.47'^^xsd:double;
  dwc:endLatitude '35.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.37 35.47, -18.37 35.47, -18.37 35.47, -18.37 35.47, -18.37 35.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_1034'^^xsd:string;
  dwc:observationDate '2001-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4 -18.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4"^^xsd:decimal ;
  dwc:decimalLongitude "-18.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_898'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_898'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-18.21'^^xsd:double;
  dwc:startLongitude '-18.21'^^xsd:double;
  dwc:endLongitude '-18.21'^^xsd:double;
  dwc:latitude '47.4'^^xsd:double;
  dwc:startLatitude '47.4'^^xsd:double;
  dwc:endLatitude '47.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.21 47.4, -18.21 47.4, -18.21 47.4, -18.21 47.4, -18.21 47.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_898'^^xsd:string;
  dwc:observationDate '2001-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -18.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9"^^xsd:decimal ;
  dwc:decimalLongitude "-18.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_239'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_239'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.3'^^xsd:double;
  dwc:longitude '-18.18'^^xsd:double;
  dwc:startLongitude '-18.18'^^xsd:double;
  dwc:endLongitude '-18.18'^^xsd:double;
  dwc:latitude '35.9'^^xsd:double;
  dwc:startLatitude '35.9'^^xsd:double;
  dwc:endLatitude '35.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.18 35.9, -18.18 35.9, -18.18 35.9, -18.18 35.9, -18.18 35.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_239'^^xsd:string;
  dwc:observationDate '1996-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.79 -18.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.79"^^xsd:decimal ;
  dwc:decimalLongitude "-18.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_868'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_868'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:longitude '-18.17'^^xsd:double;
  dwc:startLongitude '-18.17'^^xsd:double;
  dwc:endLongitude '-18.17'^^xsd:double;
  dwc:latitude '28.79'^^xsd:double;
  dwc:startLatitude '28.79'^^xsd:double;
  dwc:endLatitude '28.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.17 28.79, -18.17 28.79, -18.17 28.79, -18.17 28.79, -18.17 28.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_868'^^xsd:string;
  dwc:observationDate '2000-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6 -18.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.6"^^xsd:decimal ;
  dwc:decimalLongitude "-18.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_657'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_657'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-18.12'^^xsd:double;
  dwc:startLongitude '-18.12'^^xsd:double;
  dwc:endLongitude '-18.12'^^xsd:double;
  dwc:latitude '8.6'^^xsd:double;
  dwc:startLatitude '8.6'^^xsd:double;
  dwc:endLatitude '8.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18.12 8.6, -18.12 8.6, -18.12 8.6, -18.12 8.6, -18.12 8.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_657'^^xsd:string;
  dwc:observationDate '1973-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.68 -18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.68"^^xsd:decimal ;
  dwc:decimalLongitude "-18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1180'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1180'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '-18'^^xsd:integer;
  dwc:startLongitude '-18'^^xsd:integer;
  dwc:endLongitude '-18'^^xsd:integer;
  dwc:latitude '18.68'^^xsd:double;
  dwc:startLatitude '18.68'^^xsd:double;
  dwc:endLatitude '18.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-18 18.68, -18 18.68, -18 18.68, -18 18.68, -18 18.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1180'^^xsd:string;
  dwc:observationDate '2000-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.08 -17.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.08"^^xsd:decimal ;
  dwc:decimalLongitude "-17.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1215'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1215'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.75'^^xsd:double;
  dwc:longitude '-17.98'^^xsd:double;
  dwc:startLongitude '-17.98'^^xsd:double;
  dwc:endLongitude '-17.98'^^xsd:double;
  dwc:latitude '14.08'^^xsd:double;
  dwc:startLatitude '14.08'^^xsd:double;
  dwc:endLatitude '14.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.98 14.08, -17.98 14.08, -17.98 14.08, -17.98 14.08, -17.98 14.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1215'^^xsd:string;
  dwc:observationDate '2000-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.29 -17.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.29"^^xsd:decimal ;
  dwc:decimalLongitude "-17.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1094'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1094'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '16.683333333333'^^xsd:double;
  dwc:longitude '-17.89'^^xsd:double;
  dwc:startLongitude '-17.89'^^xsd:double;
  dwc:endLongitude '-17.89'^^xsd:double;
  dwc:latitude '25.29'^^xsd:double;
  dwc:startLatitude '25.29'^^xsd:double;
  dwc:endLatitude '25.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.89 25.29, -17.89 25.29, -17.89 25.29, -17.89 25.29, -17.89 25.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_1094'^^xsd:string;
  dwc:observationDate '2002-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.96 -17.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.96"^^xsd:decimal ;
  dwc:decimalLongitude "-17.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_970'^^xsd:string;
  dwc:scientificName 'Balaenoptera brydei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_970'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:longitude '-17.84'^^xsd:double;
  dwc:startLongitude '-17.84'^^xsd:double;
  dwc:endLongitude '-17.84'^^xsd:double;
  dwc:latitude '18.96'^^xsd:double;
  dwc:startLatitude '18.96'^^xsd:double;
  dwc:endLatitude '18.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.84 18.96, -17.84 18.96, -17.84 18.96, -17.84 18.96, -17.84 18.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bryde\'s Whale" by the provider'^^xsd:string;
  dwc:aphiaid '242603'^^xsd:integer;
  dwc:occurrenceId '64_970'^^xsd:string;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '242603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.81 -17.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.81"^^xsd:decimal ;
  dwc:decimalLongitude "-17.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1095'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1095'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '18.416666666667'^^xsd:double;
  dwc:longitude '-17.83'^^xsd:double;
  dwc:startLongitude '-17.83'^^xsd:double;
  dwc:endLongitude '-17.83'^^xsd:double;
  dwc:latitude '25.81'^^xsd:double;
  dwc:startLatitude '25.81'^^xsd:double;
  dwc:endLatitude '25.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.83 25.81, -17.83 25.81, -17.83 25.81, -17.83 25.81, -17.83 25.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin/Common Dolphi" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1095'^^xsd:string;
  dwc:observationDate '2002-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.32 -17.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.32"^^xsd:decimal ;
  dwc:decimalLongitude "-17.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_612'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_612'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:longitude '-17.82'^^xsd:double;
  dwc:startLongitude '-17.82'^^xsd:double;
  dwc:endLongitude '-17.82'^^xsd:double;
  dwc:latitude '14.32'^^xsd:double;
  dwc:startLatitude '14.32'^^xsd:double;
  dwc:endLatitude '14.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.82 14.32, -17.82 14.32, -17.82 14.32, -17.82 14.32, -17.82 14.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_612'^^xsd:string;
  dwc:observationDate '1970-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.17 -17.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.17"^^xsd:decimal ;
  dwc:decimalLongitude "-17.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_971'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_971'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:longitude '-17.82'^^xsd:double;
  dwc:startLongitude '-17.82'^^xsd:double;
  dwc:endLongitude '-17.82'^^xsd:double;
  dwc:latitude '18.17'^^xsd:double;
  dwc:startLatitude '18.17'^^xsd:double;
  dwc:endLatitude '18.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.82 18.17, -17.82 18.17, -17.82 18.17, -17.82 18.17, -17.82 18.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_971'^^xsd:string;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.5 -17.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_637'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_637'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:longitude '-17.77'^^xsd:double;
  dwc:startLongitude '-17.77'^^xsd:double;
  dwc:endLongitude '-17.77'^^xsd:double;
  dwc:latitude '10.5'^^xsd:double;
  dwc:startLatitude '10.5'^^xsd:double;
  dwc:endLatitude '10.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.77 10.5, -17.77 10.5, -17.77 10.5, -17.77 10.5, -17.77 10.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_637'^^xsd:string;
  dwc:observationDate '1973-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.15 -17.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.15"^^xsd:decimal ;
  dwc:decimalLongitude "-17.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_558'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_558'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '-17.73'^^xsd:double;
  dwc:startLongitude '-17.73'^^xsd:double;
  dwc:endLongitude '-17.73'^^xsd:double;
  dwc:latitude '15.15'^^xsd:double;
  dwc:startLatitude '15.15'^^xsd:double;
  dwc:endLatitude '15.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.73 15.15, -17.73 15.15, -17.73 15.15, -17.73 15.15, -17.73 15.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_558'^^xsd:string;
  dwc:observationDate '1983-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.63 -17.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.63"^^xsd:decimal ;
  dwc:decimalLongitude "-17.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_557'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_557'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:longitude '-17.73'^^xsd:double;
  dwc:startLongitude '-17.73'^^xsd:double;
  dwc:endLongitude '-17.73'^^xsd:double;
  dwc:latitude '19.63'^^xsd:double;
  dwc:startLatitude '19.63'^^xsd:double;
  dwc:endLatitude '19.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.73 19.63, -17.73 19.63, -17.73 19.63, -17.73 19.63, -17.73 19.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_557'^^xsd:string;
  dwc:observationDate '1983-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.75 -17.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.75"^^xsd:decimal ;
  dwc:decimalLongitude "-17.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_556'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_556'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:longitude '-17.73'^^xsd:double;
  dwc:startLongitude '-17.73'^^xsd:double;
  dwc:endLongitude '-17.73'^^xsd:double;
  dwc:latitude '19.75'^^xsd:double;
  dwc:startLatitude '19.75'^^xsd:double;
  dwc:endLatitude '19.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.73 19.75, -17.73 19.75, -17.73 19.75, -17.73 19.75, -17.73 19.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_556'^^xsd:string;
  dwc:observationDate '1983-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.85 -17.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.85"^^xsd:decimal ;
  dwc:decimalLongitude "-17.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_982'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_982'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.616666666667'^^xsd:double;
  dwc:longitude '-17.67'^^xsd:double;
  dwc:startLongitude '-17.67'^^xsd:double;
  dwc:endLongitude '-17.67'^^xsd:double;
  dwc:latitude '12.85'^^xsd:double;
  dwc:startLatitude '12.85'^^xsd:double;
  dwc:endLatitude '12.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.67 12.85, -17.67 12.85, -17.67 12.85, -17.67 12.85, -17.67 12.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_982'^^xsd:string;
  dwc:observationDate '2001-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.67 -17.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.67"^^xsd:decimal ;
  dwc:decimalLongitude "-17.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_673'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_673'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:longitude '-17.67'^^xsd:double;
  dwc:startLongitude '-17.67'^^xsd:double;
  dwc:endLongitude '-17.67'^^xsd:double;
  dwc:latitude '19.67'^^xsd:double;
  dwc:startLatitude '19.67'^^xsd:double;
  dwc:endLatitude '19.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.67 19.67, -17.67 19.67, -17.67 19.67, -17.67 19.67, -17.67 19.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_673'^^xsd:string;
  dwc:observationDate '1972-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.32 -17.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.32"^^xsd:decimal ;
  dwc:decimalLongitude "-17.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_621'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_621'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^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 '8'^^xsd:integer;
  dwc:longitude '-17.67'^^xsd:double;
  dwc:startLongitude '-17.67'^^xsd:double;
  dwc:endLongitude '-17.67'^^xsd:double;
  dwc:latitude '22.32'^^xsd:double;
  dwc:startLatitude '22.32'^^xsd:double;
  dwc:endLatitude '22.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.67 22.32, -17.67 22.32, -17.67 22.32, -17.67 22.32, -17.67 22.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_621'^^xsd:string;
  dwc:observationDate '1973-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.87 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.87"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_638'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_638'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:startLongitude '-17.65'^^xsd:double;
  dwc:endLongitude '-17.65'^^xsd:double;
  dwc:latitude '9.87'^^xsd:double;
  dwc:startLatitude '9.87'^^xsd:double;
  dwc:endLatitude '9.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.65 9.87, -17.65 9.87, -17.65 9.87, -17.65 9.87, -17.65 9.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_638'^^xsd:string;
  dwc:observationDate '1973-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.52 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.52"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1176'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1176'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:startLongitude '-17.65'^^xsd:double;
  dwc:endLongitude '-17.65'^^xsd:double;
  dwc:latitude '10.52'^^xsd:double;
  dwc:startLatitude '10.52'^^xsd:double;
  dwc:endLatitude '10.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.65 10.52, -17.65 10.52, -17.65 10.52, -17.65 10.52, -17.65 10.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1176'^^xsd:string;
  dwc:observationDate '2000-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.62 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.62"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1177'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1177'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:startLongitude '-17.65'^^xsd:double;
  dwc:endLongitude '-17.65'^^xsd:double;
  dwc:latitude '10.62'^^xsd:double;
  dwc:startLatitude '10.62'^^xsd:double;
  dwc:endLatitude '10.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.65 10.62, -17.65 10.62, -17.65 10.62, -17.65 10.62, -17.65 10.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1177'^^xsd:string;
  dwc:observationDate '2000-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.68 -17.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.68"^^xsd:decimal ;
  dwc:decimalLongitude "-17.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1178'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1178'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-17.65'^^xsd:double;
  dwc:startLongitude '-17.65'^^xsd:double;
  dwc:endLongitude '-17.65'^^xsd:double;
  dwc:latitude '10.68'^^xsd:double;
  dwc:startLatitude '10.68'^^xsd:double;
  dwc:endLatitude '10.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.65 10.68, -17.65 10.68, -17.65 10.68, -17.65 10.68, -17.65 10.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1178'^^xsd:string;
  dwc:observationDate '2000-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.78 -17.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.78"^^xsd:decimal ;
  dwc:decimalLongitude "-17.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1179'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1179'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:longitude '-17.63'^^xsd:double;
  dwc:startLongitude '-17.63'^^xsd:double;
  dwc:endLongitude '-17.63'^^xsd:double;
  dwc:latitude '10.78'^^xsd:double;
  dwc:startLatitude '10.78'^^xsd:double;
  dwc:endLatitude '10.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.63 10.78, -17.63 10.78, -17.63 10.78, -17.63 10.78, -17.63 10.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1179'^^xsd:string;
  dwc:observationDate '2000-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.23 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.23"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1281'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1281'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.783333333333'^^xsd:double;
  dwc:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '11.23'^^xsd:double;
  dwc:startLatitude '11.23'^^xsd:double;
  dwc:endLatitude '11.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 11.23, -17.6 11.23, -17.6 11.23, -17.6 11.23, -17.6 11.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_1281'^^xsd:string;
  dwc:observationDate '2000-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.8 -17.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.8"^^xsd:decimal ;
  dwc:decimalLongitude "-17.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_972'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_972'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:longitude '-17.59'^^xsd:double;
  dwc:startLongitude '-17.59'^^xsd:double;
  dwc:endLongitude '-17.59'^^xsd:double;
  dwc:latitude '12.8'^^xsd:double;
  dwc:startLatitude '12.8'^^xsd:double;
  dwc:endLatitude '12.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.59 12.8, -17.59 12.8, -17.59 12.8, -17.59 12.8, -17.59 12.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_972'^^xsd:string;
  dwc:observationDate '2001-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.22 -17.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.22"^^xsd:decimal ;
  dwc:decimalLongitude "-17.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1175'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1175'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:longitude '-17.57'^^xsd:double;
  dwc:startLongitude '-17.57'^^xsd:double;
  dwc:endLongitude '-17.57'^^xsd:double;
  dwc:latitude '10.22'^^xsd:double;
  dwc:startLatitude '10.22'^^xsd:double;
  dwc:endLatitude '10.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.57 10.22, -17.57 10.22, -17.57 10.22, -17.57 10.22, -17.57 10.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1175'^^xsd:string;
  dwc:observationDate '2000-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.68 -17.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.68"^^xsd:decimal ;
  dwc:decimalLongitude "-17.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_578'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_578'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:longitude '-17.57'^^xsd:double;
  dwc:startLongitude '-17.57'^^xsd:double;
  dwc:endLongitude '-17.57'^^xsd:double;
  dwc:latitude '14.68'^^xsd:double;
  dwc:startLatitude '14.68'^^xsd:double;
  dwc:endLatitude '14.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.57 14.68, -17.57 14.68, -17.57 14.68, -17.57 14.68, -17.57 14.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_578'^^xsd:string;
  dwc:observationDate '1972-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.52 -17.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.52"^^xsd:decimal ;
  dwc:decimalLongitude "-17.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_577'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_577'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:longitude '-17.52'^^xsd:double;
  dwc:startLongitude '-17.52'^^xsd:double;
  dwc:endLongitude '-17.52'^^xsd:double;
  dwc:latitude '14.52'^^xsd:double;
  dwc:startLatitude '14.52'^^xsd:double;
  dwc:endLatitude '14.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.52 14.52, -17.52 14.52, -17.52 14.52, -17.52 14.52, -17.52 14.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_577'^^xsd:string;
  dwc:observationDate '1972-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.98 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.98"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1093'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1093'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.066666666667'^^xsd:double;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:startLongitude '-17.5'^^xsd:double;
  dwc:endLongitude '-17.5'^^xsd:double;
  dwc:latitude '10.98'^^xsd:double;
  dwc:startLatitude '10.98'^^xsd:double;
  dwc:endLatitude '10.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5 10.98, -17.5 10.98, -17.5 10.98, -17.5 10.98, -17.5 10.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_1093'^^xsd:string;
  dwc:observationDate '2002-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.75 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.75"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1219'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1219'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:startLongitude '-17.5'^^xsd:double;
  dwc:endLongitude '-17.5'^^xsd:double;
  dwc:latitude '11.75'^^xsd:double;
  dwc:startLatitude '11.75'^^xsd:double;
  dwc:endLatitude '11.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5 11.75, -17.5 11.75, -17.5 11.75, -17.5 11.75, -17.5 11.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1219'^^xsd:string;
  dwc:observationDate '2000-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.31 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.31"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_981'^^xsd:string;
  dwc:scientificName 'Stenella frontalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_981'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:startLongitude '-17.5'^^xsd:double;
  dwc:endLongitude '-17.5'^^xsd:double;
  dwc:latitude '12.31'^^xsd:double;
  dwc:startLatitude '12.31'^^xsd:double;
  dwc:endLatitude '12.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5 12.31, -17.5 12.31, -17.5 12.31, -17.5 12.31, -17.5 12.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137108'^^xsd:integer;
  dwc:occurrenceId '64_981'^^xsd:string;
  dwc:observationDate '2001-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.58 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.58"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_575'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_575'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:startLongitude '-17.5'^^xsd:double;
  dwc:endLongitude '-17.5'^^xsd:double;
  dwc:latitude '13.58'^^xsd:double;
  dwc:startLatitude '13.58'^^xsd:double;
  dwc:endLatitude '13.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5 13.58, -17.5 13.58, -17.5 13.58, -17.5 13.58, -17.5 13.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_575'^^xsd:string;
  dwc:observationDate '1972-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.03 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.03"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_576'^^xsd:string;
  dwc:scientificName 'Hyperoodon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_576'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:startLongitude '-17.5'^^xsd:double;
  dwc:endLongitude '-17.5'^^xsd:double;
  dwc:latitude '14.03'^^xsd:double;
  dwc:startLatitude '14.03'^^xsd:double;
  dwc:endLatitude '14.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5 14.03, -17.5 14.03, -17.5 14.03, -17.5 14.03, -17.5 14.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137033'^^xsd:integer;
  dwc:occurrenceId '64_576'^^xsd:string;
  dwc:observationDate '1972-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_190'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_190'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:startLongitude '-17.5'^^xsd:double;
  dwc:endLongitude '-17.5'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-17.5 48, -17.5 48, -17.5 48, -17.5 48, -17.5 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_190'^^xsd:string;
  dwc:observationDate '1995-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -17.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_178'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_178'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-17.5'^^xsd:double;
  dwc:startLongitude '-17.5'^^xsd:double;
  dwc:endLongitude '-17.5'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-17.5 48, -17.5 48, -17.5 48, -17.5 48, -17.5 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_178'^^xsd:string;
  dwc:observationDate '1995-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -17.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-17.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_84'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_84'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-17.48'^^xsd:double;
  dwc:startLongitude '-17.48'^^xsd:double;
  dwc:endLongitude '-17.48'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-17.48 40, -17.48 40, -17.48 40, -17.48 40, -17.48 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_84'^^xsd:string;
  dwc:observationDate '1994-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.37 -17.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.37"^^xsd:decimal ;
  dwc:decimalLongitude "-17.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_977'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_977'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-17.35'^^xsd:double;
  dwc:startLongitude '-17.35'^^xsd:double;
  dwc:endLongitude '-17.35'^^xsd:double;
  dwc:latitude '11.37'^^xsd:double;
  dwc:startLatitude '11.37'^^xsd:double;
  dwc:endLatitude '11.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.35 11.37, -17.35 11.37, -17.35 11.37, -17.35 11.37, -17.35 11.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_977'^^xsd:string;
  dwc:observationDate '2001-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.77 -17.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.77"^^xsd:decimal ;
  dwc:decimalLongitude "-17.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_980'^^xsd:string;
  dwc:scientificName 'Stenella frontalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_980'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.266666666667'^^xsd:double;
  dwc:longitude '-17.34'^^xsd:double;
  dwc:startLongitude '-17.34'^^xsd:double;
  dwc:endLongitude '-17.34'^^xsd:double;
  dwc:latitude '11.77'^^xsd:double;
  dwc:startLatitude '11.77'^^xsd:double;
  dwc:endLatitude '11.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.34 11.77, -17.34 11.77, -17.34 11.77, -17.34 11.77, -17.34 11.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137108'^^xsd:integer;
  dwc:occurrenceId '64_980'^^xsd:string;
  dwc:observationDate '2001-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.12 -17.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.12"^^xsd:decimal ;
  dwc:decimalLongitude "-17.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_498'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_498'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:longitude '-17.33'^^xsd:double;
  dwc:startLongitude '-17.33'^^xsd:double;
  dwc:endLongitude '-17.33'^^xsd:double;
  dwc:latitude '23.12'^^xsd:double;
  dwc:startLatitude '23.12'^^xsd:double;
  dwc:endLatitude '23.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.33 23.12, -17.33 23.12, -17.33 23.12, -17.33 23.12, -17.33 23.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_498'^^xsd:string;
  dwc:observationDate '1978-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.2 -17.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.2"^^xsd:decimal ;
  dwc:decimalLongitude "-17.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_636'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_636'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^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 '15'^^xsd:integer;
  dwc:longitude '-17.2'^^xsd:double;
  dwc:startLongitude '-17.2'^^xsd:double;
  dwc:endLongitude '-17.2'^^xsd:double;
  dwc:latitude '23.2'^^xsd:double;
  dwc:startLatitude '23.2'^^xsd:double;
  dwc:endLatitude '23.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.2 23.2, -17.2 23.2, -17.2 23.2, -17.2 23.2, -17.2 23.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_636'^^xsd:string;
  dwc:observationDate '1973-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.77 -17.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.77"^^xsd:decimal ;
  dwc:decimalLongitude "-17.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1218'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1218'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:longitude '-17.18'^^xsd:double;
  dwc:startLongitude '-17.18'^^xsd:double;
  dwc:endLongitude '-17.18'^^xsd:double;
  dwc:latitude '10.77'^^xsd:double;
  dwc:startLatitude '10.77'^^xsd:double;
  dwc:endLatitude '10.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.18 10.77, -17.18 10.77, -17.18 10.77, -17.18 10.77, -17.18 10.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1218'^^xsd:string;
  dwc:observationDate '2000-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.67 -17.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.67"^^xsd:decimal ;
  dwc:decimalLongitude "-17.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_574'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_574'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:longitude '-17.17'^^xsd:double;
  dwc:startLongitude '-17.17'^^xsd:double;
  dwc:endLongitude '-17.17'^^xsd:double;
  dwc:latitude '10.67'^^xsd:double;
  dwc:startLatitude '10.67'^^xsd:double;
  dwc:endLatitude '10.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.17 10.67, -17.17 10.67, -17.17 10.67, -17.17 10.67, -17.17 10.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_574'^^xsd:string;
  dwc:observationDate '1972-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.42 -16.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.42"^^xsd:decimal ;
  dwc:decimalLongitude "-16.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_555'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_555'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.416666666667'^^xsd:double;
  dwc:longitude '-16.83'^^xsd:double;
  dwc:startLongitude '-16.83'^^xsd:double;
  dwc:endLongitude '-16.83'^^xsd:double;
  dwc:latitude '23.42'^^xsd:double;
  dwc:startLatitude '23.42'^^xsd:double;
  dwc:endLatitude '23.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.83 23.42, -16.83 23.42, -16.83 23.42, -16.83 23.42, -16.83 23.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_555'^^xsd:string;
  dwc:observationDate '1983-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.23 -16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.23"^^xsd:decimal ;
  dwc:decimalLongitude "-16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1222'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1222'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:longitude '-16.77'^^xsd:double;
  dwc:startLongitude '-16.77'^^xsd:double;
  dwc:endLongitude '-16.77'^^xsd:double;
  dwc:latitude '10.23'^^xsd:double;
  dwc:startLatitude '10.23'^^xsd:double;
  dwc:endLatitude '10.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.77 10.23, -16.77 10.23, -16.77 10.23, -16.77 10.23, -16.77 10.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1222'^^xsd:string;
  dwc:observationDate '2000-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.1 -16.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.1"^^xsd:decimal ;
  dwc:decimalLongitude "-16.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1216'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1216'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:longitude '-16.68'^^xsd:double;
  dwc:startLongitude '-16.68'^^xsd:double;
  dwc:endLongitude '-16.68'^^xsd:double;
  dwc:latitude '10.1'^^xsd:double;
  dwc:startLatitude '10.1'^^xsd:double;
  dwc:endLatitude '10.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.68 10.1, -16.68 10.1, -16.68 10.1, -16.68 10.1, -16.68 10.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1216'^^xsd:string;
  dwc:observationDate '2000-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.38 -16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.38"^^xsd:decimal ;
  dwc:decimalLongitude "-16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_969'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_969'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:longitude '-16.65'^^xsd:double;
  dwc:startLongitude '-16.65'^^xsd:double;
  dwc:endLongitude '-16.65'^^xsd:double;
  dwc:latitude '26.38'^^xsd:double;
  dwc:startLatitude '26.38'^^xsd:double;
  dwc:endLatitude '26.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.65 26.38, -16.65 26.38, -16.65 26.38, -16.65 26.38, -16.65 26.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_969'^^xsd:string;
  dwc:observationDate '2001-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.72 -16.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.72"^^xsd:decimal ;
  dwc:decimalLongitude "-16.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_188'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_188'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-16.63'^^xsd:double;
  dwc:startLongitude '-16.63'^^xsd:double;
  dwc:endLongitude '-16.63'^^xsd:double;
  dwc:latitude '40.72'^^xsd:double;
  dwc:startLatitude '40.72'^^xsd:double;
  dwc:endLatitude '40.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.63 40.72, -16.63 40.72, -16.63 40.72, -16.63 40.72, -16.63 40.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_188'^^xsd:string;
  dwc:observationDate '1995-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.36 -16.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.36"^^xsd:decimal ;
  dwc:decimalLongitude "-16.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_968'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_968'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:longitude '-16.47'^^xsd:double;
  dwc:startLongitude '-16.47'^^xsd:double;
  dwc:endLongitude '-16.47'^^xsd:double;
  dwc:latitude '27.36'^^xsd:double;
  dwc:startLatitude '27.36'^^xsd:double;
  dwc:endLatitude '27.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.47 27.36, -16.47 27.36, -16.47 27.36, -16.47 27.36, -16.47 27.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_968'^^xsd:string;
  dwc:observationDate '2001-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.25 -16.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.25"^^xsd:decimal ;
  dwc:decimalLongitude "-16.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_979'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_979'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-16.43'^^xsd:double;
  dwc:startLongitude '-16.43'^^xsd:double;
  dwc:endLongitude '-16.43'^^xsd:double;
  dwc:latitude '10.25'^^xsd:double;
  dwc:startLatitude '10.25'^^xsd:double;
  dwc:endLatitude '10.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.43 10.25, -16.43 10.25, -16.43 10.25, -16.43 10.25, -16.43 10.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_979'^^xsd:string;
  dwc:observationDate '2001-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.5 -16.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.5"^^xsd:decimal ;
  dwc:decimalLongitude "-16.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1214'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1214'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:longitude '-16.35'^^xsd:double;
  dwc:startLongitude '-16.35'^^xsd:double;
  dwc:endLongitude '-16.35'^^xsd:double;
  dwc:latitude '27.5'^^xsd:double;
  dwc:startLatitude '27.5'^^xsd:double;
  dwc:endLatitude '27.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.35 27.5, -16.35 27.5, -16.35 27.5, -16.35 27.5, -16.35 27.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_1214'^^xsd:string;
  dwc:observationDate '2000-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -16.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-16.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_116'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_116'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-16.32'^^xsd:double;
  dwc:startLongitude '-16.32'^^xsd:double;
  dwc:endLongitude '-16.32'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-16.32 48, -16.32 48, -16.32 48, -16.32 48, -16.32 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_116'^^xsd:string;
  dwc:observationDate '1994-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.67 -16.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.67"^^xsd:decimal ;
  dwc:decimalLongitude "-16.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_614'^^xsd:string;
  dwc:scientificName 'Hyperoodon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_614'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-16.28'^^xsd:double;
  dwc:startLongitude '-16.28'^^xsd:double;
  dwc:endLongitude '-16.28'^^xsd:double;
  dwc:latitude '8.67'^^xsd:double;
  dwc:startLatitude '8.67'^^xsd:double;
  dwc:endLatitude '8.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.28 8.67, -16.28 8.67, -16.28 8.67, -16.28 8.67, -16.28 8.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137033'^^xsd:integer;
  dwc:occurrenceId '64_614'^^xsd:string;
  dwc:observationDate '1972-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.33 -16.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.33"^^xsd:decimal ;
  dwc:decimalLongitude "-16.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_573'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_573'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:longitude '-16.17'^^xsd:double;
  dwc:startLongitude '-16.17'^^xsd:double;
  dwc:endLongitude '-16.17'^^xsd:double;
  dwc:latitude '9.33'^^xsd:double;
  dwc:startLatitude '9.33'^^xsd:double;
  dwc:endLatitude '9.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.17 9.33, -16.17 9.33, -16.17 9.33, -16.17 9.33, -16.17 9.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_573'^^xsd:string;
  dwc:observationDate '1972-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.18 -16.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.18"^^xsd:decimal ;
  dwc:decimalLongitude "-16.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1181'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1181'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-16.12'^^xsd:double;
  dwc:startLongitude '-16.12'^^xsd:double;
  dwc:endLongitude '-16.12'^^xsd:double;
  dwc:latitude '28.18'^^xsd:double;
  dwc:startLatitude '28.18'^^xsd:double;
  dwc:endLatitude '28.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.12 28.18, -16.12 28.18, -16.12 28.18, -16.12 28.18, -16.12 28.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1181'^^xsd:string;
  dwc:observationDate '2000-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.29 -16.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.29"^^xsd:decimal ;
  dwc:decimalLongitude "-16.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1280'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1280'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '-16.08'^^xsd:double;
  dwc:startLongitude '-16.08'^^xsd:double;
  dwc:endLongitude '-16.08'^^xsd:double;
  dwc:latitude '25.29'^^xsd:double;
  dwc:startLatitude '25.29'^^xsd:double;
  dwc:endLatitude '25.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.08 25.29, -16.08 25.29, -16.08 25.29, -16.08 25.29, -16.08 25.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1280'^^xsd:string;
  dwc:observationDate '2000-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.25 -16.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.25"^^xsd:decimal ;
  dwc:decimalLongitude "-16.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_600'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_600'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-16.08'^^xsd:double;
  dwc:startLongitude '-16.08'^^xsd:double;
  dwc:endLongitude '-16.08'^^xsd:double;
  dwc:latitude '49.25'^^xsd:double;
  dwc:startLatitude '49.25'^^xsd:double;
  dwc:endLatitude '49.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.08 49.25, -16.08 49.25, -16.08 49.25, -16.08 49.25, -16.08 49.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_600'^^xsd:string;
  dwc:observationDate '1970-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.22 -16.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.22"^^xsd:decimal ;
  dwc:decimalLongitude "-16.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_210'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_210'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-16.02'^^xsd:double;
  dwc:startLongitude '-16.02'^^xsd:double;
  dwc:endLongitude '-16.02'^^xsd:double;
  dwc:latitude '42.22'^^xsd:double;
  dwc:startLatitude '42.22'^^xsd:double;
  dwc:endLatitude '42.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-16.02 42.22, -16.02 42.22, -16.02 42.22, -16.02 42.22, -16.02 42.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_210'^^xsd:string;
  dwc:observationDate '1993-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.53 -15.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.53"^^xsd:decimal ;
  dwc:decimalLongitude "-15.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_677'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_677'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.92'^^xsd:double;
  dwc:startLongitude '-15.92'^^xsd:double;
  dwc:endLongitude '-15.92'^^xsd:double;
  dwc:latitude '46.53'^^xsd:double;
  dwc:startLatitude '46.53'^^xsd:double;
  dwc:endLatitude '46.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.92 46.53, -15.92 46.53, -15.92 46.53, -15.92 46.53, -15.92 46.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_677'^^xsd:string;
  dwc:observationDate '1973-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.03 -15.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.03"^^xsd:decimal ;
  dwc:decimalLongitude "-15.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_762'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_762'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:longitude '-15.82'^^xsd:double;
  dwc:startLongitude '-15.82'^^xsd:double;
  dwc:endLongitude '-15.82'^^xsd:double;
  dwc:latitude '29.03'^^xsd:double;
  dwc:startLatitude '29.03'^^xsd:double;
  dwc:endLatitude '29.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.82 29.03, -15.82 29.03, -15.82 29.03, -15.82 29.03, -15.82 29.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_762'^^xsd:string;
  dwc:observationDate '2000-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 -15.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "-15.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_233'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_233'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.72'^^xsd:double;
  dwc:startLongitude '-15.72'^^xsd:double;
  dwc:endLongitude '-15.72'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:startLatitude '45.65'^^xsd:double;
  dwc:endLatitude '45.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.72 45.65, -15.72 45.65, -15.72 45.65, -15.72 45.65, -15.72 45.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_233'^^xsd:string;
  dwc:observationDate '1996-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.65 -15.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.65"^^xsd:decimal ;
  dwc:decimalLongitude "-15.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_973'^^xsd:string;
  dwc:scientificName 'Stenella frontalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_973'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.7833333333333'^^xsd:double;
  dwc:longitude '-15.65'^^xsd:double;
  dwc:startLongitude '-15.65'^^xsd:double;
  dwc:endLongitude '-15.65'^^xsd:double;
  dwc:latitude '9.65'^^xsd:double;
  dwc:startLatitude '9.65'^^xsd:double;
  dwc:endLatitude '9.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.65 9.65, -15.65 9.65, -15.65 9.65, -15.65 9.65, -15.65 9.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137108'^^xsd:integer;
  dwc:occurrenceId '64_973'^^xsd:string;
  dwc:observationDate '2001-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.61 -15.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.61"^^xsd:decimal ;
  dwc:decimalLongitude "-15.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_974'^^xsd:string;
  dwc:scientificName 'Stenella frontalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_974'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '-15.58'^^xsd:double;
  dwc:startLongitude '-15.58'^^xsd:double;
  dwc:endLongitude '-15.58'^^xsd:double;
  dwc:latitude '9.61'^^xsd:double;
  dwc:startLatitude '9.61'^^xsd:double;
  dwc:endLatitude '9.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.58 9.61, -15.58 9.61, -15.58 9.61, -15.58 9.61, -15.58 9.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137108'^^xsd:integer;
  dwc:occurrenceId '64_974'^^xsd:string;
  dwc:observationDate '2001-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.5 -15.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.5"^^xsd:decimal ;
  dwc:decimalLongitude "-15.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1217'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1217'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:longitude '-15.57'^^xsd:double;
  dwc:startLongitude '-15.57'^^xsd:double;
  dwc:endLongitude '-15.57'^^xsd:double;
  dwc:latitude '8.5'^^xsd:double;
  dwc:startLatitude '8.5'^^xsd:double;
  dwc:endLatitude '8.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.57 8.5, -15.57 8.5, -15.57 8.5, -15.57 8.5, -15.57 8.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1217'^^xsd:string;
  dwc:observationDate '2000-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -15.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-15.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_85'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_85'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.53'^^xsd:double;
  dwc:startLongitude '-15.53'^^xsd:double;
  dwc:endLongitude '-15.53'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-15.53 40, -15.53 40, -15.53 40, -15.53 40, -15.53 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_85'^^xsd:string;
  dwc:observationDate '1994-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40 -15.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40"^^xsd:decimal ;
  dwc:decimalLongitude "-15.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_224'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_224'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^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.116666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.43'^^xsd:double;
  dwc:startLongitude '-15.43'^^xsd:double;
  dwc:endLongitude '-15.43'^^xsd:double;
  dwc:latitude '40'^^xsd:integer;
  dwc:startLatitude '40'^^xsd:integer;
  dwc:endLatitude '40'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-15.43 40, -15.43 40, -15.43 40, -15.43 40, -15.43 40))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_224'^^xsd:string;
  dwc:observationDate '1996-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.98 -15.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.98"^^xsd:decimal ;
  dwc:decimalLongitude "-15.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_120'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_120'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.25'^^xsd:double;
  dwc:startLongitude '-15.25'^^xsd:double;
  dwc:endLongitude '-15.25'^^xsd:double;
  dwc:latitude '47.98'^^xsd:double;
  dwc:startLatitude '47.98'^^xsd:double;
  dwc:endLatitude '47.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.25 47.98, -15.25 47.98, -15.25 47.98, -15.25 47.98, -15.25 47.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_120'^^xsd:string;
  dwc:observationDate '1994-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_189'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_189'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:startLongitude '-15.2'^^xsd:double;
  dwc:endLongitude '-15.2'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:startLatitude '48.53'^^xsd:double;
  dwc:endLatitude '48.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.2 48.53, -15.2 48.53, -15.2 48.53, -15.2 48.53, -15.2 48.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_189'^^xsd:string;
  dwc:observationDate '1995-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -15.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9"^^xsd:decimal ;
  dwc:decimalLongitude "-15.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_240'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_240'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:longitude '-15.17'^^xsd:double;
  dwc:startLongitude '-15.17'^^xsd:double;
  dwc:endLongitude '-15.17'^^xsd:double;
  dwc:latitude '35.9'^^xsd:double;
  dwc:startLatitude '35.9'^^xsd:double;
  dwc:endLatitude '35.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.17 35.9, -15.17 35.9, -15.17 35.9, -15.17 35.9, -15.17 35.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_240'^^xsd:string;
  dwc:observationDate '1996-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.07 -15.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.07"^^xsd:decimal ;
  dwc:decimalLongitude "-15.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1092'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1092'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.1'^^xsd:double;
  dwc:startLongitude '-15.1'^^xsd:double;
  dwc:endLongitude '-15.1'^^xsd:double;
  dwc:latitude '-4.07'^^xsd:double;
  dwc:startLatitude '-4.07'^^xsd:double;
  dwc:endLatitude '-4.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.1 -4.07, -15.1 -4.07, -15.1 -4.07, -15.1 -4.07, -15.1 -4.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_1092'^^xsd:string;
  dwc:observationDate '2002-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.02 -15.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.02"^^xsd:decimal ;
  dwc:decimalLongitude "-15.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_234'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_234'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-15.07'^^xsd:double;
  dwc:startLongitude '-15.07'^^xsd:double;
  dwc:endLongitude '-15.07'^^xsd:double;
  dwc:latitude '40.02'^^xsd:double;
  dwc:startLatitude '40.02'^^xsd:double;
  dwc:endLatitude '40.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.07 40.02, -15.07 40.02, -15.07 40.02, -15.07 40.02, -15.07 40.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_234'^^xsd:string;
  dwc:observationDate '1996-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.29 -15.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.29"^^xsd:decimal ;
  dwc:decimalLongitude "-15.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_975'^^xsd:string;
  dwc:scientificName 'Stenella frontalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_975'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '-15.01'^^xsd:double;
  dwc:startLongitude '-15.01'^^xsd:double;
  dwc:endLongitude '-15.01'^^xsd:double;
  dwc:latitude '9.29'^^xsd:double;
  dwc:startLatitude '9.29'^^xsd:double;
  dwc:endLatitude '9.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-15.01 9.29, -15.01 9.29, -15.01 9.29, -15.01 9.29, -15.01 9.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137108'^^xsd:integer;
  dwc:occurrenceId '64_975'^^xsd:string;
  dwc:observationDate '2001-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.33 -14.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.33"^^xsd:decimal ;
  dwc:decimalLongitude "-14.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_834'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_834'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-14.98'^^xsd:double;
  dwc:startLongitude '-14.98'^^xsd:double;
  dwc:endLongitude '-14.98'^^xsd:double;
  dwc:latitude '8.33'^^xsd:double;
  dwc:startLatitude '8.33'^^xsd:double;
  dwc:endLatitude '8.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.98 8.33, -14.98 8.33, -14.98 8.33, -14.98 8.33, -14.98 8.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_834'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.63 -14.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_838'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_838'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '-14.97'^^xsd:double;
  dwc:startLongitude '-14.97'^^xsd:double;
  dwc:endLongitude '-14.97'^^xsd:double;
  dwc:latitude '8.63'^^xsd:double;
  dwc:startLatitude '8.63'^^xsd:double;
  dwc:endLatitude '8.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.97 8.63, -14.97 8.63, -14.97 8.63, -14.97 8.63, -14.97 8.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_838'^^xsd:string;
  dwc:observationDate '2000-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.72 -14.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_967'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_967'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:longitude '-14.9'^^xsd:double;
  dwc:startLongitude '-14.9'^^xsd:double;
  dwc:endLongitude '-14.9'^^xsd:double;
  dwc:latitude '31.72'^^xsd:double;
  dwc:startLatitude '31.72'^^xsd:double;
  dwc:endLatitude '31.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.9 31.72, -14.9 31.72, -14.9 31.72, -14.9 31.72, -14.9 31.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_967'^^xsd:string;
  dwc:observationDate '2001-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.58 -14.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.58"^^xsd:decimal ;
  dwc:decimalLongitude "-14.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_832'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_832'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:longitude '-14.78'^^xsd:double;
  dwc:startLongitude '-14.78'^^xsd:double;
  dwc:endLongitude '-14.78'^^xsd:double;
  dwc:latitude '8.58'^^xsd:double;
  dwc:startLatitude '8.58'^^xsd:double;
  dwc:endLatitude '8.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.78 8.58, -14.78 8.58, -14.78 8.58, -14.78 8.58, -14.78 8.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_832'^^xsd:string;
  dwc:observationDate '2000-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.4 -14.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.4"^^xsd:decimal ;
  dwc:decimalLongitude "-14.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_835'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_835'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:longitude '-14.63'^^xsd:double;
  dwc:startLongitude '-14.63'^^xsd:double;
  dwc:endLongitude '-14.63'^^xsd:double;
  dwc:latitude '8.4'^^xsd:double;
  dwc:startLatitude '8.4'^^xsd:double;
  dwc:endLatitude '8.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.63 8.4, -14.63 8.4, -14.63 8.4, -14.63 8.4, -14.63 8.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_835'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.62 -14.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.62"^^xsd:decimal ;
  dwc:decimalLongitude "-14.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_40'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_40'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-14.63'^^xsd:double;
  dwc:startLongitude '-14.63'^^xsd:double;
  dwc:endLongitude '-14.63'^^xsd:double;
  dwc:latitude '49.62'^^xsd:double;
  dwc:startLatitude '49.62'^^xsd:double;
  dwc:endLatitude '49.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.63 49.62, -14.63 49.62, -14.63 49.62, -14.63 49.62, -14.63 49.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_40'^^xsd:string;
  dwc:observationDate '1994-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.6 -14.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_837'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_837'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:longitude '-14.6'^^xsd:double;
  dwc:startLongitude '-14.6'^^xsd:double;
  dwc:endLongitude '-14.6'^^xsd:double;
  dwc:latitude '8.6'^^xsd:double;
  dwc:startLatitude '8.6'^^xsd:double;
  dwc:endLatitude '8.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.6 8.6, -14.6 8.6, -14.6 8.6, -14.6 8.6, -14.6 8.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_837'^^xsd:string;
  dwc:observationDate '2000-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.57 -14.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.57"^^xsd:decimal ;
  dwc:decimalLongitude "-14.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_836'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_836'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:longitude '-14.57'^^xsd:double;
  dwc:startLongitude '-14.57'^^xsd:double;
  dwc:endLongitude '-14.57'^^xsd:double;
  dwc:latitude '8.57'^^xsd:double;
  dwc:startLatitude '8.57'^^xsd:double;
  dwc:endLatitude '8.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.57 8.57, -14.57 8.57, -14.57 8.57, -14.57 8.57, -14.57 8.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_836'^^xsd:string;
  dwc:observationDate '2000-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.52 -14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.52"^^xsd:decimal ;
  dwc:decimalLongitude "-14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_833'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_833'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '-14.5'^^xsd:double;
  dwc:startLongitude '-14.5'^^xsd:double;
  dwc:endLongitude '-14.5'^^xsd:double;
  dwc:latitude '8.52'^^xsd:double;
  dwc:startLatitude '8.52'^^xsd:double;
  dwc:endLatitude '8.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.5 8.52, -14.5 8.52, -14.5 8.52, -14.5 8.52, -14.5 8.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_833'^^xsd:string;
  dwc:observationDate '2000-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.45 -14.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.45"^^xsd:decimal ;
  dwc:decimalLongitude "-14.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1221'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1221'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-14.42'^^xsd:double;
  dwc:startLongitude '-14.42'^^xsd:double;
  dwc:endLongitude '-14.42'^^xsd:double;
  dwc:latitude '2.45'^^xsd:double;
  dwc:startLatitude '2.45'^^xsd:double;
  dwc:endLatitude '2.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.42 2.45, -14.42 2.45, -14.42 2.45, -14.42 2.45, -14.42 2.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1221'^^xsd:string;
  dwc:observationDate '2000-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.82 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.82"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_966'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_966'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:startLongitude '-14.35'^^xsd:double;
  dwc:endLongitude '-14.35'^^xsd:double;
  dwc:latitude '33.82'^^xsd:double;
  dwc:startLatitude '33.82'^^xsd:double;
  dwc:endLatitude '33.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.35 33.82, -14.35 33.82, -14.35 33.82, -14.35 33.82, -14.35 33.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_966'^^xsd:string;
  dwc:observationDate '2001-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.84 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.84"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_965'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_965'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:startLongitude '-14.35'^^xsd:double;
  dwc:endLongitude '-14.35'^^xsd:double;
  dwc:latitude '33.84'^^xsd:double;
  dwc:startLatitude '33.84'^^xsd:double;
  dwc:endLatitude '33.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.35 33.84, -14.35 33.84, -14.35 33.84, -14.35 33.84, -14.35 33.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_965'^^xsd:string;
  dwc:observationDate '2001-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.06 -14.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.06"^^xsd:decimal ;
  dwc:decimalLongitude "-14.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_572'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_572'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.066666666667'^^xsd:double;
  dwc:longitude '-14.34'^^xsd:double;
  dwc:startLongitude '-14.34'^^xsd:double;
  dwc:endLongitude '-14.34'^^xsd:double;
  dwc:latitude '8.06'^^xsd:double;
  dwc:startLatitude '8.06'^^xsd:double;
  dwc:endLatitude '8.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.34 8.06, -14.34 8.06, -14.34 8.06, -14.34 8.06, -14.34 8.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_572'^^xsd:string;
  dwc:observationDate '1972-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.08 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.08"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_620'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_620'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:startLongitude '-14.33'^^xsd:double;
  dwc:endLongitude '-14.33'^^xsd:double;
  dwc:latitude '8.08'^^xsd:double;
  dwc:startLatitude '8.08'^^xsd:double;
  dwc:endLatitude '8.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.33 8.08, -14.33 8.08, -14.33 8.08, -14.33 8.08, -14.33 8.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_620'^^xsd:string;
  dwc:observationDate '1973-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 -14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_206'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_206'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-14.17'^^xsd:double;
  dwc:startLongitude '-14.17'^^xsd:double;
  dwc:endLongitude '-14.17'^^xsd:double;
  dwc:latitude '55.8'^^xsd:double;
  dwc:startLatitude '55.8'^^xsd:double;
  dwc:endLatitude '55.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.17 55.8, -14.17 55.8, -14.17 55.8, -14.17 55.8, -14.17 55.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_206'^^xsd:string;
  dwc:observationDate '1995-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.73 -14.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_497'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_497'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.083333333333'^^xsd:double;
  dwc:longitude '-14.05'^^xsd:double;
  dwc:startLongitude '-14.05'^^xsd:double;
  dwc:endLongitude '-14.05'^^xsd:double;
  dwc:latitude '27.73'^^xsd:double;
  dwc:startLatitude '27.73'^^xsd:double;
  dwc:endLatitude '27.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.05 27.73, -14.05 27.73, -14.05 27.73, -14.05 27.73, -14.05 27.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_497'^^xsd:string;
  dwc:observationDate '1978-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.07 -14.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.07"^^xsd:decimal ;
  dwc:decimalLongitude "-14.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1096'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1096'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '7.7833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-14.01'^^xsd:double;
  dwc:startLongitude '-14.01'^^xsd:double;
  dwc:endLongitude '-14.01'^^xsd:double;
  dwc:latitude '36.07'^^xsd:double;
  dwc:startLatitude '36.07'^^xsd:double;
  dwc:endLatitude '36.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-14.01 36.07, -14.01 36.07, -14.01 36.07, -14.01 36.07, -14.01 36.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1096'^^xsd:string;
  dwc:observationDate '2002-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.67 -13.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.67"^^xsd:decimal ;
  dwc:decimalLongitude "-13.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_611'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_611'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^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 '12.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-13.87'^^xsd:double;
  dwc:startLongitude '-13.87'^^xsd:double;
  dwc:endLongitude '-13.87'^^xsd:double;
  dwc:latitude '2.67'^^xsd:double;
  dwc:startLatitude '2.67'^^xsd:double;
  dwc:endLatitude '2.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.87 2.67, -13.87 2.67, -13.87 2.67, -13.87 2.67, -13.87 2.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_611'^^xsd:string;
  dwc:observationDate '1970-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.92 -13.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.92"^^xsd:decimal ;
  dwc:decimalLongitude "-13.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_496'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_496'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:longitude '-13.87'^^xsd:double;
  dwc:startLongitude '-13.87'^^xsd:double;
  dwc:endLongitude '-13.87'^^xsd:double;
  dwc:latitude '27.92'^^xsd:double;
  dwc:startLatitude '27.92'^^xsd:double;
  dwc:endLatitude '27.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.87 27.92, -13.87 27.92, -13.87 27.92, -13.87 27.92, -13.87 27.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_496'^^xsd:string;
  dwc:observationDate '1978-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.5 -13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.5"^^xsd:decimal ;
  dwc:decimalLongitude "-13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1282'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1282'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:longitude '-13.75'^^xsd:double;
  dwc:startLongitude '-13.75'^^xsd:double;
  dwc:endLongitude '-13.75'^^xsd:double;
  dwc:latitude '8.5'^^xsd:double;
  dwc:startLatitude '8.5'^^xsd:double;
  dwc:endLatitude '8.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.75 8.5, -13.75 8.5, -13.75 8.5, -13.75 8.5, -13.75 8.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_1282'^^xsd:string;
  dwc:observationDate '2000-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -13.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-13.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1097'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1097'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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.283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-13.71'^^xsd:double;
  dwc:startLongitude '-13.71'^^xsd:double;
  dwc:endLongitude '-13.71'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:startLatitude '36.5'^^xsd:double;
  dwc:endLatitude '36.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.71 36.5, -13.71 36.5, -13.71 36.5, -13.71 36.5, -13.71 36.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_1097'^^xsd:string;
  dwc:observationDate '2002-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 -13.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "-13.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_11'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_11'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-13.69'^^xsd:double;
  dwc:startLongitude '-13.69'^^xsd:double;
  dwc:endLongitude '-13.69'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:startLatitude '44.48'^^xsd:double;
  dwc:endLatitude '44.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.69 44.48, -13.69 44.48, -13.69 44.48, -13.69 44.48, -13.69 44.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_11'^^xsd:string;
  dwc:observationDate '1989-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -13.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-13.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_712'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_712'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '-13.67'^^xsd:double;
  dwc:startLongitude '-13.67'^^xsd:double;
  dwc:endLongitude '-13.67'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.4'^^xsd:double;
  dwc:endLatitude '34.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.67 34.4, -13.67 34.4, -13.67 34.4, -13.67 34.4, -13.67 34.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_712'^^xsd:string;
  dwc:observationDate '1974-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.33 -13.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.33"^^xsd:decimal ;
  dwc:decimalLongitude "-13.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_976'^^xsd:string;
  dwc:scientificName 'Stenella clymene'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_976'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:longitude '-13.65'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.65'^^xsd:double;
  dwc:latitude '8.33'^^xsd:double;
  dwc:startLatitude '8.33'^^xsd:double;
  dwc:endLatitude '8.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.65 8.33, -13.65 8.33, -13.65 8.33, -13.65 8.33, -13.65 8.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137106'^^xsd:integer;
  dwc:occurrenceId '64_976'^^xsd:string;
  dwc:observationDate '2001-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.59 -13.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.59"^^xsd:decimal ;
  dwc:decimalLongitude "-13.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_978'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_978'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:longitude '-13.63'^^xsd:double;
  dwc:startLongitude '-13.63'^^xsd:double;
  dwc:endLongitude '-13.63'^^xsd:double;
  dwc:latitude '8.59'^^xsd:double;
  dwc:startLatitude '8.59'^^xsd:double;
  dwc:endLatitude '8.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.63 8.59, -13.63 8.59, -13.63 8.59, -13.63 8.59, -13.63 8.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_978'^^xsd:string;
  dwc:observationDate '2001-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.25 -13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.25"^^xsd:decimal ;
  dwc:decimalLongitude "-13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_831'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_831'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:longitude '-13.5'^^xsd:double;
  dwc:startLongitude '-13.5'^^xsd:double;
  dwc:endLongitude '-13.5'^^xsd:double;
  dwc:latitude '34.25'^^xsd:double;
  dwc:startLatitude '34.25'^^xsd:double;
  dwc:endLatitude '34.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.5 34.25, -13.5 34.25, -13.5 34.25, -13.5 34.25, -13.5 34.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_831'^^xsd:string;
  dwc:observationDate '2000-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -13.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-13.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_738'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_738'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-13.43'^^xsd:double;
  dwc:startLongitude '-13.43'^^xsd:double;
  dwc:endLongitude '-13.43'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.43 36.72, -13.43 36.72, -13.43 36.72, -13.43 36.72, -13.43 36.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_738'^^xsd:string;
  dwc:observationDate '2000-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.13 -13.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.13"^^xsd:decimal ;
  dwc:decimalLongitude "-13.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1220'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_1220'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:longitude '-13.42'^^xsd:double;
  dwc:startLongitude '-13.42'^^xsd:double;
  dwc:endLongitude '-13.42'^^xsd:double;
  dwc:latitude '7.13'^^xsd:double;
  dwc:startLatitude '7.13'^^xsd:double;
  dwc:endLatitude '7.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.42 7.13, -13.42 7.13, -13.42 7.13, -13.42 7.13, -13.42 7.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1220'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -13.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.13"^^xsd:decimal ;
  dwc:decimalLongitude "-13.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_554'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_554'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:longitude '-13.28'^^xsd:double;
  dwc:startLongitude '-13.28'^^xsd:double;
  dwc:endLongitude '-13.28'^^xsd:double;
  dwc:latitude '28.13'^^xsd:double;
  dwc:startLatitude '28.13'^^xsd:double;
  dwc:endLatitude '28.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.28 28.13, -13.28 28.13, -13.28 28.13, -13.28 28.13, -13.28 28.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_554'^^xsd:string;
  dwc:observationDate '1983-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.82"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_207'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_207'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:startLongitude '-13.25'^^xsd:double;
  dwc:endLongitude '-13.25'^^xsd:double;
  dwc:latitude '55.82'^^xsd:double;
  dwc:startLatitude '55.82'^^xsd:double;
  dwc:endLatitude '55.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.25 55.82, -13.25 55.82, -13.25 55.82, -13.25 55.82, -13.25 55.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_207'^^xsd:string;
  dwc:observationDate '1995-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.5 -13.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.5"^^xsd:decimal ;
  dwc:decimalLongitude "-13.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_830'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_830'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:longitude '-13.2'^^xsd:double;
  dwc:startLongitude '-13.2'^^xsd:double;
  dwc:endLongitude '-13.2'^^xsd:double;
  dwc:latitude '34.5'^^xsd:double;
  dwc:startLatitude '34.5'^^xsd:double;
  dwc:endLatitude '34.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.2 34.5, -13.2 34.5, -13.2 34.5, -13.2 34.5, -13.2 34.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_830'^^xsd:string;
  dwc:observationDate '2000-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.13 -13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.13"^^xsd:decimal ;
  dwc:decimalLongitude "-13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_829'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_829'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '-13.05'^^xsd:double;
  dwc:startLongitude '-13.05'^^xsd:double;
  dwc:endLongitude '-13.05'^^xsd:double;
  dwc:latitude '35.13'^^xsd:double;
  dwc:startLatitude '35.13'^^xsd:double;
  dwc:endLatitude '35.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.05 35.13, -13.05 35.13, -13.05 35.13, -13.05 35.13, -13.05 35.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_829'^^xsd:string;
  dwc:observationDate '2000-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.1 -13.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.1"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_522'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_522'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:longitude '-13.03'^^xsd:double;
  dwc:startLongitude '-13.03'^^xsd:double;
  dwc:endLongitude '-13.03'^^xsd:double;
  dwc:latitude '29.1'^^xsd:double;
  dwc:startLatitude '29.1'^^xsd:double;
  dwc:endLatitude '29.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.03 29.1, -13.03 29.1, -13.03 29.1, -13.03 29.1, -13.03 29.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_522'^^xsd:string;
  dwc:observationDate '1979-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.13 -13.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.13"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1213'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1213'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.783333333333'^^xsd:double;
  dwc:longitude '-13.03'^^xsd:double;
  dwc:startLongitude '-13.03'^^xsd:double;
  dwc:endLongitude '-13.03'^^xsd:double;
  dwc:latitude '35.13'^^xsd:double;
  dwc:startLatitude '35.13'^^xsd:double;
  dwc:endLatitude '35.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.03 35.13, -13.03 35.13, -13.03 35.13, -13.03 35.13, -13.03 35.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1213'^^xsd:string;
  dwc:observationDate '2000-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.83 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.83"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_613'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_613'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:startLongitude '-12.92'^^xsd:double;
  dwc:endLongitude '-12.92'^^xsd:double;
  dwc:latitude '0.83'^^xsd:double;
  dwc:startLatitude '0.83'^^xsd:double;
  dwc:endLatitude '0.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.92 0.83, -12.92 0.83, -12.92 0.83, -12.92 0.83, -12.92 0.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_613'^^xsd:string;
  dwc:observationDate '1972-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.2 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.2"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_964'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_964'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.666666666667'^^xsd:double;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:startLongitude '-12.9'^^xsd:double;
  dwc:endLongitude '-12.9'^^xsd:double;
  dwc:latitude '36.2'^^xsd:double;
  dwc:startLatitude '36.2'^^xsd:double;
  dwc:endLatitude '36.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.9 36.2, -12.9 36.2, -12.9 36.2, -12.9 36.2, -12.9 36.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_964'^^xsd:string;
  dwc:observationDate '2001-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-71.58 -12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-71.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_463'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_463'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:longitude '-12.87'^^xsd:double;
  dwc:startLongitude '-12.87'^^xsd:double;
  dwc:endLongitude '-12.87'^^xsd:double;
  dwc:latitude '-71.58'^^xsd:double;
  dwc:startLatitude '-71.58'^^xsd:double;
  dwc:endLatitude '-71.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.87 -71.58, -12.87 -71.58, -12.87 -71.58, -12.87 -71.58, -12.87 -71.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_463'^^xsd:string;
  dwc:observationDate '1998-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32 -12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.32"^^xsd:decimal ;
  dwc:decimalLongitude "-12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_963'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_963'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:longitude '-12.85'^^xsd:double;
  dwc:startLongitude '-12.85'^^xsd:double;
  dwc:endLongitude '-12.85'^^xsd:double;
  dwc:latitude '36.32'^^xsd:double;
  dwc:startLatitude '36.32'^^xsd:double;
  dwc:endLatitude '36.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.85 36.32, -12.85 36.32, -12.85 36.32, -12.85 36.32, -12.85 36.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_963'^^xsd:string;
  dwc:observationDate '2001-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_713'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_713'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:startLongitude '-12.77'^^xsd:double;
  dwc:endLongitude '-12.77'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:startLatitude '36.58'^^xsd:double;
  dwc:endLatitude '36.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.77 36.58, -12.77 36.58, -12.77 36.58, -12.77 36.58, -12.77 36.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_713'^^xsd:string;
  dwc:observationDate '1974-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98 -12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.98"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1212'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1212'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:longitude '-12.7'^^xsd:double;
  dwc:startLongitude '-12.7'^^xsd:double;
  dwc:endLongitude '-12.7'^^xsd:double;
  dwc:latitude '35.98'^^xsd:double;
  dwc:startLatitude '35.98'^^xsd:double;
  dwc:endLatitude '35.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.7 35.98, -12.7 35.98, -12.7 35.98, -12.7 35.98, -12.7 35.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1212'^^xsd:string;
  dwc:observationDate '2000-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.08 -12.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.08"^^xsd:decimal ;
  dwc:decimalLongitude "-12.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1134'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1134'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:longitude '-12.62'^^xsd:double;
  dwc:startLongitude '-12.62'^^xsd:double;
  dwc:endLongitude '-12.62'^^xsd:double;
  dwc:latitude '37.08'^^xsd:double;
  dwc:startLatitude '37.08'^^xsd:double;
  dwc:endLatitude '37.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.62 37.08, -12.62 37.08, -12.62 37.08, -12.62 37.08, -12.62 37.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1134'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7 -12.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7"^^xsd:decimal ;
  dwc:decimalLongitude "-12.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_86'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_86'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-12.42'^^xsd:double;
  dwc:startLongitude '-12.42'^^xsd:double;
  dwc:endLongitude '-12.42'^^xsd:double;
  dwc:latitude '38.7'^^xsd:double;
  dwc:startLatitude '38.7'^^xsd:double;
  dwc:endLatitude '38.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.42 38.7, -12.42 38.7, -12.42 38.7, -12.42 38.7, -12.42 38.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_86'^^xsd:string;
  dwc:observationDate '1994-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_828'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_828'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-12.4'^^xsd:double;
  dwc:startLongitude '-12.4'^^xsd:double;
  dwc:endLongitude '-12.4'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:startLatitude '36.33'^^xsd:double;
  dwc:endLatitude '36.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.4 36.33, -12.4 36.33, -12.4 36.33, -12.4 36.33, -12.4 36.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_828'^^xsd:string;
  dwc:observationDate '2000-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.05 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1167'^^xsd:string;
  dwc:scientificName 'Hyperoodon planifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1167'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:startLongitude '-12.28'^^xsd:double;
  dwc:endLongitude '-12.28'^^xsd:double;
  dwc:latitude '-37.05'^^xsd:double;
  dwc:startLatitude '-37.05'^^xsd:double;
  dwc:endLatitude '-37.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.28 -37.05, -12.28 -37.05, -12.28 -37.05, -12.28 -37.05, -12.28 -37.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Southern Bottlenose Whale" by the provider'^^xsd:string;
  dwc:aphiaid '343900'^^xsd:integer;
  dwc:occurrenceId '64_1167'^^xsd:string;
  dwc:observationDate '1999-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '343900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-37.01 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-37.01"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_269'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_269'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:startLongitude '-12.28'^^xsd:double;
  dwc:endLongitude '-12.28'^^xsd:double;
  dwc:latitude '-37.01'^^xsd:double;
  dwc:startLatitude '-37.01'^^xsd:double;
  dwc:endLatitude '-37.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.28 -37.01, -12.28 -37.01, -12.28 -37.01, -12.28 -37.01, -12.28 -37.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_269'^^xsd:string;
  dwc:observationDate '1996-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_39'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_39'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:startLongitude '-12.28'^^xsd:double;
  dwc:endLongitude '-12.28'^^xsd:double;
  dwc:latitude '49.67'^^xsd:double;
  dwc:startLatitude '49.67'^^xsd:double;
  dwc:endLatitude '49.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.28 49.67, -12.28 49.67, -12.28 49.67, -12.28 49.67, -12.28 49.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_39'^^xsd:string;
  dwc:observationDate '1994-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_38'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_38'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:startLongitude '-12.28'^^xsd:double;
  dwc:endLongitude '-12.28'^^xsd:double;
  dwc:latitude '49.67'^^xsd:double;
  dwc:startLatitude '49.67'^^xsd:double;
  dwc:endLatitude '49.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.28 49.67, -12.28 49.67, -12.28 49.67, -12.28 49.67, -12.28 49.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_38'^^xsd:string;
  dwc:observationDate '1994-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.58 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_87'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_87'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:startLongitude '-12.2'^^xsd:double;
  dwc:endLongitude '-12.2'^^xsd:double;
  dwc:latitude '38.58'^^xsd:double;
  dwc:startLatitude '38.58'^^xsd:double;
  dwc:endLatitude '38.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.2 38.58, -12.2 38.58, -12.2 38.58, -12.2 38.58, -12.2 38.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_87'^^xsd:string;
  dwc:observationDate '1994-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1 -12.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1"^^xsd:decimal ;
  dwc:decimalLongitude "-12.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_670'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_670'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^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 '13.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-12.17'^^xsd:double;
  dwc:startLongitude '-12.17'^^xsd:double;
  dwc:endLongitude '-12.17'^^xsd:double;
  dwc:latitude '-1'^^xsd:integer;
  dwc:startLatitude '-1'^^xsd:integer;
  dwc:endLatitude '-1'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-12.17 -1, -12.17 -1, -12.17 -1, -12.17 -1, -12.17 -1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_670'^^xsd:string;
  dwc:observationDate '1972-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.55 -12.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_223'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_223'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '-12.12'^^xsd:double;
  dwc:startLongitude '-12.12'^^xsd:double;
  dwc:endLongitude '-12.12'^^xsd:double;
  dwc:latitude '38.55'^^xsd:double;
  dwc:startLatitude '38.55'^^xsd:double;
  dwc:endLatitude '38.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-12.12 38.55, -12.12 38.55, -12.12 38.55, -12.12 38.55, -12.12 38.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_223'^^xsd:string;
  dwc:observationDate '1996-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.12 -11.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.12"^^xsd:decimal ;
  dwc:decimalLongitude "-11.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_134'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_134'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-11.97'^^xsd:double;
  dwc:startLongitude '-11.97'^^xsd:double;
  dwc:endLongitude '-11.97'^^xsd:double;
  dwc:latitude '49.12'^^xsd:double;
  dwc:startLatitude '49.12'^^xsd:double;
  dwc:endLatitude '49.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.97 49.12, -11.97 49.12, -11.97 49.12, -11.97 49.12, -11.97 49.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_134'^^xsd:string;
  dwc:observationDate '1994-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35 -11.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35"^^xsd:decimal ;
  dwc:decimalLongitude "-11.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1108'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_1108'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.933333333333'^^xsd:double;
  dwc:longitude '-11.81'^^xsd:double;
  dwc:startLongitude '-11.81'^^xsd:double;
  dwc:endLongitude '-11.81'^^xsd:double;
  dwc:latitude '38.35'^^xsd:double;
  dwc:startLatitude '38.35'^^xsd:double;
  dwc:endLatitude '38.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.81 38.35, -11.81 38.35, -11.81 38.35, -11.81 38.35, -11.81 38.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1108'^^xsd:string;
  dwc:observationDate '2002-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.42 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.42"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_215'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_215'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.583333333333'^^xsd:double;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:startLongitude '-11.8'^^xsd:double;
  dwc:endLongitude '-11.8'^^xsd:double;
  dwc:latitude '36.42'^^xsd:double;
  dwc:startLatitude '36.42'^^xsd:double;
  dwc:endLatitude '36.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.8 36.42, -11.8 36.42, -11.8 36.42, -11.8 36.42, -11.8 36.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_215'^^xsd:string;
  dwc:observationDate '1996-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-70.77 -11.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-70.77"^^xsd:decimal ;
  dwc:decimalLongitude "-11.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_464'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_464'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.25'^^xsd:double;
  dwc:longitude '-11.42'^^xsd:double;
  dwc:startLongitude '-11.42'^^xsd:double;
  dwc:endLongitude '-11.42'^^xsd:double;
  dwc:latitude '-70.77'^^xsd:double;
  dwc:startLatitude '-70.77'^^xsd:double;
  dwc:endLatitude '-70.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.42 -70.77, -11.42 -70.77, -11.42 -70.77, -11.42 -70.77, -11.42 -70.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_464'^^xsd:string;
  dwc:observationDate '1998-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.13 -11.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.13"^^xsd:decimal ;
  dwc:decimalLongitude "-11.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_221'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_221'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '-11.32'^^xsd:double;
  dwc:startLongitude '-11.32'^^xsd:double;
  dwc:endLongitude '-11.32'^^xsd:double;
  dwc:latitude '38.13'^^xsd:double;
  dwc:startLatitude '38.13'^^xsd:double;
  dwc:endLatitude '38.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.32 38.13, -11.32 38.13, -11.32 38.13, -11.32 38.13, -11.32 38.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_221'^^xsd:string;
  dwc:observationDate '1996-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.89 -11.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.89"^^xsd:decimal ;
  dwc:decimalLongitude "-11.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1098'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1098'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.7833333333333'^^xsd:double;
  dwc:longitude '-11.21'^^xsd:double;
  dwc:startLongitude '-11.21'^^xsd:double;
  dwc:endLongitude '-11.21'^^xsd:double;
  dwc:latitude '39.89'^^xsd:double;
  dwc:startLatitude '39.89'^^xsd:double;
  dwc:endLatitude '39.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.21 39.89, -11.21 39.89, -11.21 39.89, -11.21 39.89, -11.21 39.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_1098'^^xsd:string;
  dwc:observationDate '2002-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.05 -11.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.05"^^xsd:decimal ;
  dwc:decimalLongitude "-11.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_219'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_219'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '-11.17'^^xsd:double;
  dwc:startLongitude '-11.17'^^xsd:double;
  dwc:endLongitude '-11.17'^^xsd:double;
  dwc:latitude '38.05'^^xsd:double;
  dwc:startLatitude '38.05'^^xsd:double;
  dwc:endLatitude '38.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.17 38.05, -11.17 38.05, -11.17 38.05, -11.17 38.05, -11.17 38.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_219'^^xsd:string;
  dwc:observationDate '1996-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.05 -11.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.05"^^xsd:decimal ;
  dwc:decimalLongitude "-11.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_220'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_220'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '-11.17'^^xsd:double;
  dwc:startLongitude '-11.17'^^xsd:double;
  dwc:endLongitude '-11.17'^^xsd:double;
  dwc:latitude '38.05'^^xsd:double;
  dwc:startLatitude '38.05'^^xsd:double;
  dwc:endLatitude '38.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.17 38.05, -11.17 38.05, -11.17 38.05, -11.17 38.05, -11.17 38.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_220'^^xsd:string;
  dwc:observationDate '1996-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 -10.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "-10.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_368'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_368'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:longitude '-10.92'^^xsd:double;
  dwc:startLongitude '-10.92'^^xsd:double;
  dwc:endLongitude '-10.92'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:startLatitude '42.23'^^xsd:double;
  dwc:endLatitude '42.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.92 42.23, -10.92 42.23, -10.92 42.23, -10.92 42.23, -10.92 42.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_368'^^xsd:string;
  dwc:observationDate '1998-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.87 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.87"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_218'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_218'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:startLongitude '-10.8'^^xsd:double;
  dwc:endLongitude '-10.8'^^xsd:double;
  dwc:latitude '37.87'^^xsd:double;
  dwc:startLatitude '37.87'^^xsd:double;
  dwc:endLatitude '37.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.8 37.87, -10.8 37.87, -10.8 37.87, -10.8 37.87, -10.8 37.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_218'^^xsd:string;
  dwc:observationDate '1996-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.06 -10.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.06"^^xsd:decimal ;
  dwc:decimalLongitude "-10.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_867'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_867'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:longitude '-10.58'^^xsd:double;
  dwc:startLongitude '-10.58'^^xsd:double;
  dwc:endLongitude '-10.58'^^xsd:double;
  dwc:latitude '36.06'^^xsd:double;
  dwc:startLatitude '36.06'^^xsd:double;
  dwc:endLatitude '36.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.58 36.06, -10.58 36.06, -10.58 36.06, -10.58 36.06, -10.58 36.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_867'^^xsd:string;
  dwc:observationDate '2000-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_187'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_187'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '-10.55'^^xsd:double;
  dwc:startLongitude '-10.55'^^xsd:double;
  dwc:endLongitude '-10.55'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.55 44.35, -10.55 44.35, -10.55 44.35, -10.55 44.35, -10.55 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_187'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1117'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1117'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:startLongitude '-10.45'^^xsd:double;
  dwc:endLongitude '-10.45'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.45 44.35, -10.45 44.35, -10.45 44.35, -10.45 44.35, -10.45 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1117'^^xsd:string;
  dwc:observationDate '1991-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -10.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "-10.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_20'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_20'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-10.43'^^xsd:double;
  dwc:startLongitude '-10.43'^^xsd:double;
  dwc:endLongitude '-10.43'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:startLatitude '50.5'^^xsd:double;
  dwc:endLatitude '50.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.43 50.5, -10.43 50.5, -10.43 50.5, -10.43 50.5, -10.43 50.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_20'^^xsd:string;
  dwc:observationDate '1993-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.53 -10.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.53"^^xsd:decimal ;
  dwc:decimalLongitude "-10.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_186'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_186'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-10.38'^^xsd:double;
  dwc:startLongitude '-10.38'^^xsd:double;
  dwc:endLongitude '-10.38'^^xsd:double;
  dwc:latitude '44.53'^^xsd:double;
  dwc:startLatitude '44.53'^^xsd:double;
  dwc:endLatitude '44.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.38 44.53, -10.38 44.53, -10.38 44.53, -10.38 44.53, -10.38 44.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_186'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.57 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_185'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_185'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:startLongitude '-10.35'^^xsd:double;
  dwc:endLongitude '-10.35'^^xsd:double;
  dwc:latitude '44.57'^^xsd:double;
  dwc:startLatitude '44.57'^^xsd:double;
  dwc:endLatitude '44.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.35 44.57, -10.35 44.57, -10.35 44.57, -10.35 44.57, -10.35 44.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_185'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -10.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-10.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_3'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_3'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-10.33'^^xsd:double;
  dwc:startLongitude '-10.33'^^xsd:double;
  dwc:endLongitude '-10.33'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-10.33 48, -10.33 48, -10.33 48, -10.33 48, -10.33 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_3'^^xsd:string;
  dwc:observationDate '1989-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_958'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_958'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.45'^^xsd:double;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:startLongitude '-10.22'^^xsd:double;
  dwc:endLongitude '-10.22'^^xsd:double;
  dwc:latitude '43.7'^^xsd:double;
  dwc:startLatitude '43.7'^^xsd:double;
  dwc:endLatitude '43.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.22 43.7, -10.22 43.7, -10.22 43.7, -10.22 43.7, -10.22 43.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_958'^^xsd:string;
  dwc:observationDate '2001-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -10.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_827'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_827'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.083333333333'^^xsd:double;
  dwc:longitude '-10.2'^^xsd:double;
  dwc:startLongitude '-10.2'^^xsd:double;
  dwc:endLongitude '-10.2'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.2 42.4, -10.2 42.4, -10.2 42.4, -10.2 42.4, -10.2 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_827'^^xsd:string;
  dwc:observationDate '2000-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58 -10.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.58"^^xsd:decimal ;
  dwc:decimalLongitude "-10.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_184'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_184'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '-10.18'^^xsd:double;
  dwc:startLongitude '-10.18'^^xsd:double;
  dwc:endLongitude '-10.18'^^xsd:double;
  dwc:latitude '44.58'^^xsd:double;
  dwc:startLatitude '44.58'^^xsd:double;
  dwc:endLatitude '44.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.18 44.58, -10.18 44.58, -10.18 44.58, -10.18 44.58, -10.18 44.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_184'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.28 -10.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1122'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1122'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^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.666666666667'^^xsd:double;
  dwc:longitude '-10.13'^^xsd:double;
  dwc:startLongitude '-10.13'^^xsd:double;
  dwc:endLongitude '-10.13'^^xsd:double;
  dwc:latitude '40.28'^^xsd:double;
  dwc:startLatitude '40.28'^^xsd:double;
  dwc:endLatitude '40.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.13 40.28, -10.13 40.28, -10.13 40.28, -10.13 40.28, -10.13 40.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1122'^^xsd:string;
  dwc:observationDate '1999-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.67 -10.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.67"^^xsd:decimal ;
  dwc:decimalLongitude "-10.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1277'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1277'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.416666666667'^^xsd:double;
  dwc:longitude '-10.08'^^xsd:double;
  dwc:startLongitude '-10.08'^^xsd:double;
  dwc:endLongitude '-10.08'^^xsd:double;
  dwc:latitude '41.67'^^xsd:double;
  dwc:startLatitude '41.67'^^xsd:double;
  dwc:endLatitude '41.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.08 41.67, -10.08 41.67, -10.08 41.67, -10.08 41.67, -10.08 41.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1277'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.85"^^xsd:decimal ;
  dwc:decimalLongitude "-10.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_117'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_117'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-10.07'^^xsd:double;
  dwc:startLongitude '-10.07'^^xsd:double;
  dwc:endLongitude '-10.07'^^xsd:double;
  dwc:latitude '48.85'^^xsd:double;
  dwc:startLatitude '48.85'^^xsd:double;
  dwc:endLatitude '48.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.07 48.85, -10.07 48.85, -10.07 48.85, -10.07 48.85, -10.07 48.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_117'^^xsd:string;
  dwc:observationDate '1994-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_957'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_957'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:startLongitude '-10.03'^^xsd:double;
  dwc:endLongitude '-10.03'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:startLatitude '43.9'^^xsd:double;
  dwc:endLatitude '43.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.03 43.9, -10.03 43.9, -10.03 43.9, -10.03 43.9, -10.03 43.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_957'^^xsd:string;
  dwc:observationDate '2001-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.83 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.83"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_183'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_183'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:startLongitude '-10.03'^^xsd:double;
  dwc:endLongitude '-10.03'^^xsd:double;
  dwc:latitude '44.83'^^xsd:double;
  dwc:startLatitude '44.83'^^xsd:double;
  dwc:endLatitude '44.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.03 44.83, -10.03 44.83, -10.03 44.83, -10.03 44.83, -10.03 44.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_183'^^xsd:string;
  dwc:observationDate '1995-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_583'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_583'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:longitude '-10'^^xsd:integer;
  dwc:startLongitude '-10'^^xsd:integer;
  dwc:endLongitude '-10'^^xsd:integer;
  dwc:latitude '39'^^xsd:integer;
  dwc:startLatitude '39'^^xsd:integer;
  dwc:endLatitude '39'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-10 39, -10 39, -10 39, -10 39, -10 39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_583'^^xsd:string;
  dwc:observationDate '1972-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_367'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_367'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '-10'^^xsd:integer;
  dwc:startLongitude '-10'^^xsd:integer;
  dwc:endLongitude '-10'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:startLatitude '42'^^xsd:integer;
  dwc:endLatitude '42'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-10 42, -10 42, -10 42, -10 42, -10 42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_367'^^xsd:string;
  dwc:observationDate '1998-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.86 -9.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.86"^^xsd:decimal ;
  dwc:decimalLongitude "-9.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1100'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1100'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '9.8333333333333'^^xsd:double;
  dwc:longitude '-9.97'^^xsd:double;
  dwc:startLongitude '-9.97'^^xsd:double;
  dwc:endLongitude '-9.97'^^xsd:double;
  dwc:latitude '42.86'^^xsd:double;
  dwc:startLatitude '42.86'^^xsd:double;
  dwc:endLatitude '42.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.97 42.86, -9.97 42.86, -9.97 42.86, -9.97 42.86, -9.97 42.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1100'^^xsd:string;
  dwc:observationDate '2002-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.03 -9.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.03"^^xsd:decimal ;
  dwc:decimalLongitude "-9.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_214'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_214'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-9.97'^^xsd:double;
  dwc:startLongitude '-9.97'^^xsd:double;
  dwc:endLongitude '-9.97'^^xsd:double;
  dwc:latitude '43.03'^^xsd:double;
  dwc:startLatitude '43.03'^^xsd:double;
  dwc:endLatitude '43.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.97 43.03, -9.97 43.03, -9.97 43.03, -9.97 43.03, -9.97 43.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_214'^^xsd:string;
  dwc:observationDate '1996-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 -9.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1051'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1051'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:longitude '-9.95'^^xsd:double;
  dwc:startLongitude '-9.95'^^xsd:double;
  dwc:endLongitude '-9.95'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:startLatitude '42.55'^^xsd:double;
  dwc:endLatitude '42.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.95 42.55, -9.95 42.55, -9.95 42.55, -9.95 42.55, -9.95 42.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1051'^^xsd:string;
  dwc:observationDate '2001-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.95 -9.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.95"^^xsd:decimal ;
  dwc:decimalLongitude "-9.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_962'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_962'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:longitude '-9.95'^^xsd:double;
  dwc:startLongitude '-9.95'^^xsd:double;
  dwc:endLongitude '-9.95'^^xsd:double;
  dwc:latitude '42.95'^^xsd:double;
  dwc:startLatitude '42.95'^^xsd:double;
  dwc:endLatitude '42.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.95 42.95, -9.95 42.95, -9.95 42.95, -9.95 42.95, -9.95 42.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_962'^^xsd:string;
  dwc:observationDate '2001-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 -9.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

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

<https://eurobis.org/id/occurrence/1994__64_1101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1101'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1101'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '12.45'^^xsd:double;
  dwc:longitude '-9.94'^^xsd:double;
  dwc:startLongitude '-9.94'^^xsd:double;
  dwc:endLongitude '-9.94'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:startLatitude '42.52'^^xsd:double;
  dwc:endLatitude '42.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.94 42.52, -9.94 42.52, -9.94 42.52, -9.94 42.52, -9.94 42.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1101'^^xsd:string;
  dwc:observationDate '2002-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.77 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.77"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1408'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_1408'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:startLongitude '-9.93'^^xsd:double;
  dwc:endLongitude '-9.93'^^xsd:double;
  dwc:latitude '40.77'^^xsd:double;
  dwc:startLatitude '40.77'^^xsd:double;
  dwc:endLatitude '40.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 40.77, -9.93 40.77, -9.93 40.77, -9.93 40.77, -9.93 40.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_1408'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1275'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1275'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:startLongitude '-9.93'^^xsd:double;
  dwc:endLongitude '-9.93'^^xsd:double;
  dwc:latitude '41.75'^^xsd:double;
  dwc:startLatitude '41.75'^^xsd:double;
  dwc:endLatitude '41.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 41.75, -9.93 41.75, -9.93 41.75, -9.93 41.75, -9.93 41.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1275'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1274'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1274'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:startLongitude '-9.93'^^xsd:double;
  dwc:endLongitude '-9.93'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:startLatitude '42.28'^^xsd:double;
  dwc:endLatitude '42.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 42.28, -9.93 42.28, -9.93 42.28, -9.93 42.28, -9.93 42.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1274'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1276'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1276'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:startLongitude '-9.93'^^xsd:double;
  dwc:endLongitude '-9.93'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 42.43, -9.93 42.43, -9.93 42.43, -9.93 42.43, -9.93 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1276'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1273'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1273'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:startLongitude '-9.93'^^xsd:double;
  dwc:endLongitude '-9.93'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:startLatitude '42.68'^^xsd:double;
  dwc:endLatitude '42.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 42.68, -9.93 42.68, -9.93 42.68, -9.93 42.68, -9.93 42.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1273'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_956'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_956'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:startLongitude '-9.93'^^xsd:double;
  dwc:endLongitude '-9.93'^^xsd:double;
  dwc:latitude '44.13'^^xsd:double;
  dwc:startLatitude '44.13'^^xsd:double;
  dwc:endLatitude '44.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 44.13, -9.93 44.13, -9.93 44.13, -9.93 44.13, -9.93 44.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_956'^^xsd:string;
  dwc:observationDate '2001-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.12 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.12"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_840'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_840'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:startLongitude '-9.93'^^xsd:double;
  dwc:endLongitude '-9.93'^^xsd:double;
  dwc:latitude '55.12'^^xsd:double;
  dwc:startLatitude '55.12'^^xsd:double;
  dwc:endLatitude '55.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 55.12, -9.93 55.12, -9.93 55.12, -9.93 55.12, -9.93 55.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_840'^^xsd:string;
  dwc:observationDate '2000-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_154'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_154'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '39.6'^^xsd:double;
  dwc:startLatitude '39.6'^^xsd:double;
  dwc:endLatitude '39.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 39.6, -9.92 39.6, -9.92 39.6, -9.92 39.6, -9.92 39.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_154'^^xsd:string;
  dwc:observationDate '1994-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.6 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_155'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_155'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '39.6'^^xsd:double;
  dwc:startLatitude '39.6'^^xsd:double;
  dwc:endLatitude '39.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 39.6, -9.92 39.6, -9.92 39.6, -9.92 39.6, -9.92 39.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_155'^^xsd:string;
  dwc:observationDate '1994-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.67 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_176'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_176'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '39.67'^^xsd:double;
  dwc:startLatitude '39.67'^^xsd:double;
  dwc:endLatitude '39.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 39.67, -9.92 39.67, -9.92 39.67, -9.92 39.67, -9.92 39.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_176'^^xsd:string;
  dwc:observationDate '1995-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.35 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1265'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1265'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.783333333333'^^xsd:double;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '41.35'^^xsd:double;
  dwc:startLatitude '41.35'^^xsd:double;
  dwc:endLatitude '41.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 41.35, -9.92 41.35, -9.92 41.35, -9.92 41.35, -9.92 41.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1265'^^xsd:string;
  dwc:observationDate '1998-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.22 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.22"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_955'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_955'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '44.22'^^xsd:double;
  dwc:startLatitude '44.22'^^xsd:double;
  dwc:endLatitude '44.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 44.22, -9.92 44.22, -9.92 44.22, -9.92 44.22, -9.92 44.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_955'^^xsd:string;
  dwc:observationDate '2001-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -9.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_839'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_839'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:longitude '-9.91'^^xsd:double;
  dwc:startLongitude '-9.91'^^xsd:double;
  dwc:endLongitude '-9.91'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:startLatitude '55'^^xsd:integer;
  dwc:endLatitude '55'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-9.91 55, -9.91 55, -9.91 55, -9.91 55, -9.91 55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_839'^^xsd:string;
  dwc:observationDate '2000-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.26 -9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.26"^^xsd:decimal ;
  dwc:decimalLongitude "-9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_156'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_156'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '-9.9'^^xsd:double;
  dwc:startLongitude '-9.9'^^xsd:double;
  dwc:endLongitude '-9.9'^^xsd:double;
  dwc:latitude '40.26'^^xsd:double;
  dwc:startLatitude '40.26'^^xsd:double;
  dwc:endLatitude '40.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.9 40.26, -9.9 40.26, -9.9 40.26, -9.9 40.26, -9.9 40.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_156'^^xsd:string;
  dwc:observationDate '1994-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 -9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_158'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_158'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-9.9'^^xsd:double;
  dwc:startLongitude '-9.9'^^xsd:double;
  dwc:endLongitude '-9.9'^^xsd:double;
  dwc:latitude '40.43'^^xsd:double;
  dwc:startLatitude '40.43'^^xsd:double;
  dwc:endLatitude '40.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.9 40.43, -9.9 40.43, -9.9 40.43, -9.9 40.43, -9.9 40.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_158'^^xsd:string;
  dwc:observationDate '1994-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.18 -9.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_863'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_863'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:longitude '-9.89'^^xsd:double;
  dwc:startLongitude '-9.89'^^xsd:double;
  dwc:endLongitude '-9.89'^^xsd:double;
  dwc:latitude '39.18'^^xsd:double;
  dwc:startLatitude '39.18'^^xsd:double;
  dwc:endLatitude '39.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.89 39.18, -9.89 39.18, -9.89 39.18, -9.89 39.18, -9.89 39.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_863'^^xsd:string;
  dwc:observationDate '2000-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.38 -9.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.38"^^xsd:decimal ;
  dwc:decimalLongitude "-9.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_157'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_157'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.5666666666667'^^xsd:double;
  dwc:longitude '-9.89'^^xsd:double;
  dwc:startLongitude '-9.89'^^xsd:double;
  dwc:endLongitude '-9.89'^^xsd:double;
  dwc:latitude '40.38'^^xsd:double;
  dwc:startLatitude '40.38'^^xsd:double;
  dwc:endLatitude '40.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.89 40.38, -9.89 40.38, -9.89 40.38, -9.89 40.38, -9.89 40.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_157'^^xsd:string;
  dwc:observationDate '1994-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.59 -9.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_862'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_862'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.6'^^xsd:double;
  dwc:longitude '-9.83'^^xsd:double;
  dwc:startLongitude '-9.83'^^xsd:double;
  dwc:endLongitude '-9.83'^^xsd:double;
  dwc:latitude '43.59'^^xsd:double;
  dwc:startLatitude '43.59'^^xsd:double;
  dwc:endLatitude '43.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.83 43.59, -9.83 43.59, -9.83 43.59, -9.83 43.59, -9.83 43.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_862'^^xsd:string;
  dwc:observationDate '2000-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.67 -9.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_864'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_864'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '-9.82'^^xsd:double;
  dwc:startLongitude '-9.82'^^xsd:double;
  dwc:endLongitude '-9.82'^^xsd:double;
  dwc:latitude '38.67'^^xsd:double;
  dwc:startLatitude '38.67'^^xsd:double;
  dwc:endLatitude '38.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.82 38.67, -9.82 38.67, -9.82 38.67, -9.82 38.67, -9.82 38.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_864'^^xsd:string;
  dwc:observationDate '2000-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.08 -9.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.08"^^xsd:decimal ;
  dwc:decimalLongitude "-9.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_141'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_141'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:longitude '-9.78'^^xsd:double;
  dwc:startLongitude '-9.78'^^xsd:double;
  dwc:endLongitude '-9.78'^^xsd:double;
  dwc:latitude '39.08'^^xsd:double;
  dwc:startLatitude '39.08'^^xsd:double;
  dwc:endLatitude '39.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.78 39.08, -9.78 39.08, -9.78 39.08, -9.78 39.08, -9.78 39.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_141'^^xsd:string;
  dwc:observationDate '1994-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.35 -9.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1130'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1130'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:longitude '-9.78'^^xsd:double;
  dwc:startLongitude '-9.78'^^xsd:double;
  dwc:endLongitude '-9.78'^^xsd:double;
  dwc:latitude '42.35'^^xsd:double;
  dwc:startLatitude '42.35'^^xsd:double;
  dwc:endLatitude '42.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.78 42.35, -9.78 42.35, -9.78 42.35, -9.78 42.35, -9.78 42.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1130'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -9.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-9.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_369'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_369'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:longitude '-9.77'^^xsd:double;
  dwc:startLongitude '-9.77'^^xsd:double;
  dwc:endLongitude '-9.77'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.77 42.7, -9.77 42.7, -9.77 42.7, -9.77 42.7, -9.77 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_369'^^xsd:string;
  dwc:observationDate '1998-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.22 -9.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.22"^^xsd:decimal ;
  dwc:decimalLongitude "-9.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1131'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1131'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:longitude '-9.77'^^xsd:double;
  dwc:startLongitude '-9.77'^^xsd:double;
  dwc:endLongitude '-9.77'^^xsd:double;
  dwc:latitude '43.22'^^xsd:double;
  dwc:startLatitude '43.22'^^xsd:double;
  dwc:endLatitude '43.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.77 43.22, -9.77 43.22, -9.77 43.22, -9.77 43.22, -9.77 43.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1131'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 -9.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "-9.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1099'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1099'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '6.5'^^xsd:double;
  dwc:longitude '-9.76'^^xsd:double;
  dwc:startLongitude '-9.76'^^xsd:double;
  dwc:endLongitude '-9.76'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:startLatitude '43.52'^^xsd:double;
  dwc:endLatitude '43.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.76 43.52, -9.76 43.52, -9.76 43.52, -9.76 43.52, -9.76 43.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1099'^^xsd:string;
  dwc:observationDate '2002-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1208'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1208'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:startLongitude '-9.75'^^xsd:double;
  dwc:endLongitude '-9.75'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.75 42.45, -9.75 42.45, -9.75 42.45, -9.75 42.45, -9.75 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1208'^^xsd:string;
  dwc:observationDate '2000-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.78 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.78"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_142'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_142'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.933333333333'^^xsd:double;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:startLongitude '-9.72'^^xsd:double;
  dwc:endLongitude '-9.72'^^xsd:double;
  dwc:latitude '38.78'^^xsd:double;
  dwc:startLatitude '38.78'^^xsd:double;
  dwc:endLatitude '38.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.72 38.78, -9.72 38.78, -9.72 38.78, -9.72 38.78, -9.72 38.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_142'^^xsd:string;
  dwc:observationDate '1994-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.38 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.38"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_951'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_951'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:startLongitude '-9.72'^^xsd:double;
  dwc:endLongitude '-9.72'^^xsd:double;
  dwc:latitude '47.38'^^xsd:double;
  dwc:startLatitude '47.38'^^xsd:double;
  dwc:endLatitude '47.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.72 47.38, -9.72 47.38, -9.72 47.38, -9.72 47.38, -9.72 47.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_951'^^xsd:string;
  dwc:observationDate '2001-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.23 -9.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.23"^^xsd:decimal ;
  dwc:decimalLongitude "-9.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1102'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1102'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '7.8666666666667'^^xsd:double;
  dwc:longitude '-9.71'^^xsd:double;
  dwc:startLongitude '-9.71'^^xsd:double;
  dwc:endLongitude '-9.71'^^xsd:double;
  dwc:latitude '38.23'^^xsd:double;
  dwc:startLatitude '38.23'^^xsd:double;
  dwc:endLatitude '38.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.71 38.23, -9.71 38.23, -9.71 38.23, -9.71 38.23, -9.71 38.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1102'^^xsd:string;
  dwc:observationDate '2002-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.64 -9.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.64"^^xsd:decimal ;
  dwc:decimalLongitude "-9.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_353'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_353'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '-9.7'^^xsd:double;
  dwc:startLongitude '-9.7'^^xsd:double;
  dwc:endLongitude '-9.7'^^xsd:double;
  dwc:latitude '38.64'^^xsd:double;
  dwc:startLatitude '38.64'^^xsd:double;
  dwc:endLatitude '38.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.7 38.64, -9.7 38.64, -9.7 38.64, -9.7 38.64, -9.7 38.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_353'^^xsd:string;
  dwc:observationDate '1997-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5 -9.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_405'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_405'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:longitude '-9.68'^^xsd:double;
  dwc:startLongitude '-9.68'^^xsd:double;
  dwc:endLongitude '-9.68'^^xsd:double;
  dwc:latitude '38.5'^^xsd:double;
  dwc:startLatitude '38.5'^^xsd:double;
  dwc:endLatitude '38.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.68 38.5, -9.68 38.5, -9.68 38.5, -9.68 38.5, -9.68 38.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_405'^^xsd:string;
  dwc:observationDate '1998-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.54 -9.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.54"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_159'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_159'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:longitude '-9.67'^^xsd:double;
  dwc:startLongitude '-9.67'^^xsd:double;
  dwc:endLongitude '-9.67'^^xsd:double;
  dwc:latitude '43.54'^^xsd:double;
  dwc:startLatitude '43.54'^^xsd:double;
  dwc:endLatitude '43.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.67 43.54, -9.67 43.54, -9.67 43.54, -9.67 43.54, -9.67 43.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_159'^^xsd:string;
  dwc:observationDate '1994-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.66 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.66"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_866'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_866'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '38.66'^^xsd:double;
  dwc:startLatitude '38.66'^^xsd:double;
  dwc:endLatitude '38.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 38.66, -9.65 38.66, -9.65 38.66, -9.65 38.66, -9.65 38.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_866'^^xsd:string;
  dwc:observationDate '2000-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.66 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.66"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_865'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_865'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '38.66'^^xsd:double;
  dwc:startLatitude '38.66'^^xsd:double;
  dwc:endLatitude '38.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 38.66, -9.65 38.66, -9.65 38.66, -9.65 38.66, -9.65 38.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_865'^^xsd:string;
  dwc:observationDate '2000-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.93 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.93"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_954'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_954'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '44.93'^^xsd:double;
  dwc:startLatitude '44.93'^^xsd:double;
  dwc:endLatitude '44.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 44.93, -9.65 44.93, -9.65 44.93, -9.65 44.93, -9.65 44.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_954'^^xsd:string;
  dwc:observationDate '2001-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.37 -9.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.37"^^xsd:decimal ;
  dwc:decimalLongitude "-9.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1267'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1267'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '-9.63'^^xsd:double;
  dwc:startLongitude '-9.63'^^xsd:double;
  dwc:endLongitude '-9.63'^^xsd:double;
  dwc:latitude '43.37'^^xsd:double;
  dwc:startLatitude '43.37'^^xsd:double;
  dwc:endLatitude '43.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.63 43.37, -9.63 43.37, -9.63 43.37, -9.63 43.37, -9.63 43.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1267'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.63 -9.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_553'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_553'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:longitude '-9.62'^^xsd:double;
  dwc:startLongitude '-9.62'^^xsd:double;
  dwc:endLongitude '-9.62'^^xsd:double;
  dwc:latitude '32.63'^^xsd:double;
  dwc:startLatitude '32.63'^^xsd:double;
  dwc:endLatitude '32.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.62 32.63, -9.62 32.63, -9.62 32.63, -9.62 32.63, -9.62 32.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_553'^^xsd:string;
  dwc:observationDate '1983-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.78 -9.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.78"^^xsd:decimal ;
  dwc:decimalLongitude "-9.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_676'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_676'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '-9.62'^^xsd:double;
  dwc:startLongitude '-9.62'^^xsd:double;
  dwc:endLongitude '-9.62'^^xsd:double;
  dwc:latitude '39.78'^^xsd:double;
  dwc:startLatitude '39.78'^^xsd:double;
  dwc:endLatitude '39.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.62 39.78, -9.62 39.78, -9.62 39.78, -9.62 39.78, -9.62 39.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_676'^^xsd:string;
  dwc:observationDate '1973-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.93 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.93"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1053'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1053'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.616666666667'^^xsd:double;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:startLongitude '-9.58'^^xsd:double;
  dwc:endLongitude '-9.58'^^xsd:double;
  dwc:latitude '37.93'^^xsd:double;
  dwc:startLatitude '37.93'^^xsd:double;
  dwc:endLatitude '37.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.58 37.93, -9.58 37.93, -9.58 37.93, -9.58 37.93, -9.58 37.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1053'^^xsd:string;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.95"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1052'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1052'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:startLongitude '-9.58'^^xsd:double;
  dwc:endLongitude '-9.58'^^xsd:double;
  dwc:latitude '37.95'^^xsd:double;
  dwc:startLatitude '37.95'^^xsd:double;
  dwc:endLatitude '37.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.58 37.95, -9.58 37.95, -9.58 37.95, -9.58 37.95, -9.58 37.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1052'^^xsd:string;
  dwc:observationDate '2001-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_547'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_547'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:startLongitude '-9.58'^^xsd:double;
  dwc:endLongitude '-9.58'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.58 42.75, -9.58 42.75, -9.58 42.75, -9.58 42.75, -9.58 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_547'^^xsd:string;
  dwc:observationDate '1981-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.13 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_143'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_143'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:startLongitude '-9.57'^^xsd:double;
  dwc:endLongitude '-9.57'^^xsd:double;
  dwc:latitude '38.13'^^xsd:double;
  dwc:startLatitude '38.13'^^xsd:double;
  dwc:endLatitude '38.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.57 38.13, -9.57 38.13, -9.57 38.13, -9.57 38.13, -9.57 38.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_143'^^xsd:string;
  dwc:observationDate '1994-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.83 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.83"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_521'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_521'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:startLongitude '-9.5'^^xsd:double;
  dwc:endLongitude '-9.5'^^xsd:double;
  dwc:latitude '32.83'^^xsd:double;
  dwc:startLatitude '32.83'^^xsd:double;
  dwc:endLatitude '32.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5 32.83, -9.5 32.83, -9.5 32.83, -9.5 32.83, -9.5 32.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_521'^^xsd:string;
  dwc:observationDate '1979-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.5 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_585'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_585'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:startLongitude '-9.5'^^xsd:double;
  dwc:endLongitude '-9.5'^^xsd:double;
  dwc:latitude '38.5'^^xsd:double;
  dwc:startLatitude '38.5'^^xsd:double;
  dwc:endLatitude '38.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5 38.5, -9.5 38.5, -9.5 38.5, -9.5 38.5, -9.5 38.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_585'^^xsd:string;
  dwc:observationDate '1972-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_952'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_952'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:startLongitude '-9.5'^^xsd:double;
  dwc:endLongitude '-9.5'^^xsd:double;
  dwc:latitude '48'^^xsd:integer;
  dwc:startLatitude '48'^^xsd:integer;
  dwc:endLatitude '48'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-9.5 48, -9.5 48, -9.5 48, -9.5 48, -9.5 48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_952'^^xsd:string;
  dwc:observationDate '2001-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 -9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "-9.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_160'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_160'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '-9.45'^^xsd:double;
  dwc:startLongitude '-9.45'^^xsd:double;
  dwc:endLongitude '-9.45'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:startLatitude '43.81'^^xsd:double;
  dwc:endLatitude '43.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.45 43.81, -9.45 43.81, -9.45 43.81, -9.45 43.81, -9.45 43.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_160'^^xsd:string;
  dwc:observationDate '1994-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.66 -9.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.66"^^xsd:decimal ;
  dwc:decimalLongitude "-9.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_601'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_601'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:longitude '-9.42'^^xsd:double;
  dwc:startLongitude '-9.42'^^xsd:double;
  dwc:endLongitude '-9.42'^^xsd:double;
  dwc:latitude '49.66'^^xsd:double;
  dwc:startLatitude '49.66'^^xsd:double;
  dwc:endLatitude '49.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.42 49.66, -9.42 49.66, -9.42 49.66, -9.42 49.66, -9.42 49.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_601'^^xsd:string;
  dwc:observationDate '1970-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.27 -9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.27"^^xsd:decimal ;
  dwc:decimalLongitude "-9.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_959'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_959'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:longitude '-9.4'^^xsd:double;
  dwc:startLongitude '-9.4'^^xsd:double;
  dwc:endLongitude '-9.4'^^xsd:double;
  dwc:latitude '38.27'^^xsd:double;
  dwc:startLatitude '38.27'^^xsd:double;
  dwc:endLatitude '38.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.4 38.27, -9.4 38.27, -9.4 38.27, -9.4 38.27, -9.4 38.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_959'^^xsd:string;
  dwc:observationDate '2001-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.57 -9.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.57"^^xsd:decimal ;
  dwc:decimalLongitude "-9.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_404'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_404'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:longitude '-9.38'^^xsd:double;
  dwc:startLongitude '-9.38'^^xsd:double;
  dwc:endLongitude '-9.38'^^xsd:double;
  dwc:latitude '37.57'^^xsd:double;
  dwc:startLatitude '37.57'^^xsd:double;
  dwc:endLatitude '37.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.38 37.57, -9.38 37.57, -9.38 37.57, -9.38 37.57, -9.38 37.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_404'^^xsd:string;
  dwc:observationDate '1998-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_932'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_932'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-9.27'^^xsd:double;
  dwc:startLongitude '-9.27'^^xsd:double;
  dwc:endLongitude '-9.27'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 47.75, -9.27 47.75, -9.27 47.75, -9.27 47.75, -9.27 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_932'^^xsd:string;
  dwc:observationDate '2000-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_520'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_520'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:startLongitude '-9.25'^^xsd:double;
  dwc:endLongitude '-9.25'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.57'^^xsd:double;
  dwc:endLatitude '43.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.25 43.57, -9.25 43.57, -9.25 43.57, -9.25 43.57, -9.25 43.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_520'^^xsd:string;
  dwc:observationDate '1979-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.13 -9.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1203'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_1203'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:longitude '-9.2'^^xsd:double;
  dwc:startLongitude '-9.2'^^xsd:double;
  dwc:endLongitude '-9.2'^^xsd:double;
  dwc:latitude '37.13'^^xsd:double;
  dwc:startLatitude '37.13'^^xsd:double;
  dwc:endLatitude '37.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.2 37.13, -9.2 37.13, -9.2 37.13, -9.2 37.13, -9.2 37.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1203'^^xsd:string;
  dwc:observationDate '1999-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.32"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1211'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1211'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:startLongitude '-9.13'^^xsd:double;
  dwc:endLongitude '-9.13'^^xsd:double;
  dwc:latitude '36.32'^^xsd:double;
  dwc:startLatitude '36.32'^^xsd:double;
  dwc:endLatitude '36.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.13 36.32, -9.13 36.32, -9.13 36.32, -9.13 36.32, -9.13 36.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1211'^^xsd:string;
  dwc:observationDate '2000-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_586'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_586'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:startLongitude '-9.13'^^xsd:double;
  dwc:endLongitude '-9.13'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:startLatitude '43.5'^^xsd:double;
  dwc:endLatitude '43.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.13 43.5, -9.13 43.5, -9.13 43.5, -9.13 43.5, -9.13 43.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_586'^^xsd:string;
  dwc:observationDate '1972-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_119'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_119'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:startLongitude '-9.1'^^xsd:double;
  dwc:endLongitude '-9.1'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:startLatitude '49.2'^^xsd:double;
  dwc:endLatitude '49.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.1 49.2, -9.1 49.2, -9.1 49.2, -9.1 49.2, -9.1 49.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_119'^^xsd:string;
  dwc:observationDate '1994-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.82 -9.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.82"^^xsd:decimal ;
  dwc:decimalLongitude "-9.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_104'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_104'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-9.07'^^xsd:double;
  dwc:startLongitude '-9.07'^^xsd:double;
  dwc:endLongitude '-9.07'^^xsd:double;
  dwc:latitude '36.82'^^xsd:double;
  dwc:startLatitude '36.82'^^xsd:double;
  dwc:endLatitude '36.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.07 36.82, -9.07 36.82, -9.07 36.82, -9.07 36.82, -9.07 36.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_104'^^xsd:string;
  dwc:observationDate '1994-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -9.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-9.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_22'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_22'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-9.07'^^xsd:double;
  dwc:startLongitude '-9.07'^^xsd:double;
  dwc:endLongitude '-9.07'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:startLatitude '48.32'^^xsd:double;
  dwc:endLatitude '48.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.07 48.32, -9.07 48.32, -9.07 48.32, -9.07 48.32, -9.07 48.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_22'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.95 -9.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.95"^^xsd:decimal ;
  dwc:decimalLongitude "-9.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_403'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_403'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:longitude '-9.06'^^xsd:double;
  dwc:startLongitude '-9.06'^^xsd:double;
  dwc:endLongitude '-9.06'^^xsd:double;
  dwc:latitude '37.95'^^xsd:double;
  dwc:startLatitude '37.95'^^xsd:double;
  dwc:endLatitude '37.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.06 37.95, -9.06 37.95, -9.06 37.95, -9.06 37.95, -9.06 37.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_403'^^xsd:string;
  dwc:observationDate '1998-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.26 -9.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.26"^^xsd:decimal ;
  dwc:decimalLongitude "-9.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_354'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_354'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:longitude '-9.06'^^xsd:double;
  dwc:startLongitude '-9.06'^^xsd:double;
  dwc:endLongitude '-9.06'^^xsd:double;
  dwc:latitude '44.26'^^xsd:double;
  dwc:startLatitude '44.26'^^xsd:double;
  dwc:endLatitude '44.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.06 44.26, -9.06 44.26, -9.06 44.26, -9.06 44.26, -9.06 44.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_354'^^xsd:string;
  dwc:observationDate '1997-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.32 -9.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.32"^^xsd:decimal ;
  dwc:decimalLongitude "-9.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_21'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_21'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-9.03'^^xsd:double;
  dwc:startLongitude '-9.03'^^xsd:double;
  dwc:endLongitude '-9.03'^^xsd:double;
  dwc:latitude '48.32'^^xsd:double;
  dwc:startLatitude '48.32'^^xsd:double;
  dwc:endLatitude '48.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.03 48.32, -9.03 48.32, -9.03 48.32, -9.03 48.32, -9.03 48.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_21'^^xsd:string;
  dwc:observationDate '1993-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.66 -9.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.66"^^xsd:decimal ;
  dwc:decimalLongitude "-9.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_602'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_602'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-9.02'^^xsd:double;
  dwc:startLongitude '-9.02'^^xsd:double;
  dwc:endLongitude '-9.02'^^xsd:double;
  dwc:latitude '49.66'^^xsd:double;
  dwc:startLatitude '49.66'^^xsd:double;
  dwc:endLatitude '49.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.02 49.66, -9.02 49.66, -9.02 49.66, -9.02 49.66, -9.02 49.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_602'^^xsd:string;
  dwc:observationDate '1970-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_580'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_580'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-9'^^xsd:integer;
  dwc:startLongitude '-9'^^xsd:integer;
  dwc:endLongitude '-9'^^xsd:integer;
  dwc:latitude '37'^^xsd:integer;
  dwc:startLatitude '37'^^xsd:integer;
  dwc:endLatitude '37'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-9 37, -9 37, -9 37, -9 37, -9 37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_580'^^xsd:string;
  dwc:observationDate '1972-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.44 -8.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.44"^^xsd:decimal ;
  dwc:decimalLongitude "-8.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_355'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_355'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:longitude '-8.95'^^xsd:double;
  dwc:startLongitude '-8.95'^^xsd:double;
  dwc:endLongitude '-8.95'^^xsd:double;
  dwc:latitude '44.44'^^xsd:double;
  dwc:startLatitude '44.44'^^xsd:double;
  dwc:endLatitude '44.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.95 44.44, -8.95 44.44, -8.95 44.44, -8.95 44.44, -8.95 44.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_355'^^xsd:string;
  dwc:observationDate '1997-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.85 -8.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.85"^^xsd:decimal ;
  dwc:decimalLongitude "-8.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_366'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_366'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:longitude '-8.93'^^xsd:double;
  dwc:startLongitude '-8.93'^^xsd:double;
  dwc:endLongitude '-8.93'^^xsd:double;
  dwc:latitude '36.85'^^xsd:double;
  dwc:startLatitude '36.85'^^xsd:double;
  dwc:endLatitude '36.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.93 36.85, -8.93 36.85, -8.93 36.85, -8.93 36.85, -8.93 36.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_366'^^xsd:string;
  dwc:observationDate '1998-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.88 -8.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.88"^^xsd:decimal ;
  dwc:decimalLongitude "-8.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1264'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1264'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:longitude '-8.88'^^xsd:double;
  dwc:startLongitude '-8.88'^^xsd:double;
  dwc:endLongitude '-8.88'^^xsd:double;
  dwc:latitude '36.88'^^xsd:double;
  dwc:startLatitude '36.88'^^xsd:double;
  dwc:endLatitude '36.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.88 36.88, -8.88 36.88, -8.88 36.88, -8.88 36.88, -8.88 36.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1264'^^xsd:string;
  dwc:observationDate '1998-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.83 -8.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.83"^^xsd:decimal ;
  dwc:decimalLongitude "-8.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1129'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1129'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:longitude '-8.85'^^xsd:double;
  dwc:startLongitude '-8.85'^^xsd:double;
  dwc:endLongitude '-8.85'^^xsd:double;
  dwc:latitude '36.83'^^xsd:double;
  dwc:startLatitude '36.83'^^xsd:double;
  dwc:endLatitude '36.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.85 36.83, -8.85 36.83, -8.85 36.83, -8.85 36.83, -8.85 36.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1129'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.98 -8.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.98"^^xsd:decimal ;
  dwc:decimalLongitude "-8.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_930'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_930'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.8'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-8.79'^^xsd:double;
  dwc:startLongitude '-8.79'^^xsd:double;
  dwc:endLongitude '-8.79'^^xsd:double;
  dwc:latitude '47.98'^^xsd:double;
  dwc:startLatitude '47.98'^^xsd:double;
  dwc:endLatitude '47.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.79 47.98, -8.79 47.98, -8.79 47.98, -8.79 47.98, -8.79 47.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_930'^^xsd:string;
  dwc:observationDate '2000-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.98 -8.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.98"^^xsd:decimal ;
  dwc:decimalLongitude "-8.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_931'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_931'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.8'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-8.79'^^xsd:double;
  dwc:startLongitude '-8.79'^^xsd:double;
  dwc:endLongitude '-8.79'^^xsd:double;
  dwc:latitude '47.98'^^xsd:double;
  dwc:startLatitude '47.98'^^xsd:double;
  dwc:endLatitude '47.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.79 47.98, -8.79 47.98, -8.79 47.98, -8.79 47.98, -8.79 47.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_931'^^xsd:string;
  dwc:observationDate '2000-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.36 -8.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.36"^^xsd:decimal ;
  dwc:decimalLongitude "-8.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_375'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_375'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:longitude '-8.72'^^xsd:double;
  dwc:startLongitude '-8.72'^^xsd:double;
  dwc:endLongitude '-8.72'^^xsd:double;
  dwc:latitude '45.36'^^xsd:double;
  dwc:startLatitude '45.36'^^xsd:double;
  dwc:endLatitude '45.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.72 45.36, -8.72 45.36, -8.72 45.36, -8.72 45.36, -8.72 45.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_375'^^xsd:string;
  dwc:observationDate '1998-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -8.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1005'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1005'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:longitude '-8.68'^^xsd:double;
  dwc:startLongitude '-8.68'^^xsd:double;
  dwc:endLongitude '-8.68'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.68 44.6, -8.68 44.6, -8.68 44.6, -8.68 44.6, -8.68 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1005'^^xsd:string;
  dwc:observationDate '2001-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.05 -8.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.05"^^xsd:decimal ;
  dwc:decimalLongitude "-8.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1295'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1295'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-8.68'^^xsd:double;
  dwc:startLongitude '-8.68'^^xsd:double;
  dwc:endLongitude '-8.68'^^xsd:double;
  dwc:latitude '50.05'^^xsd:double;
  dwc:startLatitude '50.05'^^xsd:double;
  dwc:endLatitude '50.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.68 50.05, -8.68 50.05, -8.68 50.05, -8.68 50.05, -8.68 50.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1295'^^xsd:string;
  dwc:observationDate '2001-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.17 -8.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.17"^^xsd:decimal ;
  dwc:decimalLongitude "-8.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_615'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_615'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-8.67'^^xsd:double;
  dwc:startLongitude '-8.67'^^xsd:double;
  dwc:endLongitude '-8.67'^^xsd:double;
  dwc:latitude '48.17'^^xsd:double;
  dwc:startLatitude '48.17'^^xsd:double;
  dwc:endLatitude '48.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.67 48.17, -8.67 48.17, -8.67 48.17, -8.67 48.17, -8.67 48.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_615'^^xsd:string;
  dwc:observationDate '1972-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 -8.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "-8.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1268'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1268'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '16'^^xsd:integer;
  dwc:longitude '-8.63'^^xsd:double;
  dwc:startLongitude '-8.63'^^xsd:double;
  dwc:endLongitude '-8.63'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:startLatitude '44.8'^^xsd:double;
  dwc:endLatitude '44.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.63 44.8, -8.63 44.8, -8.63 44.8, -8.63 44.8, -8.63 44.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_1268'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -8.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-8.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_153'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_153'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '-8.62'^^xsd:double;
  dwc:startLongitude '-8.62'^^xsd:double;
  dwc:endLongitude '-8.62'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:startLatitude '37.05'^^xsd:double;
  dwc:endLatitude '37.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.62 37.05, -8.62 37.05, -8.62 37.05, -8.62 37.05, -8.62 37.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_153'^^xsd:string;
  dwc:observationDate '1994-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 -8.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "-8.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1294'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1294'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:longitude '-8.58'^^xsd:double;
  dwc:startLongitude '-8.58'^^xsd:double;
  dwc:endLongitude '-8.58'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:startLatitude '44.98'^^xsd:double;
  dwc:endLatitude '44.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.58 44.98, -8.58 44.98, -8.58 44.98, -8.58 44.98, -8.58 44.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1294'^^xsd:string;
  dwc:observationDate '2001-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.74 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.74"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1006'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1006'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:startLongitude '-8.56'^^xsd:double;
  dwc:endLongitude '-8.56'^^xsd:double;
  dwc:latitude '44.74'^^xsd:double;
  dwc:startLatitude '44.74'^^xsd:double;
  dwc:endLatitude '44.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.56 44.74, -8.56 44.74, -8.56 44.74, -8.56 44.74, -8.56 44.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1006'^^xsd:string;
  dwc:observationDate '2001-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.33 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.33"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_581'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_581'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:startLongitude '-8.5'^^xsd:double;
  dwc:endLongitude '-8.5'^^xsd:double;
  dwc:latitude '44.33'^^xsd:double;
  dwc:startLatitude '44.33'^^xsd:double;
  dwc:endLatitude '44.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.5 44.33, -8.5 44.33, -8.5 44.33, -8.5 44.33, -8.5 44.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_581'^^xsd:string;
  dwc:observationDate '1972-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.92 -8.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.92"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_983'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_983'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:longitude '-8.43'^^xsd:double;
  dwc:startLongitude '-8.43'^^xsd:double;
  dwc:endLongitude '-8.43'^^xsd:double;
  dwc:latitude '44.92'^^xsd:double;
  dwc:startLatitude '44.92'^^xsd:double;
  dwc:endLatitude '44.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.43 44.92, -8.43 44.92, -8.43 44.92, -8.43 44.92, -8.43 44.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_983'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 -8.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "-8.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_984'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_984'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '-8.33'^^xsd:double;
  dwc:startLongitude '-8.33'^^xsd:double;
  dwc:endLongitude '-8.33'^^xsd:double;
  dwc:latitude '45.03'^^xsd:double;
  dwc:startLatitude '45.03'^^xsd:double;
  dwc:endLatitude '45.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.33 45.03, -8.33 45.03, -8.33 45.03, -8.33 45.03, -8.33 45.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_984'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.93 -8.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.93"^^xsd:decimal ;
  dwc:decimalLongitude "-8.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_988'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_988'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-8.28'^^xsd:double;
  dwc:startLongitude '-8.28'^^xsd:double;
  dwc:endLongitude '-8.28'^^xsd:double;
  dwc:latitude '36.93'^^xsd:double;
  dwc:startLatitude '36.93'^^xsd:double;
  dwc:endLatitude '36.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.28 36.93, -8.28 36.93, -8.28 36.93, -8.28 36.93, -8.28 36.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_988'^^xsd:string;
  dwc:observationDate '2001-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.28 -8.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.28"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_406'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_406'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:longitude '-8.25'^^xsd:double;
  dwc:startLongitude '-8.25'^^xsd:double;
  dwc:endLongitude '-8.25'^^xsd:double;
  dwc:latitude '45.28'^^xsd:double;
  dwc:startLatitude '45.28'^^xsd:double;
  dwc:endLatitude '45.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.25 45.28, -8.25 45.28, -8.25 45.28, -8.25 45.28, -8.25 45.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_406'^^xsd:string;
  dwc:observationDate '1998-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 -8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "-8.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1269'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1269'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '19'^^xsd:integer;
  dwc:longitude '-8.18'^^xsd:double;
  dwc:startLongitude '-8.18'^^xsd:double;
  dwc:endLongitude '-8.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:startLatitude '45.37'^^xsd:double;
  dwc:endLatitude '45.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.18 45.37, -8.18 45.37, -8.18 45.37, -8.18 45.37, -8.18 45.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1269'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.3 -8.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.3"^^xsd:decimal ;
  dwc:decimalLongitude "-8.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_985'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_985'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '-8.13'^^xsd:double;
  dwc:startLongitude '-8.13'^^xsd:double;
  dwc:endLongitude '-8.13'^^xsd:double;
  dwc:latitude '45.3'^^xsd:double;
  dwc:startLatitude '45.3'^^xsd:double;
  dwc:endLatitude '45.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.13 45.3, -8.13 45.3, -8.13 45.3, -8.13 45.3, -8.13 45.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_985'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 -8.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "-8.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1050'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1050'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:longitude '-8.12'^^xsd:double;
  dwc:startLongitude '-8.12'^^xsd:double;
  dwc:endLongitude '-8.12'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:startLatitude '45.56'^^xsd:double;
  dwc:endLatitude '45.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.12 45.56, -8.12 45.56, -8.12 45.56, -8.12 45.56, -8.12 45.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1050'^^xsd:string;
  dwc:observationDate '2001-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.48 -8.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.48"^^xsd:decimal ;
  dwc:decimalLongitude "-8.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1270'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1270'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '19.333333333333'^^xsd:double;
  dwc:longitude '-8.1'^^xsd:double;
  dwc:startLongitude '-8.1'^^xsd:double;
  dwc:endLongitude '-8.1'^^xsd:double;
  dwc:latitude '45.48'^^xsd:double;
  dwc:startLatitude '45.48'^^xsd:double;
  dwc:endLatitude '45.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.1 45.48, -8.1 45.48, -8.1 45.48, -8.1 45.48, -8.1 45.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1270'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -7.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_222'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_222'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.583333333333'^^xsd:double;
  dwc:longitude '-7.87'^^xsd:double;
  dwc:startLongitude '-7.87'^^xsd:double;
  dwc:endLongitude '-7.87'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:startLatitude '36.53'^^xsd:double;
  dwc:endLatitude '36.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.87 36.53, -7.87 36.53, -7.87 36.53, -7.87 36.53, -7.87 36.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_222'^^xsd:string;
  dwc:observationDate '1996-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.68 -7.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.68"^^xsd:decimal ;
  dwc:decimalLongitude "-7.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_986'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_986'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^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 '13.45'^^xsd:double;
  dwc:longitude '-7.87'^^xsd:double;
  dwc:startLongitude '-7.87'^^xsd:double;
  dwc:endLongitude '-7.87'^^xsd:double;
  dwc:latitude '45.68'^^xsd:double;
  dwc:startLatitude '45.68'^^xsd:double;
  dwc:endLatitude '45.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.87 45.68, -7.87 45.68, -7.87 45.68, -7.87 45.68, -7.87 45.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_986'^^xsd:string;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.71 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.71"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_861'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_861'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:startLongitude '-7.82'^^xsd:double;
  dwc:endLongitude '-7.82'^^xsd:double;
  dwc:latitude '46.71'^^xsd:double;
  dwc:startLatitude '46.71'^^xsd:double;
  dwc:endLatitude '46.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.82 46.71, -7.82 46.71, -7.82 46.71, -7.82 46.71, -7.82 46.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_861'^^xsd:string;
  dwc:observationDate '2000-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -7.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47"^^xsd:decimal ;
  dwc:decimalLongitude "-7.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_182'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_182'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-7.72'^^xsd:double;
  dwc:startLongitude '-7.72'^^xsd:double;
  dwc:endLongitude '-7.72'^^xsd:double;
  dwc:latitude '47'^^xsd:integer;
  dwc:startLatitude '47'^^xsd:integer;
  dwc:endLatitude '47'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-7.72 47, -7.72 47, -7.72 47, -7.72 47, -7.72 47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_182'^^xsd:string;
  dwc:observationDate '1995-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32 -7.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.32"^^xsd:decimal ;
  dwc:decimalLongitude "-7.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_842'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_842'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^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 '14.25'^^xsd:double;
  dwc:longitude '-7.61'^^xsd:double;
  dwc:startLongitude '-7.61'^^xsd:double;
  dwc:endLongitude '-7.61'^^xsd:double;
  dwc:latitude '36.32'^^xsd:double;
  dwc:startLatitude '36.32'^^xsd:double;
  dwc:endLatitude '36.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.61 36.32, -7.61 36.32, -7.61 36.32, -7.61 36.32, -7.61 36.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_842'^^xsd:string;
  dwc:observationDate '2001-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.18 -7.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.18"^^xsd:decimal ;
  dwc:decimalLongitude "-7.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_216'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_216'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:longitude '-7.6'^^xsd:double;
  dwc:startLongitude '-7.6'^^xsd:double;
  dwc:endLongitude '-7.6'^^xsd:double;
  dwc:latitude '36.18'^^xsd:double;
  dwc:startLatitude '36.18'^^xsd:double;
  dwc:endLatitude '36.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.6 36.18, -7.6 36.18, -7.6 36.18, -7.6 36.18, -7.6 36.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_216'^^xsd:string;
  dwc:observationDate '1996-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -7.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-7.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1205'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1205'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-7.58'^^xsd:double;
  dwc:startLongitude '-7.58'^^xsd:double;
  dwc:endLongitude '-7.58'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:startLatitude '36.65'^^xsd:double;
  dwc:endLatitude '36.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.58 36.65, -7.58 36.65, -7.58 36.65, -7.58 36.65, -7.58 36.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_1205'^^xsd:string;
  dwc:observationDate '1999-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 -7.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.16"^^xsd:decimal ;
  dwc:decimalLongitude "-7.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1279'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1279'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:longitude '-7.56'^^xsd:double;
  dwc:startLongitude '-7.56'^^xsd:double;
  dwc:endLongitude '-7.56'^^xsd:double;
  dwc:latitude '46.16'^^xsd:double;
  dwc:startLatitude '46.16'^^xsd:double;
  dwc:endLatitude '46.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.56 46.16, -7.56 46.16, -7.56 46.16, -7.56 46.16, -7.56 46.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1279'^^xsd:string;
  dwc:observationDate '1999-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.19 -7.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.19"^^xsd:decimal ;
  dwc:decimalLongitude "-7.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_376'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_376'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:longitude '-7.56'^^xsd:double;
  dwc:startLongitude '-7.56'^^xsd:double;
  dwc:endLongitude '-7.56'^^xsd:double;
  dwc:latitude '46.19'^^xsd:double;
  dwc:startLatitude '46.19'^^xsd:double;
  dwc:endLatitude '46.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.56 46.19, -7.56 46.19, -7.56 46.19, -7.56 46.19, -7.56 46.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_376'^^xsd:string;
  dwc:observationDate '1998-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.31 -7.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.31"^^xsd:decimal ;
  dwc:decimalLongitude "-7.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_728'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_728'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '-7.54'^^xsd:double;
  dwc:startLongitude '-7.54'^^xsd:double;
  dwc:endLongitude '-7.54'^^xsd:double;
  dwc:latitude '36.31'^^xsd:double;
  dwc:startLatitude '36.31'^^xsd:double;
  dwc:endLatitude '36.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.54 36.31, -7.54 36.31, -7.54 36.31, -7.54 36.31, -7.54 36.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_728'^^xsd:string;
  dwc:observationDate '2000-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.57 -7.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.57"^^xsd:decimal ;
  dwc:decimalLongitude "-7.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_953'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_953'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-7.48'^^xsd:double;
  dwc:startLongitude '-7.48'^^xsd:double;
  dwc:endLongitude '-7.48'^^xsd:double;
  dwc:latitude '49.57'^^xsd:double;
  dwc:startLatitude '49.57'^^xsd:double;
  dwc:endLatitude '49.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.48 49.57, -7.48 49.57, -7.48 49.57, -7.48 49.57, -7.48 49.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_953'^^xsd:string;
  dwc:observationDate '2001-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -7.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-7.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_494'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_494'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-7.19'^^xsd:double;
  dwc:startLongitude '-7.19'^^xsd:double;
  dwc:endLongitude '-7.19'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:startLatitude '55.97'^^xsd:double;
  dwc:endLatitude '55.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.19 55.97, -7.19 55.97, -7.19 55.97, -7.19 55.97, -7.19 55.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_494'^^xsd:string;
  dwc:observationDate '1998-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -7.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-7.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_181'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_181'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-7.13'^^xsd:double;
  dwc:startLongitude '-7.13'^^xsd:double;
  dwc:endLongitude '-7.13'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:startLatitude '47.53'^^xsd:double;
  dwc:endLatitude '47.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.13 47.53, -7.13 47.53, -7.13 47.53, -7.13 47.53, -7.13 47.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_181'^^xsd:string;
  dwc:observationDate '1995-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93 -7.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_495'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_495'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-7.13'^^xsd:double;
  dwc:startLongitude '-7.13'^^xsd:double;
  dwc:endLongitude '-7.13'^^xsd:double;
  dwc:latitude '55.93'^^xsd:double;
  dwc:startLatitude '55.93'^^xsd:double;
  dwc:endLatitude '55.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.13 55.93, -7.13 55.93, -7.13 55.93, -7.13 55.93, -7.13 55.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_495'^^xsd:string;
  dwc:observationDate '1998-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3 -7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3"^^xsd:decimal ;
  dwc:decimalLongitude "-7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1223'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1223'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:longitude '-7'^^xsd:integer;
  dwc:startLongitude '-7'^^xsd:integer;
  dwc:endLongitude '-7'^^xsd:integer;
  dwc:latitude '47.3'^^xsd:double;
  dwc:startLatitude '47.3'^^xsd:double;
  dwc:endLatitude '47.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7 47.3, -7 47.3, -7 47.3, -7 47.3, -7 47.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1223'^^xsd:string;
  dwc:observationDate '2000-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.97 -6.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.97"^^xsd:decimal ;
  dwc:decimalLongitude "-6.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1049'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1049'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:longitude '-6.97'^^xsd:double;
  dwc:startLongitude '-6.97'^^xsd:double;
  dwc:endLongitude '-6.97'^^xsd:double;
  dwc:latitude '46.97'^^xsd:double;
  dwc:startLatitude '46.97'^^xsd:double;
  dwc:endLatitude '46.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.97 46.97, -6.97 46.97, -6.97 46.97, -6.97 46.97, -6.97 46.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1049'^^xsd:string;
  dwc:observationDate '2001-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -6.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.65"^^xsd:decimal ;
  dwc:decimalLongitude "-6.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1209'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1209'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.3'^^xsd:double;
  dwc:longitude '-6.89'^^xsd:double;
  dwc:startLongitude '-6.89'^^xsd:double;
  dwc:endLongitude '-6.89'^^xsd:double;
  dwc:latitude '46.65'^^xsd:double;
  dwc:startLatitude '46.65'^^xsd:double;
  dwc:endLatitude '46.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.89 46.65, -6.89 46.65, -6.89 46.65, -6.89 46.65, -6.89 46.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1209'^^xsd:string;
  dwc:observationDate '2000-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58 -6.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_118'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_118'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.83'^^xsd:double;
  dwc:startLongitude '-6.83'^^xsd:double;
  dwc:endLongitude '-6.83'^^xsd:double;
  dwc:latitude '49.58'^^xsd:double;
  dwc:startLatitude '49.58'^^xsd:double;
  dwc:endLatitude '49.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.83 49.58, -6.83 49.58, -6.83 49.58, -6.83 49.58, -6.83 49.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_118'^^xsd:string;
  dwc:observationDate '1994-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.28 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.28"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1994__64_1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1407'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1407'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:startLongitude '-6.8'^^xsd:double;
  dwc:endLongitude '-6.8'^^xsd:double;
  dwc:latitude '47.28'^^xsd:double;
  dwc:startLatitude '47.28'^^xsd:double;
  dwc:endLatitude '47.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.8 47.28, -6.8 47.28, -6.8 47.28, -6.8 47.28, -6.8 47.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1407'^^xsd:string;
  dwc:observationDate '2003-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.61 -6.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.61"^^xsd:decimal ;
  dwc:decimalLongitude "-6.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.61 -6.69)"^^geo:wktLiteral ;
  geo-pos:lat "57.61"^^xsd:decimal ;
  geo-pos:long "-6.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_477'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_477'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.69'^^xsd:double;
  dwc:startLongitude '-6.69'^^xsd:double;
  dwc:endLongitude '-6.69'^^xsd:double;
  dwc:latitude '57.61'^^xsd:double;
  dwc:startLatitude '57.61'^^xsd:double;
  dwc:endLatitude '57.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.69 57.61, -6.69 57.61, -6.69 57.61, -6.69 57.61, -6.69 57.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_477'^^xsd:string;
  dwc:observationDate '1998-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.02 -6.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.02"^^xsd:decimal ;
  dwc:decimalLongitude "-6.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.02 -6.68)"^^geo:wktLiteral ;
  geo-pos:lat "4.02"^^xsd:decimal ;
  geo-pos:long "-6.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_559'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_559'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:longitude '-6.68'^^xsd:double;
  dwc:startLongitude '-6.68'^^xsd:double;
  dwc:endLongitude '-6.68'^^xsd:double;
  dwc:latitude '4.02'^^xsd:double;
  dwc:startLatitude '4.02'^^xsd:double;
  dwc:endLatitude '4.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.68 4.02, -6.68 4.02, -6.68 4.02, -6.68 4.02, -6.68 4.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_559'^^xsd:string;
  dwc:observationDate '1983-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.11 -6.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.11"^^xsd:decimal ;
  dwc:decimalLongitude "-6.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.11 -6.67)"^^geo:wktLiteral ;
  geo-pos:lat "36.11"^^xsd:decimal ;
  geo-pos:long "-6.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_352'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_352'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '-6.67'^^xsd:double;
  dwc:startLongitude '-6.67'^^xsd:double;
  dwc:endLongitude '-6.67'^^xsd:double;
  dwc:latitude '36.11'^^xsd:double;
  dwc:startLatitude '36.11'^^xsd:double;
  dwc:endLatitude '36.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.67 36.11, -6.67 36.11, -6.67 36.11, -6.67 36.11, -6.67 36.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_352'^^xsd:string;
  dwc:observationDate '1997-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.67 -6.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.67"^^xsd:decimal ;
  dwc:decimalLongitude "-6.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.67 -6.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.67"^^xsd:decimal ;
  geo-pos:long "-6.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_211'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_211'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:longitude '-6.61'^^xsd:double;
  dwc:startLongitude '-6.61'^^xsd:double;
  dwc:endLongitude '-6.61'^^xsd:double;
  dwc:latitude '60.67'^^xsd:double;
  dwc:startLatitude '60.67'^^xsd:double;
  dwc:endLatitude '60.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.61 60.67, -6.61 60.67, -6.61 60.67, -6.61 60.67, -6.61 60.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_211'^^xsd:string;
  dwc:observationDate '1996-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.13 -6.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.13"^^xsd:decimal ;
  dwc:decimalLongitude "-6.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.13 -6.58)"^^geo:wktLiteral ;
  geo-pos:lat "35.13"^^xsd:decimal ;
  geo-pos:long "-6.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_365'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_365'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:longitude '-6.58'^^xsd:double;
  dwc:startLongitude '-6.58'^^xsd:double;
  dwc:endLongitude '-6.58'^^xsd:double;
  dwc:latitude '35.13'^^xsd:double;
  dwc:startLatitude '35.13'^^xsd:double;
  dwc:endLatitude '35.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.58 35.13, -6.58 35.13, -6.58 35.13, -6.58 35.13, -6.58 35.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_365'^^xsd:string;
  dwc:observationDate '1998-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.36 -6.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-36.36"^^xsd:decimal ;
  dwc:decimalLongitude "-6.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-36.36 -6.36)"^^geo:wktLiteral ;
  geo-pos:lat "-36.36"^^xsd:decimal ;
  geo-pos:long "-6.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_268'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_268'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.36'^^xsd:double;
  dwc:startLongitude '-6.36'^^xsd:double;
  dwc:endLongitude '-6.36'^^xsd:double;
  dwc:latitude '-36.36'^^xsd:double;
  dwc:startLatitude '-36.36'^^xsd:double;
  dwc:endLatitude '-36.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.36 -36.36, -6.36 -36.36, -6.36 -36.36, -6.36 -36.36, -6.36 -36.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_268'^^xsd:string;
  dwc:observationDate '1996-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1 -6.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.1"^^xsd:decimal ;
  dwc:decimalLongitude "-6.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1 -6.35)"^^geo:wktLiteral ;
  geo-pos:lat "-35.1"^^xsd:decimal ;
  geo-pos:long "-6.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1169'^^xsd:string;
  dwc:scientificName 'Balaenoptera borealis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1169'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.35'^^xsd:double;
  dwc:startLongitude '-6.35'^^xsd:double;
  dwc:endLongitude '-6.35'^^xsd:double;
  dwc:latitude '-35.1'^^xsd:double;
  dwc:startLatitude '-35.1'^^xsd:double;
  dwc:endLatitude '-35.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.35 -35.1, -6.35 -35.1, -6.35 -35.1, -6.35 -35.1, -6.35 -35.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sei Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137088'^^xsd:integer;
  dwc:occurrenceId '64_1169'^^xsd:string;
  dwc:observationDate '1999-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1 -6.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.1"^^xsd:decimal ;
  dwc:decimalLongitude "-6.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.1 -6.32)"^^geo:wktLiteral ;
  geo-pos:lat "-35.1"^^xsd:decimal ;
  geo-pos:long "-6.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1168'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1168'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.32'^^xsd:double;
  dwc:startLongitude '-6.32'^^xsd:double;
  dwc:endLongitude '-6.32'^^xsd:double;
  dwc:latitude '-35.1'^^xsd:double;
  dwc:startLatitude '-35.1'^^xsd:double;
  dwc:endLatitude '-35.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.32 -35.1, -6.32 -35.1, -6.32 -35.1, -6.32 -35.1, -6.32 -35.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1168'^^xsd:string;
  dwc:observationDate '1999-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.01 -6.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.01"^^xsd:decimal ;
  dwc:decimalLongitude "-6.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.01 -6.29)"^^geo:wktLiteral ;
  geo-pos:lat "49.01"^^xsd:decimal ;
  geo-pos:long "-6.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_289'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_289'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.29'^^xsd:double;
  dwc:startLongitude '-6.29'^^xsd:double;
  dwc:endLongitude '-6.29'^^xsd:double;
  dwc:latitude '49.01'^^xsd:double;
  dwc:startLatitude '49.01'^^xsd:double;
  dwc:endLatitude '49.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.29 49.01, -6.29 49.01, -6.29 49.01, -6.29 49.01, -6.29 49.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_289'^^xsd:string;
  dwc:observationDate '1997-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.01 -6.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.01"^^xsd:decimal ;
  dwc:decimalLongitude "-6.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.01 -6.27)"^^geo:wktLiteral ;
  geo-pos:lat "49.01"^^xsd:decimal ;
  geo-pos:long "-6.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_290'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_290'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.27'^^xsd:double;
  dwc:startLongitude '-6.27'^^xsd:double;
  dwc:endLongitude '-6.27'^^xsd:double;
  dwc:latitude '49.01'^^xsd:double;
  dwc:startLatitude '49.01'^^xsd:double;
  dwc:endLatitude '49.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.27 49.01, -6.27 49.01, -6.27 49.01, -6.27 49.01, -6.27 49.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_290'^^xsd:string;
  dwc:observationDate '1997-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58 -6.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.58 -6.25)"^^geo:wktLiteral ;
  geo-pos:lat "49.58"^^xsd:decimal ;
  geo-pos:long "-6.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_23'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_23'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.25'^^xsd:double;
  dwc:startLongitude '-6.25'^^xsd:double;
  dwc:endLongitude '-6.25'^^xsd:double;
  dwc:latitude '49.58'^^xsd:double;
  dwc:startLatitude '49.58'^^xsd:double;
  dwc:endLatitude '49.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.25 49.58, -6.25 49.58, -6.25 49.58, -6.25 49.58, -6.25 49.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_23'^^xsd:string;
  dwc:observationDate '1994-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.51 -6.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.51"^^xsd:decimal ;
  dwc:decimalLongitude "-6.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.51 -6.24)"^^geo:wktLiteral ;
  geo-pos:lat "48.51"^^xsd:decimal ;
  geo-pos:long "-6.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_763'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_763'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:longitude '-6.24'^^xsd:double;
  dwc:startLongitude '-6.24'^^xsd:double;
  dwc:endLongitude '-6.24'^^xsd:double;
  dwc:latitude '48.51'^^xsd:double;
  dwc:startLatitude '48.51'^^xsd:double;
  dwc:endLatitude '48.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.24 48.51, -6.24 48.51, -6.24 48.51, -6.24 48.51, -6.24 48.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_763'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.02 -6.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.02"^^xsd:decimal ;
  dwc:decimalLongitude "-6.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.02 -6.24)"^^geo:wktLiteral ;
  geo-pos:lat "49.02"^^xsd:decimal ;
  geo-pos:long "-6.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_291'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_291'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.24'^^xsd:double;
  dwc:startLongitude '-6.24'^^xsd:double;
  dwc:endLongitude '-6.24'^^xsd:double;
  dwc:latitude '49.02'^^xsd:double;
  dwc:startLatitude '49.02'^^xsd:double;
  dwc:endLatitude '49.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.24 49.02, -6.24 49.02, -6.24 49.02, -6.24 49.02, -6.24 49.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_291'^^xsd:string;
  dwc:observationDate '1997-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.05"^^xsd:decimal ;
  dwc:decimalLongitude "-6.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.24)"^^geo:wktLiteral ;
  geo-pos:lat "49.05"^^xsd:decimal ;
  geo-pos:long "-6.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_299'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_299'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.24'^^xsd:double;
  dwc:startLongitude '-6.24'^^xsd:double;
  dwc:endLongitude '-6.24'^^xsd:double;
  dwc:latitude '49.05'^^xsd:double;
  dwc:startLatitude '49.05'^^xsd:double;
  dwc:endLatitude '49.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.24 49.05, -6.24 49.05, -6.24 49.05, -6.24 49.05, -6.24 49.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_299'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.15 -6.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.15"^^xsd:decimal ;
  dwc:decimalLongitude "-6.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.15 -6.23)"^^geo:wktLiteral ;
  geo-pos:lat "48.15"^^xsd:decimal ;
  geo-pos:long "-6.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_359'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_359'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '-6.23'^^xsd:double;
  dwc:startLongitude '-6.23'^^xsd:double;
  dwc:endLongitude '-6.23'^^xsd:double;
  dwc:latitude '48.15'^^xsd:double;
  dwc:startLatitude '48.15'^^xsd:double;
  dwc:endLatitude '48.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.23 48.15, -6.23 48.15, -6.23 48.15, -6.23 48.15, -6.23 48.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_359'^^xsd:string;
  dwc:observationDate '1998-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.15 -6.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.15"^^xsd:decimal ;
  dwc:decimalLongitude "-6.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.15 -6.23)"^^geo:wktLiteral ;
  geo-pos:lat "49.15"^^xsd:decimal ;
  geo-pos:long "-6.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_357'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_357'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.23'^^xsd:double;
  dwc:startLongitude '-6.23'^^xsd:double;
  dwc:endLongitude '-6.23'^^xsd:double;
  dwc:latitude '49.15'^^xsd:double;
  dwc:startLatitude '49.15'^^xsd:double;
  dwc:endLatitude '49.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.23 49.15, -6.23 49.15, -6.23 49.15, -6.23 49.15, -6.23 49.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_357'^^xsd:string;
  dwc:observationDate '1996-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.08 -6.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.08"^^xsd:decimal ;
  dwc:decimalLongitude "-6.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.08 -6.23)"^^geo:wktLiteral ;
  geo-pos:lat "58.08"^^xsd:decimal ;
  geo-pos:long "-6.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_421'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_421'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '6.35'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.23'^^xsd:double;
  dwc:startLongitude '-6.23'^^xsd:double;
  dwc:endLongitude '-6.23'^^xsd:double;
  dwc:latitude '58.08'^^xsd:double;
  dwc:startLatitude '58.08'^^xsd:double;
  dwc:endLatitude '58.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.23 58.08, -6.23 58.08, -6.23 58.08, -6.23 58.08, -6.23 58.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_421'^^xsd:string;
  dwc:observationDate '1998-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.05"^^xsd:decimal ;
  dwc:decimalLongitude "-6.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.21)"^^geo:wktLiteral ;
  geo-pos:lat "49.05"^^xsd:decimal ;
  geo-pos:long "-6.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_296'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_296'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.3333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.21'^^xsd:double;
  dwc:startLongitude '-6.21'^^xsd:double;
  dwc:endLongitude '-6.21'^^xsd:double;
  dwc:latitude '49.05'^^xsd:double;
  dwc:startLatitude '49.05'^^xsd:double;
  dwc:endLatitude '49.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.21 49.05, -6.21 49.05, -6.21 49.05, -6.21 49.05, -6.21 49.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_296'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.05"^^xsd:decimal ;
  dwc:decimalLongitude "-6.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.21)"^^geo:wktLiteral ;
  geo-pos:lat "49.05"^^xsd:decimal ;
  geo-pos:long "-6.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_295'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_295'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.21'^^xsd:double;
  dwc:startLongitude '-6.21'^^xsd:double;
  dwc:endLongitude '-6.21'^^xsd:double;
  dwc:latitude '49.05'^^xsd:double;
  dwc:startLatitude '49.05'^^xsd:double;
  dwc:endLatitude '49.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.21 49.05, -6.21 49.05, -6.21 49.05, -6.21 49.05, -6.21 49.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_295'^^xsd:string;
  dwc:observationDate '1997-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.03 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.03"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.03 -6.2)"^^geo:wktLiteral ;
  geo-pos:lat "49.03"^^xsd:decimal ;
  geo-pos:long "-6.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_297'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_297'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:startLongitude '-6.2'^^xsd:double;
  dwc:endLongitude '-6.2'^^xsd:double;
  dwc:latitude '49.03'^^xsd:double;
  dwc:startLatitude '49.03'^^xsd:double;
  dwc:endLatitude '49.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.2 49.03, -6.2 49.03, -6.2 49.03, -6.2 49.03, -6.2 49.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_297'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.04 -6.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.04"^^xsd:decimal ;
  dwc:decimalLongitude "-6.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.04 -6.19)"^^geo:wktLiteral ;
  geo-pos:lat "49.04"^^xsd:decimal ;
  geo-pos:long "-6.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_293'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_293'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.19'^^xsd:double;
  dwc:startLongitude '-6.19'^^xsd:double;
  dwc:endLongitude '-6.19'^^xsd:double;
  dwc:latitude '49.04'^^xsd:double;
  dwc:startLatitude '49.04'^^xsd:double;
  dwc:endLatitude '49.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.19 49.04, -6.19 49.04, -6.19 49.04, -6.19 49.04, -6.19 49.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_293'^^xsd:string;
  dwc:observationDate '1997-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.05"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "49.05"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_294'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_294'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:startLongitude '-6.18'^^xsd:double;
  dwc:endLongitude '-6.18'^^xsd:double;
  dwc:latitude '49.05'^^xsd:double;
  dwc:startLatitude '49.05'^^xsd:double;
  dwc:endLatitude '49.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.18 49.05, -6.18 49.05, -6.18 49.05, -6.18 49.05, -6.18 49.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_294'^^xsd:string;
  dwc:observationDate '1997-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -6.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.48"^^xsd:decimal ;
  dwc:decimalLongitude "-6.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.48 -6.17)"^^geo:wktLiteral ;
  geo-pos:lat "47.48"^^xsd:decimal ;
  geo-pos:long "-6.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_361'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_361'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '-6.17'^^xsd:double;
  dwc:startLongitude '-6.17'^^xsd:double;
  dwc:endLongitude '-6.17'^^xsd:double;
  dwc:latitude '47.48'^^xsd:double;
  dwc:startLatitude '47.48'^^xsd:double;
  dwc:endLatitude '47.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.17 47.48, -6.17 47.48, -6.17 47.48, -6.17 47.48, -6.17 47.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_361'^^xsd:string;
  dwc:observationDate '1998-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.03 -6.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.03"^^xsd:decimal ;
  dwc:decimalLongitude "-6.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.03 -6.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.03"^^xsd:decimal ;
  geo-pos:long "-6.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_288'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_288'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.16'^^xsd:double;
  dwc:startLongitude '-6.16'^^xsd:double;
  dwc:endLongitude '-6.16'^^xsd:double;
  dwc:latitude '49.03'^^xsd:double;
  dwc:startLatitude '49.03'^^xsd:double;
  dwc:endLatitude '49.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.16 49.03, -6.16 49.03, -6.16 49.03, -6.16 49.03, -6.16 49.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_288'^^xsd:string;
  dwc:observationDate '1997-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.05"^^xsd:decimal ;
  dwc:decimalLongitude "-6.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -6.16)"^^geo:wktLiteral ;
  geo-pos:lat "49.05"^^xsd:decimal ;
  geo-pos:long "-6.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_292'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_292'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.16'^^xsd:double;
  dwc:startLongitude '-6.16'^^xsd:double;
  dwc:endLongitude '-6.16'^^xsd:double;
  dwc:latitude '49.05'^^xsd:double;
  dwc:startLatitude '49.05'^^xsd:double;
  dwc:endLatitude '49.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.16 49.05, -6.16 49.05, -6.16 49.05, -6.16 49.05, -6.16 49.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_292'^^xsd:string;
  dwc:observationDate '1997-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.58 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.58 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "59.58"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_425'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_425'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.0833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:startLongitude '-6.15'^^xsd:double;
  dwc:endLongitude '-6.15'^^xsd:double;
  dwc:latitude '59.58'^^xsd:double;
  dwc:startLatitude '59.58'^^xsd:double;
  dwc:endLatitude '59.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.15 59.58, -6.15 59.58, -6.15 59.58, -6.15 59.58, -6.15 59.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_425'^^xsd:string;
  dwc:observationDate '1998-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21 -6.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.21"^^xsd:decimal ;
  dwc:decimalLongitude "-6.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21 -6.13)"^^geo:wktLiteral ;
  geo-pos:lat "51.21"^^xsd:decimal ;
  geo-pos:long "-6.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_14'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_14'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.13'^^xsd:double;
  dwc:startLongitude '-6.13'^^xsd:double;
  dwc:endLongitude '-6.13'^^xsd:double;
  dwc:latitude '51.21'^^xsd:double;
  dwc:startLatitude '51.21'^^xsd:double;
  dwc:endLatitude '51.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.13 51.21, -6.13 51.21, -6.13 51.21, -6.13 51.21, -6.13 51.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_14'^^xsd:string;
  dwc:observationDate '1991-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.24 -6.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.24"^^xsd:decimal ;
  dwc:decimalLongitude "-6.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.24 -6.12)"^^geo:wktLiteral ;
  geo-pos:lat "49.24"^^xsd:decimal ;
  geo-pos:long "-6.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_356'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_356'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.12'^^xsd:double;
  dwc:startLongitude '-6.12'^^xsd:double;
  dwc:endLongitude '-6.12'^^xsd:double;
  dwc:latitude '49.24'^^xsd:double;
  dwc:startLatitude '49.24'^^xsd:double;
  dwc:endLatitude '49.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.12 49.24, -6.12 49.24, -6.12 49.24, -6.12 49.24, -6.12 49.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_356'^^xsd:string;
  dwc:observationDate '1996-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.99 -6.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.99"^^xsd:decimal ;
  dwc:decimalLongitude "-6.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.99 -6.11)"^^geo:wktLiteral ;
  geo-pos:lat "47.99"^^xsd:decimal ;
  geo-pos:long "-6.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1406'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1406'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:longitude '-6.11'^^xsd:double;
  dwc:startLongitude '-6.11'^^xsd:double;
  dwc:endLongitude '-6.11'^^xsd:double;
  dwc:latitude '47.99'^^xsd:double;
  dwc:startLatitude '47.99'^^xsd:double;
  dwc:endLatitude '47.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.11 47.99, -6.11 47.99, -6.11 47.99, -6.11 47.99, -6.11 47.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1406'^^xsd:string;
  dwc:observationDate '2003-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 -6.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "-6.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 -6.1)"^^geo:wktLiteral ;
  geo-pos:lat "49.2"^^xsd:decimal ;
  geo-pos:long "-6.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_287'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_287'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.1'^^xsd:double;
  dwc:startLongitude '-6.1'^^xsd:double;
  dwc:endLongitude '-6.1'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:startLatitude '49.2'^^xsd:double;
  dwc:endLatitude '49.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.1 49.2, -6.1 49.2, -6.1 49.2, -6.1 49.2, -6.1 49.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_287'^^xsd:string;
  dwc:observationDate '1997-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.35 -6.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.35 -6.08)"^^geo:wktLiteral ;
  geo-pos:lat "58.35"^^xsd:decimal ;
  geo-pos:long "-6.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_418'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_418'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '14.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.08'^^xsd:double;
  dwc:startLongitude '-6.08'^^xsd:double;
  dwc:endLongitude '-6.08'^^xsd:double;
  dwc:latitude '58.35'^^xsd:double;
  dwc:startLatitude '58.35'^^xsd:double;
  dwc:endLatitude '58.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.08 58.35, -6.08 58.35, -6.08 58.35, -6.08 58.35, -6.08 58.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_418'^^xsd:string;
  dwc:observationDate '1998-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.27 -6.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.27"^^xsd:decimal ;
  dwc:decimalLongitude "-6.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.27 -6.07)"^^geo:wktLiteral ;
  geo-pos:lat "58.27"^^xsd:decimal ;
  geo-pos:long "-6.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_135'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_135'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.07'^^xsd:double;
  dwc:startLongitude '-6.07'^^xsd:double;
  dwc:endLongitude '-6.07'^^xsd:double;
  dwc:latitude '58.27'^^xsd:double;
  dwc:startLatitude '58.27'^^xsd:double;
  dwc:endLatitude '58.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.07 58.27, -6.07 58.27, -6.07 58.27, -6.07 58.27, -6.07 58.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_135'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.98 -6.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.98"^^xsd:decimal ;
  dwc:decimalLongitude "-6.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.98 -6.05)"^^geo:wktLiteral ;
  geo-pos:lat "47.98"^^xsd:decimal ;
  geo-pos:long "-6.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_360'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_360'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '-6.05'^^xsd:double;
  dwc:startLongitude '-6.05'^^xsd:double;
  dwc:endLongitude '-6.05'^^xsd:double;
  dwc:latitude '47.98'^^xsd:double;
  dwc:startLatitude '47.98'^^xsd:double;
  dwc:endLatitude '47.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.05 47.98, -6.05 47.98, -6.05 47.98, -6.05 47.98, -6.05 47.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_360'^^xsd:string;
  dwc:observationDate '1998-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.22 -6.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.22"^^xsd:decimal ;
  dwc:decimalLongitude "-6.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.22 -6.05)"^^geo:wktLiteral ;
  geo-pos:lat "58.22"^^xsd:decimal ;
  geo-pos:long "-6.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_422'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_422'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '20'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.05'^^xsd:double;
  dwc:startLongitude '-6.05'^^xsd:double;
  dwc:endLongitude '-6.05'^^xsd:double;
  dwc:latitude '58.22'^^xsd:double;
  dwc:startLatitude '58.22'^^xsd:double;
  dwc:endLatitude '58.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.05 58.22, -6.05 58.22, -6.05 58.22, -6.05 58.22, -6.05 58.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_422'^^xsd:string;
  dwc:observationDate '1998-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.64 -6.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.64"^^xsd:decimal ;
  dwc:decimalLongitude "-6.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.64 -6.04)"^^geo:wktLiteral ;
  geo-pos:lat "59.64"^^xsd:decimal ;
  geo-pos:long "-6.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_423'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_423'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.04'^^xsd:double;
  dwc:startLongitude '-6.04'^^xsd:double;
  dwc:endLongitude '-6.04'^^xsd:double;
  dwc:latitude '59.64'^^xsd:double;
  dwc:startLatitude '59.64'^^xsd:double;
  dwc:endLatitude '59.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.04 59.64, -6.04 59.64, -6.04 59.64, -6.04 59.64, -6.04 59.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_423'^^xsd:string;
  dwc:observationDate '1998-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22 -6.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.22"^^xsd:decimal ;
  dwc:decimalLongitude "-6.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22 -6.02)"^^geo:wktLiteral ;
  geo-pos:lat "51.22"^^xsd:decimal ;
  geo-pos:long "-6.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1272'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1272'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.3333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.02'^^xsd:double;
  dwc:startLongitude '-6.02'^^xsd:double;
  dwc:endLongitude '-6.02'^^xsd:double;
  dwc:latitude '51.22'^^xsd:double;
  dwc:startLatitude '51.22'^^xsd:double;
  dwc:endLatitude '51.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.02 51.22, -6.02 51.22, -6.02 51.22, -6.02 51.22, -6.02 51.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1272'^^xsd:string;
  dwc:observationDate '1999-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 -6.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.42"^^xsd:decimal ;
  dwc:decimalLongitude "-6.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 -6.02)"^^geo:wktLiteral ;
  geo-pos:lat "58.42"^^xsd:decimal ;
  geo-pos:long "-6.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_424'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_424'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '21.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.02'^^xsd:double;
  dwc:startLongitude '-6.02'^^xsd:double;
  dwc:endLongitude '-6.02'^^xsd:double;
  dwc:latitude '58.42'^^xsd:double;
  dwc:startLatitude '58.42'^^xsd:double;
  dwc:endLatitude '58.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.02 58.42, -6.02 58.42, -6.02 58.42, -6.02 58.42, -6.02 58.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_424'^^xsd:string;
  dwc:observationDate '1998-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 -6.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.19"^^xsd:decimal ;
  dwc:decimalLongitude "-6.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 -6.01)"^^geo:wktLiteral ;
  geo-pos:lat "59.19"^^xsd:decimal ;
  geo-pos:long "-6.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_419'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_419'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '19.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6.01'^^xsd:double;
  dwc:startLongitude '-6.01'^^xsd:double;
  dwc:endLongitude '-6.01'^^xsd:double;
  dwc:latitude '59.19'^^xsd:double;
  dwc:startLatitude '59.19'^^xsd:double;
  dwc:endLatitude '59.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.01 59.19, -6.01 59.19, -6.01 59.19, -6.01 59.19, -6.01 59.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_419'^^xsd:string;
  dwc:observationDate '1998-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.85"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 -6)"^^geo:wktLiteral ;
  geo-pos:lat "50.85"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_901'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_901'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '50.85'^^xsd:double;
  dwc:startLatitude '50.85'^^xsd:double;
  dwc:endLatitude '50.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 50.85, -6 50.85, -6 50.85, -6 50.85, -6 50.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_901'^^xsd:string;
  dwc:observationDate '2001-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.97"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -6)"^^geo:wktLiteral ;
  geo-pos:lat "50.97"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_900'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_900'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '50.97'^^xsd:double;
  dwc:startLatitude '50.97'^^xsd:double;
  dwc:endLatitude '50.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 50.97, -6 50.97, -6 50.97, -6 50.97, -6 50.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_900'^^xsd:string;
  dwc:observationDate '2001-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2 -6)"^^geo:wktLiteral ;
  geo-pos:lat "51.2"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_928'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_928'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '51.2'^^xsd:double;
  dwc:startLatitude '51.2'^^xsd:double;
  dwc:endLatitude '51.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 51.2, -6 51.2, -6 51.2, -6 51.2, -6 51.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_928'^^xsd:string;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 -6)"^^geo:wktLiteral ;
  geo-pos:lat "51.33"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_903'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_903'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '51.33'^^xsd:double;
  dwc:startLatitude '51.33'^^xsd:double;
  dwc:endLatitude '51.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 51.33, -6 51.33, -6 51.33, -6 51.33, -6 51.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_903'^^xsd:string;
  dwc:observationDate '2001-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.92"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -6)"^^geo:wktLiteral ;
  geo-pos:lat "51.92"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_902'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_902'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '51.92'^^xsd:double;
  dwc:startLatitude '51.92'^^xsd:double;
  dwc:endLatitude '51.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 51.92, -6 51.92, -6 51.92, -6 51.92, -6 51.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_902'^^xsd:string;
  dwc:observationDate '2001-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.29 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.29"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.29 -6)"^^geo:wktLiteral ;
  geo-pos:lat "58.29"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_411'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_411'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.35'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '58.29'^^xsd:double;
  dwc:startLatitude '58.29'^^xsd:double;
  dwc:endLatitude '58.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 58.29, -6 58.29, -6 58.29, -6 58.29, -6 58.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_411'^^xsd:string;
  dwc:observationDate '1998-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -6)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_431'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_431'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.6333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 58.94, -6 58.94, -6 58.94, -6 58.94, -6 58.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_431'^^xsd:string;
  dwc:observationDate '1998-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.06"^^xsd:decimal ;
  dwc:decimalLongitude "-6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -6)"^^geo:wktLiteral ;
  geo-pos:lat "59.06"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_417'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_417'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '59.06'^^xsd:double;
  dwc:startLatitude '59.06'^^xsd:double;
  dwc:endLatitude '59.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 59.06, -6 59.06, -6 59.06, -6 59.06, -6 59.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_417'^^xsd:string;
  dwc:observationDate '1998-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 -5.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1"^^xsd:decimal ;
  dwc:decimalLongitude "-5.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 -5.99)"^^geo:wktLiteral ;
  geo-pos:lat "59.1"^^xsd:decimal ;
  geo-pos:long "-5.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_416'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_416'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.99'^^xsd:double;
  dwc:startLongitude '-5.99'^^xsd:double;
  dwc:endLongitude '-5.99'^^xsd:double;
  dwc:latitude '59.1'^^xsd:double;
  dwc:startLatitude '59.1'^^xsd:double;
  dwc:endLatitude '59.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.99 59.1, -5.99 59.1, -5.99 59.1, -5.99 59.1, -5.99 59.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_416'^^xsd:string;
  dwc:observationDate '1998-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.46 -5.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.46"^^xsd:decimal ;
  dwc:decimalLongitude "-5.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.46 -5.99)"^^geo:wktLiteral ;
  geo-pos:lat "59.46"^^xsd:decimal ;
  geo-pos:long "-5.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_432'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_432'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.99'^^xsd:double;
  dwc:startLongitude '-5.99'^^xsd:double;
  dwc:endLongitude '-5.99'^^xsd:double;
  dwc:latitude '59.46'^^xsd:double;
  dwc:startLatitude '59.46'^^xsd:double;
  dwc:endLatitude '59.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.99 59.46, -5.99 59.46, -5.99 59.46, -5.99 59.46, -5.99 59.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_432'^^xsd:string;
  dwc:observationDate '1998-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.87"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "50.87"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1361'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1361'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:startLongitude '-5.95'^^xsd:double;
  dwc:endLongitude '-5.95'^^xsd:double;
  dwc:latitude '50.87'^^xsd:double;
  dwc:startLatitude '50.87'^^xsd:double;
  dwc:endLatitude '50.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.95 50.87, -5.95 50.87, -5.95 50.87, -5.95 50.87, -5.95 50.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1361'^^xsd:string;
  dwc:observationDate '1999-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.27 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.27"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.27 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "59.27"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_415'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_415'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:startLongitude '-5.95'^^xsd:double;
  dwc:endLongitude '-5.95'^^xsd:double;
  dwc:latitude '59.27'^^xsd:double;
  dwc:startLatitude '59.27'^^xsd:double;
  dwc:endLatitude '59.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.95 59.27, -5.95 59.27, -5.95 59.27, -5.95 59.27, -5.95 59.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_415'^^xsd:string;
  dwc:observationDate '1998-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.53 -5.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.53"^^xsd:decimal ;
  dwc:decimalLongitude "-5.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.53 -5.93)"^^geo:wktLiteral ;
  geo-pos:lat "59.53"^^xsd:decimal ;
  geo-pos:long "-5.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_413'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_413'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '19.616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.93'^^xsd:double;
  dwc:startLongitude '-5.93'^^xsd:double;
  dwc:endLongitude '-5.93'^^xsd:double;
  dwc:latitude '59.53'^^xsd:double;
  dwc:startLatitude '59.53'^^xsd:double;
  dwc:endLatitude '59.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.93 59.53, -5.93 59.53, -5.93 59.53, -5.93 59.53, -5.93 59.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_413'^^xsd:string;
  dwc:observationDate '1998-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 -5.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "-5.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 -5.92)"^^geo:wktLiteral ;
  geo-pos:lat "51.4"^^xsd:decimal ;
  geo-pos:long "-5.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_904'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_904'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.92'^^xsd:double;
  dwc:startLongitude '-5.92'^^xsd:double;
  dwc:endLongitude '-5.92'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:startLatitude '51.4'^^xsd:double;
  dwc:endLatitude '51.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.92 51.4, -5.92 51.4, -5.92 51.4, -5.92 51.4, -5.92 51.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_904'^^xsd:string;
  dwc:observationDate '2001-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -5.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.74"^^xsd:decimal ;
  dwc:decimalLongitude "-5.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -5.91)"^^geo:wktLiteral ;
  geo-pos:lat "58.74"^^xsd:decimal ;
  geo-pos:long "-5.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_426'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_426'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.91'^^xsd:double;
  dwc:startLongitude '-5.91'^^xsd:double;
  dwc:endLongitude '-5.91'^^xsd:double;
  dwc:latitude '58.74'^^xsd:double;
  dwc:startLatitude '58.74'^^xsd:double;
  dwc:endLatitude '58.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.91 58.74, -5.91 58.74, -5.91 58.74, -5.91 58.74, -5.91 58.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_426'^^xsd:string;
  dwc:observationDate '1998-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.88"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "50.88"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1358'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1358'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:startLongitude '-5.9'^^xsd:double;
  dwc:endLongitude '-5.9'^^xsd:double;
  dwc:latitude '50.88'^^xsd:double;
  dwc:startLatitude '50.88'^^xsd:double;
  dwc:endLatitude '50.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.9 50.88, -5.9 50.88, -5.9 50.88, -5.9 50.88, -5.9 50.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1358'^^xsd:string;
  dwc:observationDate '1999-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.59 -5.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.59"^^xsd:decimal ;
  dwc:decimalLongitude "-5.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.59 -5.88)"^^geo:wktLiteral ;
  geo-pos:lat "51.59"^^xsd:decimal ;
  geo-pos:long "-5.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_905'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_905'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.88'^^xsd:double;
  dwc:startLongitude '-5.88'^^xsd:double;
  dwc:endLongitude '-5.88'^^xsd:double;
  dwc:latitude '51.59'^^xsd:double;
  dwc:startLatitude '51.59'^^xsd:double;
  dwc:endLatitude '51.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.88 51.59, -5.88 51.59, -5.88 51.59, -5.88 51.59, -5.88 51.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_905'^^xsd:string;
  dwc:observationDate '2001-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.69 -5.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.69"^^xsd:decimal ;
  dwc:decimalLongitude "-5.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.69 -5.83)"^^geo:wktLiteral ;
  geo-pos:lat "49.69"^^xsd:decimal ;
  geo-pos:long "-5.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_300'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_300'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.83'^^xsd:double;
  dwc:startLongitude '-5.83'^^xsd:double;
  dwc:endLongitude '-5.83'^^xsd:double;
  dwc:latitude '49.69'^^xsd:double;
  dwc:startLatitude '49.69'^^xsd:double;
  dwc:endLatitude '49.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.83 49.69, -5.83 49.69, -5.83 49.69, -5.83 49.69, -5.83 49.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_300'^^xsd:string;
  dwc:observationDate '1997-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.7 -5.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.7 -5.83)"^^geo:wktLiteral ;
  geo-pos:lat "51.7"^^xsd:decimal ;
  geo-pos:long "-5.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_910'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_910'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.83'^^xsd:double;
  dwc:startLongitude '-5.83'^^xsd:double;
  dwc:endLongitude '-5.83'^^xsd:double;
  dwc:latitude '51.7'^^xsd:double;
  dwc:startLatitude '51.7'^^xsd:double;
  dwc:endLatitude '51.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.83 51.7, -5.83 51.7, -5.83 51.7, -5.83 51.7, -5.83 51.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_910'^^xsd:string;
  dwc:observationDate '2001-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.57 -5.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.57"^^xsd:decimal ;
  dwc:decimalLongitude "-5.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.57 -5.83)"^^geo:wktLiteral ;
  geo-pos:lat "59.57"^^xsd:decimal ;
  geo-pos:long "-5.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_420'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_420'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.83'^^xsd:double;
  dwc:startLongitude '-5.83'^^xsd:double;
  dwc:endLongitude '-5.83'^^xsd:double;
  dwc:latitude '59.57'^^xsd:double;
  dwc:startLatitude '59.57'^^xsd:double;
  dwc:endLatitude '59.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.83 59.57, -5.83 59.57, -5.83 59.57, -5.83 59.57, -5.83 59.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_420'^^xsd:string;
  dwc:observationDate '1998-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.06 -5.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.06"^^xsd:decimal ;
  dwc:decimalLongitude "-5.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.06 -5.82)"^^geo:wktLiteral ;
  geo-pos:lat "49.06"^^xsd:decimal ;
  geo-pos:long "-5.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_298'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_298'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:longitude '-5.82'^^xsd:double;
  dwc:startLongitude '-5.82'^^xsd:double;
  dwc:endLongitude '-5.82'^^xsd:double;
  dwc:latitude '49.06'^^xsd:double;
  dwc:startLatitude '49.06'^^xsd:double;
  dwc:endLatitude '49.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.82 49.06, -5.82 49.06, -5.82 49.06, -5.82 49.06, -5.82 49.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_298'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29 -5.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.29"^^xsd:decimal ;
  dwc:decimalLongitude "-5.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29 -5.82)"^^geo:wktLiteral ;
  geo-pos:lat "50.29"^^xsd:decimal ;
  geo-pos:long "-5.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_675'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_675'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.82'^^xsd:double;
  dwc:startLongitude '-5.82'^^xsd:double;
  dwc:endLongitude '-5.82'^^xsd:double;
  dwc:latitude '50.29'^^xsd:double;
  dwc:startLatitude '50.29'^^xsd:double;
  dwc:endLatitude '50.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.82 50.29, -5.82 50.29, -5.82 50.29, -5.82 50.29, -5.82 50.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_675'^^xsd:string;
  dwc:observationDate '1972-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -5.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.06"^^xsd:decimal ;
  dwc:decimalLongitude "-5.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -5.81)"^^geo:wktLiteral ;
  geo-pos:lat "59.06"^^xsd:decimal ;
  geo-pos:long "-5.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_412'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_412'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.81'^^xsd:double;
  dwc:startLongitude '-5.81'^^xsd:double;
  dwc:endLongitude '-5.81'^^xsd:double;
  dwc:latitude '59.06'^^xsd:double;
  dwc:startLatitude '59.06'^^xsd:double;
  dwc:endLatitude '59.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.81 59.06, -5.81 59.06, -5.81 59.06, -5.81 59.06, -5.81 59.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_412'^^xsd:string;
  dwc:observationDate '1998-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.91 -5.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.91"^^xsd:decimal ;
  dwc:decimalLongitude "-5.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.91 -5.79)"^^geo:wktLiteral ;
  geo-pos:lat "55.91"^^xsd:decimal ;
  geo-pos:long "-5.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_407'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_407'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.0333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.79'^^xsd:double;
  dwc:startLongitude '-5.79'^^xsd:double;
  dwc:endLongitude '-5.79'^^xsd:double;
  dwc:latitude '55.91'^^xsd:double;
  dwc:startLatitude '55.91'^^xsd:double;
  dwc:endLatitude '55.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.79 55.91, -5.79 55.91, -5.79 55.91, -5.79 55.91, -5.79 55.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_407'^^xsd:string;
  dwc:observationDate '1998-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.92 -5.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.92"^^xsd:decimal ;
  dwc:decimalLongitude "-5.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.92 -5.79)"^^geo:wktLiteral ;
  geo-pos:lat "55.92"^^xsd:decimal ;
  geo-pos:long "-5.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_408'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_408'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.79'^^xsd:double;
  dwc:startLongitude '-5.79'^^xsd:double;
  dwc:endLongitude '-5.79'^^xsd:double;
  dwc:latitude '55.92'^^xsd:double;
  dwc:startLatitude '55.92'^^xsd:double;
  dwc:endLatitude '55.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.79 55.92, -5.79 55.92, -5.79 55.92, -5.79 55.92, -5.79 55.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_408'^^xsd:string;
  dwc:observationDate '1998-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -5.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "-5.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -5.78)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "-5.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_911'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_911'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.78'^^xsd:double;
  dwc:startLongitude '-5.78'^^xsd:double;
  dwc:endLongitude '-5.78'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:startLatitude '51.77'^^xsd:double;
  dwc:endLatitude '51.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.78 51.77, -5.78 51.77, -5.78 51.77, -5.78 51.77, -5.78 51.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_911'^^xsd:string;
  dwc:observationDate '2001-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.49 -5.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.49"^^xsd:decimal ;
  dwc:decimalLongitude "-5.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.49 -5.77)"^^geo:wktLiteral ;
  geo-pos:lat "50.49"^^xsd:decimal ;
  geo-pos:long "-5.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1365'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1365'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.77'^^xsd:double;
  dwc:startLongitude '-5.77'^^xsd:double;
  dwc:endLongitude '-5.77'^^xsd:double;
  dwc:latitude '50.49'^^xsd:double;
  dwc:startLatitude '50.49'^^xsd:double;
  dwc:endLatitude '50.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.77 50.49, -5.77 50.49, -5.77 50.49, -5.77 50.49, -5.77 50.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1365'^^xsd:string;
  dwc:observationDate '2000-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.73 -5.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.73"^^xsd:decimal ;
  dwc:decimalLongitude "-5.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.73 -5.77)"^^geo:wktLiteral ;
  geo-pos:lat "51.73"^^xsd:decimal ;
  geo-pos:long "-5.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1335'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_1335'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.77'^^xsd:double;
  dwc:startLongitude '-5.77'^^xsd:double;
  dwc:endLongitude '-5.77'^^xsd:double;
  dwc:latitude '51.73'^^xsd:double;
  dwc:startLatitude '51.73'^^xsd:double;
  dwc:endLatitude '51.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.77 51.73, -5.77 51.73, -5.77 51.73, -5.77 51.73, -5.77 51.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1335'^^xsd:string;
  dwc:observationDate '1997-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.58 -5.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.58"^^xsd:decimal ;
  dwc:decimalLongitude "-5.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.58 -5.77)"^^geo:wktLiteral ;
  geo-pos:lat "59.58"^^xsd:decimal ;
  geo-pos:long "-5.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_414'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_414'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '3.5666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.77'^^xsd:double;
  dwc:startLongitude '-5.77'^^xsd:double;
  dwc:endLongitude '-5.77'^^xsd:double;
  dwc:latitude '59.58'^^xsd:double;
  dwc:startLatitude '59.58'^^xsd:double;
  dwc:endLatitude '59.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.77 59.58, -5.77 59.58, -5.77 59.58, -5.77 59.58, -5.77 59.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_414'^^xsd:string;
  dwc:observationDate '1998-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15 -5.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.15"^^xsd:decimal ;
  dwc:decimalLongitude "-5.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15 -5.74)"^^geo:wktLiteral ;
  geo-pos:lat "56.15"^^xsd:decimal ;
  geo-pos:long "-5.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_410'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_410'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.74'^^xsd:double;
  dwc:startLongitude '-5.74'^^xsd:double;
  dwc:endLongitude '-5.74'^^xsd:double;
  dwc:latitude '56.15'^^xsd:double;
  dwc:startLatitude '56.15'^^xsd:double;
  dwc:endLatitude '56.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.74 56.15, -5.74 56.15, -5.74 56.15, -5.74 56.15, -5.74 56.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_410'^^xsd:string;
  dwc:observationDate '1998-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.57 -5.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.57"^^xsd:decimal ;
  dwc:decimalLongitude "-5.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.57 -5.71)"^^geo:wktLiteral ;
  geo-pos:lat "51.57"^^xsd:decimal ;
  geo-pos:long "-5.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_909'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_909'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.71'^^xsd:double;
  dwc:startLongitude '-5.71'^^xsd:double;
  dwc:endLongitude '-5.71'^^xsd:double;
  dwc:latitude '51.57'^^xsd:double;
  dwc:startLatitude '51.57'^^xsd:double;
  dwc:endLatitude '51.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.71 51.57, -5.71 51.57, -5.71 51.57, -5.71 51.57, -5.71 51.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_909'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-5.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_826'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_826'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:startLongitude '-5.7'^^xsd:double;
  dwc:endLongitude '-5.7'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.7 44.4, -5.7 44.4, -5.7 44.4, -5.7 44.4, -5.7 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_826'^^xsd:string;
  dwc:observationDate '2000-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -5.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-5.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -5.67)"^^geo:wktLiteral ;
  geo-pos:lat "36"^^xsd:decimal ;
  geo-pos:long "-5.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_635'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_635'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-5.67'^^xsd:double;
  dwc:startLongitude '-5.67'^^xsd:double;
  dwc:endLongitude '-5.67'^^xsd:double;
  dwc:latitude '36'^^xsd:integer;
  dwc:startLatitude '36'^^xsd:integer;
  dwc:endLatitude '36'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-5.67 36, -5.67 36, -5.67 36, -5.67 36, -5.67 36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_635'^^xsd:string;
  dwc:observationDate '1973-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 -5.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 -5.67)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "-5.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_409'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_409'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.67'^^xsd:double;
  dwc:startLongitude '-5.67'^^xsd:double;
  dwc:endLongitude '-5.67'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.67 56.08, -5.67 56.08, -5.67 56.08, -5.67 56.08, -5.67 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_409'^^xsd:string;
  dwc:observationDate '1998-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -5.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -5.65)"^^geo:wktLiteral ;
  geo-pos:lat "35.9"^^xsd:decimal ;
  geo-pos:long "-5.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1054'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1054'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:longitude '-5.65'^^xsd:double;
  dwc:startLongitude '-5.65'^^xsd:double;
  dwc:endLongitude '-5.65'^^xsd:double;
  dwc:latitude '35.9'^^xsd:double;
  dwc:startLatitude '35.9'^^xsd:double;
  dwc:endLatitude '35.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.65 35.9, -5.65 35.9, -5.65 35.9, -5.65 35.9, -5.65 35.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1054'^^xsd:string;
  dwc:observationDate '2001-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -5.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -5.62)"^^geo:wktLiteral ;
  geo-pos:lat "35.9"^^xsd:decimal ;
  geo-pos:long "-5.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1210'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1210'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-5.62'^^xsd:double;
  dwc:startLongitude '-5.62'^^xsd:double;
  dwc:endLongitude '-5.62'^^xsd:double;
  dwc:latitude '35.9'^^xsd:double;
  dwc:startLatitude '35.9'^^xsd:double;
  dwc:endLatitude '35.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.62 35.9, -5.62 35.9, -5.62 35.9, -5.62 35.9, -5.62 35.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1210'^^xsd:string;
  dwc:observationDate '2000-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03 -5.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03"^^xsd:decimal ;
  dwc:decimalLongitude "-5.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03 -5.62)"^^geo:wktLiteral ;
  geo-pos:lat "52.03"^^xsd:decimal ;
  geo-pos:long "-5.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_208'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_208'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.62'^^xsd:double;
  dwc:startLongitude '-5.62'^^xsd:double;
  dwc:endLongitude '-5.62'^^xsd:double;
  dwc:latitude '52.03'^^xsd:double;
  dwc:startLatitude '52.03'^^xsd:double;
  dwc:endLatitude '52.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.62 52.03, -5.62 52.03, -5.62 52.03, -5.62 52.03, -5.62 52.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_208'^^xsd:string;
  dwc:observationDate '1995-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78 -5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78"^^xsd:decimal ;
  dwc:decimalLongitude "-5.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78 -5.6)"^^geo:wktLiteral ;
  geo-pos:lat "50.78"^^xsd:decimal ;
  geo-pos:long "-5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1393'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1393'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.6'^^xsd:double;
  dwc:startLongitude '-5.6'^^xsd:double;
  dwc:endLongitude '-5.6'^^xsd:double;
  dwc:latitude '50.78'^^xsd:double;
  dwc:startLatitude '50.78'^^xsd:double;
  dwc:endLatitude '50.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.6 50.78, -5.6 50.78, -5.6 50.78, -5.6 50.78, -5.6 50.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1393'^^xsd:string;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -5.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12"^^xsd:decimal ;
  dwc:decimalLongitude "-5.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -5.59)"^^geo:wktLiteral ;
  geo-pos:lat "51.12"^^xsd:decimal ;
  geo-pos:long "-5.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1405'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1405'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.59'^^xsd:double;
  dwc:startLongitude '-5.59'^^xsd:double;
  dwc:endLongitude '-5.59'^^xsd:double;
  dwc:latitude '51.12'^^xsd:double;
  dwc:startLatitude '51.12'^^xsd:double;
  dwc:endLatitude '51.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.59 51.12, -5.59 51.12, -5.59 51.12, -5.59 51.12, -5.59 51.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1405'^^xsd:string;
  dwc:observationDate '2002-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.93 -5.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.93"^^xsd:decimal ;
  dwc:decimalLongitude "-5.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.93 -5.57)"^^geo:wktLiteral ;
  geo-pos:lat "35.93"^^xsd:decimal ;
  geo-pos:long "-5.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1103'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1103'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.7833333333333'^^xsd:double;
  dwc:longitude '-5.57'^^xsd:double;
  dwc:startLongitude '-5.57'^^xsd:double;
  dwc:endLongitude '-5.57'^^xsd:double;
  dwc:latitude '35.93'^^xsd:double;
  dwc:startLatitude '35.93'^^xsd:double;
  dwc:endLatitude '35.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.57 35.93, -5.57 35.93, -5.57 35.93, -5.57 35.93, -5.57 35.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1103'^^xsd:string;
  dwc:observationDate '2002-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98 -5.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.98"^^xsd:decimal ;
  dwc:decimalLongitude "-5.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98 -5.57)"^^geo:wktLiteral ;
  geo-pos:lat "35.98"^^xsd:decimal ;
  geo-pos:long "-5.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_217'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_217'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.6'^^xsd:double;
  dwc:longitude '-5.57'^^xsd:double;
  dwc:startLongitude '-5.57'^^xsd:double;
  dwc:endLongitude '-5.57'^^xsd:double;
  dwc:latitude '35.98'^^xsd:double;
  dwc:startLatitude '35.98'^^xsd:double;
  dwc:endLatitude '35.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.57 35.98, -5.57 35.98, -5.57 35.98, -5.57 35.98, -5.57 35.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_217'^^xsd:string;
  dwc:observationDate '1996-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79 -5.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.79"^^xsd:decimal ;
  dwc:decimalLongitude "-5.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79 -5.56)"^^geo:wktLiteral ;
  geo-pos:lat "50.79"^^xsd:decimal ;
  geo-pos:long "-5.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1387'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1387'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.56'^^xsd:double;
  dwc:startLongitude '-5.56'^^xsd:double;
  dwc:endLongitude '-5.56'^^xsd:double;
  dwc:latitude '50.79'^^xsd:double;
  dwc:startLatitude '50.79'^^xsd:double;
  dwc:endLatitude '50.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.56 50.79, -5.56 50.79, -5.56 50.79, -5.56 50.79, -5.56 50.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1387'^^xsd:string;
  dwc:observationDate '2002-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.96 -5.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.96"^^xsd:decimal ;
  dwc:decimalLongitude "-5.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.96 -5.56)"^^geo:wktLiteral ;
  geo-pos:lat "50.96"^^xsd:decimal ;
  geo-pos:long "-5.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1401'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1401'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.56'^^xsd:double;
  dwc:startLongitude '-5.56'^^xsd:double;
  dwc:endLongitude '-5.56'^^xsd:double;
  dwc:latitude '50.96'^^xsd:double;
  dwc:startLatitude '50.96'^^xsd:double;
  dwc:endLatitude '50.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.56 50.96, -5.56 50.96, -5.56 50.96, -5.56 50.96, -5.56 50.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1401'^^xsd:string;
  dwc:observationDate '2002-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.93 -5.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.93"^^xsd:decimal ;
  dwc:decimalLongitude "-5.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.93 -5.55)"^^geo:wktLiteral ;
  geo-pos:lat "35.93"^^xsd:decimal ;
  geo-pos:long "-5.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_960'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_960'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:longitude '-5.55'^^xsd:double;
  dwc:startLongitude '-5.55'^^xsd:double;
  dwc:endLongitude '-5.55'^^xsd:double;
  dwc:latitude '35.93'^^xsd:double;
  dwc:startLatitude '35.93'^^xsd:double;
  dwc:endLatitude '35.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.55 35.93, -5.55 35.93, -5.55 35.93, -5.55 35.93, -5.55 35.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_960'^^xsd:string;
  dwc:observationDate '2001-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.91 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.91"^^xsd:decimal ;
  dwc:decimalLongitude "-5.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.91 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "50.91"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1399'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1399'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:startLongitude '-5.54'^^xsd:double;
  dwc:endLongitude '-5.54'^^xsd:double;
  dwc:latitude '50.91'^^xsd:double;
  dwc:startLatitude '50.91'^^xsd:double;
  dwc:endLatitude '50.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.54 50.91, -5.54 50.91, -5.54 50.91, -5.54 50.91, -5.54 50.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1399'^^xsd:string;
  dwc:observationDate '2002-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.13 -5.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.13 -5.53)"^^geo:wktLiteral ;
  geo-pos:lat "49.13"^^xsd:decimal ;
  geo-pos:long "-5.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_19'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_19'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-5.53'^^xsd:double;
  dwc:startLongitude '-5.53'^^xsd:double;
  dwc:endLongitude '-5.53'^^xsd:double;
  dwc:latitude '49.13'^^xsd:double;
  dwc:startLatitude '49.13'^^xsd:double;
  dwc:endLatitude '49.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.53 49.13, -5.53 49.13, -5.53 49.13, -5.53 49.13, -5.53 49.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_19'^^xsd:string;
  dwc:observationDate '1993-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.97 -5.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.97 -5.52)"^^geo:wktLiteral ;
  geo-pos:lat "35.97"^^xsd:decimal ;
  geo-pos:long "-5.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1104'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1104'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:longitude '-5.52'^^xsd:double;
  dwc:startLongitude '-5.52'^^xsd:double;
  dwc:endLongitude '-5.52'^^xsd:double;
  dwc:latitude '35.97'^^xsd:double;
  dwc:startLatitude '35.97'^^xsd:double;
  dwc:endLatitude '35.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.52 35.97, -5.52 35.97, -5.52 35.97, -5.52 35.97, -5.52 35.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1104'^^xsd:string;
  dwc:observationDate '2002-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.96 -5.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.96"^^xsd:decimal ;
  dwc:decimalLongitude "-5.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.96 -5.52)"^^geo:wktLiteral ;
  geo-pos:lat "50.96"^^xsd:decimal ;
  geo-pos:long "-5.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1400'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1400'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.52'^^xsd:double;
  dwc:startLongitude '-5.52'^^xsd:double;
  dwc:endLongitude '-5.52'^^xsd:double;
  dwc:latitude '50.96'^^xsd:double;
  dwc:startLatitude '50.96'^^xsd:double;
  dwc:endLatitude '50.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.52 50.96, -5.52 50.96, -5.52 50.96, -5.52 50.96, -5.52 50.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1400'^^xsd:string;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 -5.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.95"^^xsd:decimal ;
  dwc:decimalLongitude "-5.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 -5.51)"^^geo:wktLiteral ;
  geo-pos:lat "50.95"^^xsd:decimal ;
  geo-pos:long "-5.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1383'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1383'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.51'^^xsd:double;
  dwc:startLongitude '-5.51'^^xsd:double;
  dwc:endLongitude '-5.51'^^xsd:double;
  dwc:latitude '50.95'^^xsd:double;
  dwc:startLatitude '50.95'^^xsd:double;
  dwc:endLatitude '50.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.51 50.95, -5.51 50.95, -5.51 50.95, -5.51 50.95, -5.51 50.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1383'^^xsd:string;
  dwc:observationDate '2002-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.92 -5.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.92"^^xsd:decimal ;
  dwc:decimalLongitude "-5.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.92 -5.5)"^^geo:wktLiteral ;
  geo-pos:lat "35.92"^^xsd:decimal ;
  geo-pos:long "-5.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_103'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_103'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:longitude '-5.5'^^xsd:double;
  dwc:startLongitude '-5.5'^^xsd:double;
  dwc:endLongitude '-5.5'^^xsd:double;
  dwc:latitude '35.92'^^xsd:double;
  dwc:startLatitude '35.92'^^xsd:double;
  dwc:endLatitude '35.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.5 35.92, -5.5 35.92, -5.5 35.92, -5.5 35.92, -5.5 35.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_103'^^xsd:string;
  dwc:observationDate '1994-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87 -5.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.87"^^xsd:decimal ;
  dwc:decimalLongitude "-5.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87 -5.5)"^^geo:wktLiteral ;
  geo-pos:lat "50.87"^^xsd:decimal ;
  geo-pos:long "-5.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1395'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_1395'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.5'^^xsd:double;
  dwc:startLongitude '-5.5'^^xsd:double;
  dwc:endLongitude '-5.5'^^xsd:double;
  dwc:latitude '50.87'^^xsd:double;
  dwc:startLatitude '50.87'^^xsd:double;
  dwc:endLatitude '50.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.5 50.87, -5.5 50.87, -5.5 50.87, -5.5 50.87, -5.5 50.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1395'^^xsd:string;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -5.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.88"^^xsd:decimal ;
  dwc:decimalLongitude "-5.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -5.5)"^^geo:wktLiteral ;
  geo-pos:lat "50.88"^^xsd:decimal ;
  geo-pos:long "-5.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1386'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1386'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.5'^^xsd:double;
  dwc:startLongitude '-5.5'^^xsd:double;
  dwc:endLongitude '-5.5'^^xsd:double;
  dwc:latitude '50.88'^^xsd:double;
  dwc:startLatitude '50.88'^^xsd:double;
  dwc:endLatitude '50.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.5 50.88, -5.5 50.88, -5.5 50.88, -5.5 50.88, -5.5 50.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1386'^^xsd:string;
  dwc:observationDate '2002-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.85 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "50.85"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1385'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1385'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:startLongitude '-5.48'^^xsd:double;
  dwc:endLongitude '-5.48'^^xsd:double;
  dwc:latitude '50.85'^^xsd:double;
  dwc:startLatitude '50.85'^^xsd:double;
  dwc:endLatitude '50.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.48 50.85, -5.48 50.85, -5.48 50.85, -5.48 50.85, -5.48 50.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1385'^^xsd:string;
  dwc:observationDate '2002-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.52 -5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.52 -5.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.52"^^xsd:decimal ;
  geo-pos:long "-5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_908'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_908'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.45'^^xsd:double;
  dwc:startLongitude '-5.45'^^xsd:double;
  dwc:endLongitude '-5.45'^^xsd:double;
  dwc:latitude '51.52'^^xsd:double;
  dwc:startLatitude '51.52'^^xsd:double;
  dwc:endLatitude '51.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.45 51.52, -5.45 51.52, -5.45 51.52, -5.45 51.52, -5.45 51.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_908'^^xsd:string;
  dwc:observationDate '2001-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -5.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.39"^^xsd:decimal ;
  dwc:decimalLongitude "-5.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -5.43)"^^geo:wktLiteral ;
  geo-pos:lat "50.39"^^xsd:decimal ;
  geo-pos:long "-5.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1366'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1366'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.43'^^xsd:double;
  dwc:startLongitude '-5.43'^^xsd:double;
  dwc:endLongitude '-5.43'^^xsd:double;
  dwc:latitude '50.39'^^xsd:double;
  dwc:startLatitude '50.39'^^xsd:double;
  dwc:endLatitude '50.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.43 50.39, -5.43 50.39, -5.43 50.39, -5.43 50.39, -5.43 50.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1366'^^xsd:string;
  dwc:observationDate '2000-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -5.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12"^^xsd:decimal ;
  dwc:decimalLongitude "-5.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -5.43)"^^geo:wktLiteral ;
  geo-pos:lat "51.12"^^xsd:decimal ;
  geo-pos:long "-5.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1404'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1404'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.43'^^xsd:double;
  dwc:startLongitude '-5.43'^^xsd:double;
  dwc:endLongitude '-5.43'^^xsd:double;
  dwc:latitude '51.12'^^xsd:double;
  dwc:startLatitude '51.12'^^xsd:double;
  dwc:endLatitude '51.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.43 51.12, -5.43 51.12, -5.43 51.12, -5.43 51.12, -5.43 51.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1404'^^xsd:string;
  dwc:observationDate '2002-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98 -5.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.98"^^xsd:decimal ;
  dwc:decimalLongitude "-5.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98 -5.4)"^^geo:wktLiteral ;
  geo-pos:lat "35.98"^^xsd:decimal ;
  geo-pos:long "-5.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_100'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_100'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-5.4'^^xsd:double;
  dwc:startLongitude '-5.4'^^xsd:double;
  dwc:endLongitude '-5.4'^^xsd:double;
  dwc:latitude '35.98'^^xsd:double;
  dwc:startLatitude '35.98'^^xsd:double;
  dwc:endLatitude '35.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.4 35.98, -5.4 35.98, -5.4 35.98, -5.4 35.98, -5.4 35.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_100'^^xsd:string;
  dwc:observationDate '1994-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.03 -5.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.03"^^xsd:decimal ;
  dwc:decimalLongitude "-5.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.03 -5.39)"^^geo:wktLiteral ;
  geo-pos:lat "36.03"^^xsd:decimal ;
  geo-pos:long "-5.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_351'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_351'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.7166666666667'^^xsd:double;
  dwc:longitude '-5.39'^^xsd:double;
  dwc:startLongitude '-5.39'^^xsd:double;
  dwc:endLongitude '-5.39'^^xsd:double;
  dwc:latitude '36.03'^^xsd:double;
  dwc:startLatitude '36.03'^^xsd:double;
  dwc:endLatitude '36.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.39 36.03, -5.39 36.03, -5.39 36.03, -5.39 36.03, -5.39 36.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_351'^^xsd:string;
  dwc:observationDate '1997-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.14 -5.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.14"^^xsd:decimal ;
  dwc:decimalLongitude "-5.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.14 -5.39)"^^geo:wktLiteral ;
  geo-pos:lat "36.14"^^xsd:decimal ;
  geo-pos:long "-5.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_584'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_584'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:longitude '-5.39'^^xsd:double;
  dwc:startLongitude '-5.39'^^xsd:double;
  dwc:endLongitude '-5.39'^^xsd:double;
  dwc:latitude '36.14'^^xsd:double;
  dwc:startLatitude '36.14'^^xsd:double;
  dwc:endLatitude '36.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.39 36.14, -5.39 36.14, -5.39 36.14, -5.39 36.14, -5.39 36.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_584'^^xsd:string;
  dwc:observationDate '1972-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -5.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8"^^xsd:decimal ;
  dwc:decimalLongitude "-5.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -5.39)"^^geo:wktLiteral ;
  geo-pos:lat "50.8"^^xsd:decimal ;
  geo-pos:long "-5.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1384'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1384'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.3333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.39'^^xsd:double;
  dwc:startLongitude '-5.39'^^xsd:double;
  dwc:endLongitude '-5.39'^^xsd:double;
  dwc:latitude '50.8'^^xsd:double;
  dwc:startLatitude '50.8'^^xsd:double;
  dwc:endLatitude '50.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.39 50.8, -5.39 50.8, -5.39 50.8, -5.39 50.8, -5.39 50.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1384'^^xsd:string;
  dwc:observationDate '2002-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92 -5.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.92"^^xsd:decimal ;
  dwc:decimalLongitude "-5.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92 -5.39)"^^geo:wktLiteral ;
  geo-pos:lat "50.92"^^xsd:decimal ;
  geo-pos:long "-5.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1396'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_1396'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.39'^^xsd:double;
  dwc:startLongitude '-5.39'^^xsd:double;
  dwc:endLongitude '-5.39'^^xsd:double;
  dwc:latitude '50.92'^^xsd:double;
  dwc:startLatitude '50.92'^^xsd:double;
  dwc:endLatitude '50.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.39 50.92, -5.39 50.92, -5.39 50.92, -5.39 50.92, -5.39 50.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1396'^^xsd:string;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -5.37)"^^geo:wktLiteral ;
  geo-pos:lat "36"^^xsd:decimal ;
  geo-pos:long "-5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_101'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_101'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.37'^^xsd:double;
  dwc:startLongitude '-5.37'^^xsd:double;
  dwc:endLongitude '-5.37'^^xsd:double;
  dwc:latitude '36'^^xsd:integer;
  dwc:startLatitude '36'^^xsd:integer;
  dwc:endLatitude '36'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-5.37 36, -5.37 36, -5.37 36, -5.37 36, -5.37 36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_101'^^xsd:string;
  dwc:observationDate '1994-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.14 -5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.14"^^xsd:decimal ;
  dwc:decimalLongitude "-5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.14 -5.37)"^^geo:wktLiteral ;
  geo-pos:lat "36.14"^^xsd:decimal ;
  geo-pos:long "-5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_622'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_622'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '-5.37'^^xsd:double;
  dwc:startLongitude '-5.37'^^xsd:double;
  dwc:endLongitude '-5.37'^^xsd:double;
  dwc:latitude '36.14'^^xsd:double;
  dwc:startLatitude '36.14'^^xsd:double;
  dwc:endLatitude '36.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.37 36.14, -5.37 36.14, -5.37 36.14, -5.37 36.14, -5.37 36.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_622'^^xsd:string;
  dwc:observationDate '1973-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "-5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -5.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "-5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1363'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1363'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.37'^^xsd:double;
  dwc:startLongitude '-5.37'^^xsd:double;
  dwc:endLongitude '-5.37'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.37 50.65, -5.37 50.65, -5.37 50.65, -5.37 50.65, -5.37 50.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1363'^^xsd:string;
  dwc:observationDate '2000-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.72"^^xsd:decimal ;
  dwc:decimalLongitude "-5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -5.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.72"^^xsd:decimal ;
  geo-pos:long "-5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1364'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1364'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.9333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.37'^^xsd:double;
  dwc:startLongitude '-5.37'^^xsd:double;
  dwc:endLongitude '-5.37'^^xsd:double;
  dwc:latitude '50.72'^^xsd:double;
  dwc:startLatitude '50.72'^^xsd:double;
  dwc:endLatitude '50.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.37 50.72, -5.37 50.72, -5.37 50.72, -5.37 50.72, -5.37 50.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1364'^^xsd:string;
  dwc:observationDate '2000-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -5.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.02"^^xsd:decimal ;
  dwc:decimalLongitude "-5.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -5.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.02"^^xsd:decimal ;
  geo-pos:long "-5.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_102'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_102'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.33'^^xsd:double;
  dwc:startLongitude '-5.33'^^xsd:double;
  dwc:endLongitude '-5.33'^^xsd:double;
  dwc:latitude '36.02'^^xsd:double;
  dwc:startLatitude '36.02'^^xsd:double;
  dwc:endLatitude '36.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.33 36.02, -5.33 36.02, -5.33 36.02, -5.33 36.02, -5.33 36.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_102'^^xsd:string;
  dwc:observationDate '1994-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.03 -5.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.03"^^xsd:decimal ;
  dwc:decimalLongitude "-5.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.03 -5.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.03"^^xsd:decimal ;
  geo-pos:long "-5.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_175'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_175'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.33'^^xsd:double;
  dwc:startLongitude '-5.33'^^xsd:double;
  dwc:endLongitude '-5.33'^^xsd:double;
  dwc:latitude '36.03'^^xsd:double;
  dwc:startLatitude '36.03'^^xsd:double;
  dwc:endLatitude '36.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.33 36.03, -5.33 36.03, -5.33 36.03, -5.33 36.03, -5.33 36.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_175'^^xsd:string;
  dwc:observationDate '1995-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.09 -5.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.09"^^xsd:decimal ;
  dwc:decimalLongitude "-5.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.09 -5.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.09"^^xsd:decimal ;
  geo-pos:long "-5.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_579'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_579'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.33'^^xsd:double;
  dwc:startLongitude '-5.33'^^xsd:double;
  dwc:endLongitude '-5.33'^^xsd:double;
  dwc:latitude '36.09'^^xsd:double;
  dwc:startLatitude '36.09'^^xsd:double;
  dwc:endLatitude '36.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.33 36.09, -5.33 36.09, -5.33 36.09, -5.33 36.09, -5.33 36.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_579'^^xsd:string;
  dwc:observationDate '1972-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.93 -5.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.93"^^xsd:decimal ;
  dwc:decimalLongitude "-5.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.93 -5.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.93"^^xsd:decimal ;
  geo-pos:long "-5.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1394'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_1394'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.33'^^xsd:double;
  dwc:startLongitude '-5.33'^^xsd:double;
  dwc:endLongitude '-5.33'^^xsd:double;
  dwc:latitude '50.93'^^xsd:double;
  dwc:startLatitude '50.93'^^xsd:double;
  dwc:endLatitude '50.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.33 50.93, -5.33 50.93, -5.33 50.93, -5.33 50.93, -5.33 50.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1394'^^xsd:string;
  dwc:observationDate '2002-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.91 -5.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.91"^^xsd:decimal ;
  dwc:decimalLongitude "-5.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.91 -5.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.91"^^xsd:decimal ;
  geo-pos:long "-5.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1390'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1390'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.3'^^xsd:double;
  dwc:startLongitude '-5.3'^^xsd:double;
  dwc:endLongitude '-5.3'^^xsd:double;
  dwc:latitude '50.91'^^xsd:double;
  dwc:startLatitude '50.91'^^xsd:double;
  dwc:endLatitude '50.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.3 50.91, -5.3 50.91, -5.3 50.91, -5.3 50.91, -5.3 50.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1390'^^xsd:string;
  dwc:observationDate '2002-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87 -5.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.87"^^xsd:decimal ;
  dwc:decimalLongitude "-5.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.87 -5.28)"^^geo:wktLiteral ;
  geo-pos:lat "50.87"^^xsd:decimal ;
  geo-pos:long "-5.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1388'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1388'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.28'^^xsd:double;
  dwc:startLongitude '-5.28'^^xsd:double;
  dwc:endLongitude '-5.28'^^xsd:double;
  dwc:latitude '50.87'^^xsd:double;
  dwc:startLatitude '50.87'^^xsd:double;
  dwc:endLatitude '50.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.28 50.87, -5.28 50.87, -5.28 50.87, -5.28 50.87, -5.28 50.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1388'^^xsd:string;
  dwc:observationDate '2002-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -5.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -5.28)"^^geo:wktLiteral ;
  geo-pos:lat "50.97"^^xsd:decimal ;
  geo-pos:long "-5.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1398'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1398'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.28'^^xsd:double;
  dwc:startLongitude '-5.28'^^xsd:double;
  dwc:endLongitude '-5.28'^^xsd:double;
  dwc:latitude '50.97'^^xsd:double;
  dwc:startLatitude '50.97'^^xsd:double;
  dwc:endLatitude '50.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.28 50.97, -5.28 50.97, -5.28 50.97, -5.28 50.97, -5.28 50.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1398'^^xsd:string;
  dwc:observationDate '2002-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 -5.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9 -5.26)"^^geo:wktLiteral ;
  geo-pos:lat "50.9"^^xsd:decimal ;
  geo-pos:long "-5.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1389'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1389'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.26'^^xsd:double;
  dwc:startLongitude '-5.26'^^xsd:double;
  dwc:endLongitude '-5.26'^^xsd:double;
  dwc:latitude '50.9'^^xsd:double;
  dwc:startLatitude '50.9'^^xsd:double;
  dwc:endLatitude '50.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.26 50.9, -5.26 50.9, -5.26 50.9, -5.26 50.9, -5.26 50.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1389'^^xsd:string;
  dwc:observationDate '2002-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -5.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.02"^^xsd:decimal ;
  dwc:decimalLongitude "-5.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -5.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.02"^^xsd:decimal ;
  geo-pos:long "-5.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_99'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_99'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.25'^^xsd:double;
  dwc:startLongitude '-5.25'^^xsd:double;
  dwc:endLongitude '-5.25'^^xsd:double;
  dwc:latitude '36.02'^^xsd:double;
  dwc:startLatitude '36.02'^^xsd:double;
  dwc:endLatitude '36.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.25 36.02, -5.25 36.02, -5.25 36.02, -5.25 36.02, -5.25 36.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_99'^^xsd:string;
  dwc:observationDate '1994-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.52 -5.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.52 -5.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.52"^^xsd:decimal ;
  geo-pos:long "-5.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_674'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_674'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.25'^^xsd:double;
  dwc:startLongitude '-5.25'^^xsd:double;
  dwc:endLongitude '-5.25'^^xsd:double;
  dwc:latitude '54.52'^^xsd:double;
  dwc:startLatitude '54.52'^^xsd:double;
  dwc:endLatitude '54.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.25 54.52, -5.25 54.52, -5.25 54.52, -5.25 54.52, -5.25 54.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_674'^^xsd:string;
  dwc:observationDate '1972-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94 -5.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.94"^^xsd:decimal ;
  dwc:decimalLongitude "-5.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94 -5.24)"^^geo:wktLiteral ;
  geo-pos:lat "50.94"^^xsd:decimal ;
  geo-pos:long "-5.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1392'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1392'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.24'^^xsd:double;
  dwc:startLongitude '-5.24'^^xsd:double;
  dwc:endLongitude '-5.24'^^xsd:double;
  dwc:latitude '50.94'^^xsd:double;
  dwc:startLatitude '50.94'^^xsd:double;
  dwc:endLatitude '50.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.24 50.94, -5.24 50.94, -5.24 50.94, -5.24 50.94, -5.24 50.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1392'^^xsd:string;
  dwc:observationDate '2002-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94 -5.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.94"^^xsd:decimal ;
  dwc:decimalLongitude "-5.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94 -5.23)"^^geo:wktLiteral ;
  geo-pos:lat "50.94"^^xsd:decimal ;
  geo-pos:long "-5.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1391'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1391'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.23'^^xsd:double;
  dwc:startLongitude '-5.23'^^xsd:double;
  dwc:endLongitude '-5.23'^^xsd:double;
  dwc:latitude '50.94'^^xsd:double;
  dwc:startLatitude '50.94'^^xsd:double;
  dwc:endLatitude '50.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.23 50.94, -5.23 50.94, -5.23 50.94, -5.23 50.94, -5.23 50.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1391'^^xsd:string;
  dwc:observationDate '2002-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.93 -5.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.93"^^xsd:decimal ;
  dwc:decimalLongitude "-5.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.93 -5.23)"^^geo:wktLiteral ;
  geo-pos:lat "57.93"^^xsd:decimal ;
  geo-pos:long "-5.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_927'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_927'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.716666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.23'^^xsd:double;
  dwc:startLongitude '-5.23'^^xsd:double;
  dwc:endLongitude '-5.23'^^xsd:double;
  dwc:latitude '57.93'^^xsd:double;
  dwc:startLatitude '57.93'^^xsd:double;
  dwc:endLatitude '57.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.23 57.93, -5.23 57.93, -5.23 57.93, -5.23 57.93, -5.23 57.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_927'^^xsd:string;
  dwc:observationDate '1999-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.89 -5.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.89"^^xsd:decimal ;
  dwc:decimalLongitude "-5.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.89 -5.22)"^^geo:wktLiteral ;
  geo-pos:lat "50.89"^^xsd:decimal ;
  geo-pos:long "-5.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1348'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1348'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^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'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.22'^^xsd:double;
  dwc:startLongitude '-5.22'^^xsd:double;
  dwc:endLongitude '-5.22'^^xsd:double;
  dwc:latitude '50.89'^^xsd:double;
  dwc:startLatitude '50.89'^^xsd:double;
  dwc:endLatitude '50.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.22 50.89, -5.22 50.89, -5.22 50.89, -5.22 50.89, -5.22 50.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1348'^^xsd:string;
  dwc:observationDate '1999-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 -5.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07"^^xsd:decimal ;
  dwc:decimalLongitude "-5.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 -5.19)"^^geo:wktLiteral ;
  geo-pos:lat "51.07"^^xsd:decimal ;
  geo-pos:long "-5.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1403'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1403'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.19'^^xsd:double;
  dwc:startLongitude '-5.19'^^xsd:double;
  dwc:endLongitude '-5.19'^^xsd:double;
  dwc:latitude '51.07'^^xsd:double;
  dwc:startLatitude '51.07'^^xsd:double;
  dwc:endLatitude '51.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.19 51.07, -5.19 51.07, -5.19 51.07, -5.19 51.07, -5.19 51.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1403'^^xsd:string;
  dwc:observationDate '2002-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98 -5.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.98"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.98 -5.18)"^^geo:wktLiteral ;
  geo-pos:lat "35.98"^^xsd:decimal ;
  geo-pos:long "-5.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_363'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_363'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.18'^^xsd:double;
  dwc:startLongitude '-5.18'^^xsd:double;
  dwc:endLongitude '-5.18'^^xsd:double;
  dwc:latitude '35.98'^^xsd:double;
  dwc:startLatitude '35.98'^^xsd:double;
  dwc:endLatitude '35.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.18 35.98, -5.18 35.98, -5.18 35.98, -5.18 35.98, -5.18 35.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_363'^^xsd:string;
  dwc:observationDate '1998-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.81 -5.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.81"^^xsd:decimal ;
  dwc:decimalLongitude "-5.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.81 -5.18)"^^geo:wktLiteral ;
  geo-pos:lat "50.81"^^xsd:decimal ;
  geo-pos:long "-5.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1353'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1353'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.18'^^xsd:double;
  dwc:startLongitude '-5.18'^^xsd:double;
  dwc:endLongitude '-5.18'^^xsd:double;
  dwc:latitude '50.81'^^xsd:double;
  dwc:startLatitude '50.81'^^xsd:double;
  dwc:endLatitude '50.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.18 50.81, -5.18 50.81, -5.18 50.81, -5.18 50.81, -5.18 50.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1353'^^xsd:string;
  dwc:observationDate '1999-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -5.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.9 -5.17)"^^geo:wktLiteral ;
  geo-pos:lat "53.9"^^xsd:decimal ;
  geo-pos:long "-5.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1271'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_1271'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.766666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.17'^^xsd:double;
  dwc:startLongitude '-5.17'^^xsd:double;
  dwc:endLongitude '-5.17'^^xsd:double;
  dwc:latitude '53.9'^^xsd:double;
  dwc:startLatitude '53.9'^^xsd:double;
  dwc:endLatitude '53.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.17 53.9, -5.17 53.9, -5.17 53.9, -5.17 53.9, -5.17 53.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1271'^^xsd:string;
  dwc:observationDate '1999-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.89 -5.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.89"^^xsd:decimal ;
  dwc:decimalLongitude "-5.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.89 -5.14)"^^geo:wktLiteral ;
  geo-pos:lat "50.89"^^xsd:decimal ;
  geo-pos:long "-5.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1349'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1349'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.14'^^xsd:double;
  dwc:startLongitude '-5.14'^^xsd:double;
  dwc:endLongitude '-5.14'^^xsd:double;
  dwc:latitude '50.89'^^xsd:double;
  dwc:startLatitude '50.89'^^xsd:double;
  dwc:endLatitude '50.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.14 50.89, -5.14 50.89, -5.14 50.89, -5.14 50.89, -5.14 50.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1349'^^xsd:string;
  dwc:observationDate '1999-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1 -5.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1"^^xsd:decimal ;
  dwc:decimalLongitude "-5.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1 -5.13)"^^geo:wktLiteral ;
  geo-pos:lat "36.1"^^xsd:decimal ;
  geo-pos:long "-5.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_166'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_166'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.13'^^xsd:double;
  dwc:startLongitude '-5.13'^^xsd:double;
  dwc:endLongitude '-5.13'^^xsd:double;
  dwc:latitude '36.1'^^xsd:double;
  dwc:startLatitude '36.1'^^xsd:double;
  dwc:endLatitude '36.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.13 36.1, -5.13 36.1, -5.13 36.1, -5.13 36.1, -5.13 36.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_166'^^xsd:string;
  dwc:observationDate '1995-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92 -5.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.92"^^xsd:decimal ;
  dwc:decimalLongitude "-5.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.92 -5.13)"^^geo:wktLiteral ;
  geo-pos:lat "50.92"^^xsd:decimal ;
  geo-pos:long "-5.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1350'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1350'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^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 '17'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.13'^^xsd:double;
  dwc:startLongitude '-5.13'^^xsd:double;
  dwc:endLongitude '-5.13'^^xsd:double;
  dwc:latitude '50.92'^^xsd:double;
  dwc:startLatitude '50.92'^^xsd:double;
  dwc:endLatitude '50.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.13 50.92, -5.13 50.92, -5.13 50.92, -5.13 50.92, -5.13 50.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1350'^^xsd:string;
  dwc:observationDate '1999-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -5.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.88"^^xsd:decimal ;
  dwc:decimalLongitude "-5.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -5.09)"^^geo:wktLiteral ;
  geo-pos:lat "50.88"^^xsd:decimal ;
  geo-pos:long "-5.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1357'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_1357'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.09'^^xsd:double;
  dwc:startLongitude '-5.09'^^xsd:double;
  dwc:endLongitude '-5.09'^^xsd:double;
  dwc:latitude '50.88'^^xsd:double;
  dwc:startLatitude '50.88'^^xsd:double;
  dwc:endLatitude '50.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.09 50.88, -5.09 50.88, -5.09 50.88, -5.09 50.88, -5.09 50.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1357'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83 -5.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.83"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83 -5.08)"^^geo:wktLiteral ;
  geo-pos:lat "50.83"^^xsd:decimal ;
  geo-pos:long "-5.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1352'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1352'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.08'^^xsd:double;
  dwc:startLongitude '-5.08'^^xsd:double;
  dwc:endLongitude '-5.08'^^xsd:double;
  dwc:latitude '50.83'^^xsd:double;
  dwc:startLatitude '50.83'^^xsd:double;
  dwc:endLatitude '50.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.08 50.83, -5.08 50.83, -5.08 50.83, -5.08 50.83, -5.08 50.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1352'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.86"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "50.86"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1360'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1360'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:startLongitude '-5.06'^^xsd:double;
  dwc:endLongitude '-5.06'^^xsd:double;
  dwc:latitude '50.86'^^xsd:double;
  dwc:startLatitude '50.86'^^xsd:double;
  dwc:endLatitude '50.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.06 50.86, -5.06 50.86, -5.06 50.86, -5.06 50.86, -5.06 50.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1360'^^xsd:string;
  dwc:observationDate '1999-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "51.13"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1402'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1402'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:startLongitude '-5.06'^^xsd:double;
  dwc:endLongitude '-5.06'^^xsd:double;
  dwc:latitude '51.13'^^xsd:double;
  dwc:startLatitude '51.13'^^xsd:double;
  dwc:endLatitude '51.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.06 51.13, -5.06 51.13, -5.06 51.13, -5.06 51.13, -5.06 51.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Unidentified dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1402'^^xsd:string;
  dwc:observationDate '2002-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -5.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-5.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -5.02)"^^geo:wktLiteral ;
  geo-pos:lat "36"^^xsd:decimal ;
  geo-pos:long "-5.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1296'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1296'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.02'^^xsd:double;
  dwc:startLongitude '-5.02'^^xsd:double;
  dwc:endLongitude '-5.02'^^xsd:double;
  dwc:latitude '36'^^xsd:integer;
  dwc:startLatitude '36'^^xsd:integer;
  dwc:endLatitude '36'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-5.02 36, -5.02 36, -5.02 36, -5.02 36, -5.02 36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1296'^^xsd:string;
  dwc:observationDate '2001-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79 -5.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.79"^^xsd:decimal ;
  dwc:decimalLongitude "-5.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79 -5.02)"^^geo:wktLiteral ;
  geo-pos:lat "50.79"^^xsd:decimal ;
  geo-pos:long "-5.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1356'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1356'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.02'^^xsd:double;
  dwc:startLongitude '-5.02'^^xsd:double;
  dwc:endLongitude '-5.02'^^xsd:double;
  dwc:latitude '50.79'^^xsd:double;
  dwc:startLatitude '50.79'^^xsd:double;
  dwc:endLatitude '50.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.02 50.79, -5.02 50.79, -5.02 50.79, -5.02 50.79, -5.02 50.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1356'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 -5.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.24"^^xsd:decimal ;
  dwc:decimalLongitude "-5.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 -5.01)"^^geo:wktLiteral ;
  geo-pos:lat "54.24"^^xsd:decimal ;
  geo-pos:long "-5.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_2'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_2'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.01'^^xsd:double;
  dwc:startLongitude '-5.01'^^xsd:double;
  dwc:endLongitude '-5.01'^^xsd:double;
  dwc:latitude '54.24'^^xsd:double;
  dwc:startLatitude '54.24'^^xsd:double;
  dwc:endLatitude '54.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.01 54.24, -5.01 54.24, -5.01 54.24, -5.01 54.24, -5.01 54.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_2'^^xsd:string;
  dwc:observationDate '1993-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.52 -5.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.52 -5.01)"^^geo:wktLiteral ;
  geo-pos:lat "55.52"^^xsd:decimal ;
  geo-pos:long "-5.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_493'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_493'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5.01'^^xsd:double;
  dwc:startLongitude '-5.01'^^xsd:double;
  dwc:endLongitude '-5.01'^^xsd:double;
  dwc:latitude '55.52'^^xsd:double;
  dwc:startLatitude '55.52'^^xsd:double;
  dwc:endLatitude '55.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.01 55.52, -5.01 55.52, -5.01 55.52, -5.01 55.52, -5.01 55.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_493'^^xsd:string;
  dwc:observationDate '1998-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.8"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.8 -5)"^^geo:wktLiteral ;
  geo-pos:lat "35.8"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1114'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1114'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:startLongitude '-5'^^xsd:integer;
  dwc:endLongitude '-5'^^xsd:integer;
  dwc:latitude '35.8'^^xsd:double;
  dwc:startLatitude '35.8'^^xsd:double;
  dwc:endLatitude '35.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5 35.8, -5 35.8, -5 35.8, -5 35.8, -5 35.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1114'^^xsd:string;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.9 -5)"^^geo:wktLiteral ;
  geo-pos:lat "35.9"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1113'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1113'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:startLongitude '-5'^^xsd:integer;
  dwc:endLongitude '-5'^^xsd:integer;
  dwc:latitude '35.9'^^xsd:double;
  dwc:startLatitude '35.9'^^xsd:double;
  dwc:endLatitude '35.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5 35.9, -5 35.9, -5 35.9, -5 35.9, -5 35.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1113'^^xsd:string;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.1"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.1 -5)"^^geo:wktLiteral ;
  geo-pos:lat "36.1"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_824'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_824'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:startLongitude '-5'^^xsd:integer;
  dwc:endLongitude '-5'^^xsd:integer;
  dwc:latitude '36.1'^^xsd:double;
  dwc:startLatitude '36.1'^^xsd:double;
  dwc:endLatitude '36.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5 36.1, -5 36.1, -5 36.1, -5 36.1, -5 36.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_824'^^xsd:string;
  dwc:observationDate '2000-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.83"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.83 -5)"^^geo:wktLiteral ;
  geo-pos:lat "50.83"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1355'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1355'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:startLongitude '-5'^^xsd:integer;
  dwc:endLongitude '-5'^^xsd:integer;
  dwc:latitude '50.83'^^xsd:double;
  dwc:startLatitude '50.83'^^xsd:double;
  dwc:endLatitude '50.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5 50.83, -5 50.83, -5 50.83, -5 50.83, -5 50.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1355'^^xsd:string;
  dwc:observationDate '1999-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -5)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1351'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1351'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:startLongitude '-5'^^xsd:integer;
  dwc:endLongitude '-5'^^xsd:integer;
  dwc:latitude '51'^^xsd:integer;
  dwc:startLatitude '51'^^xsd:integer;
  dwc:endLatitude '51'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-5 51, -5 51, -5 51, -5 51, -5 51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1351'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -4.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8"^^xsd:decimal ;
  dwc:decimalLongitude "-4.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -4.97)"^^geo:wktLiteral ;
  geo-pos:lat "50.8"^^xsd:decimal ;
  geo-pos:long "-4.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1362'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1362'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.97'^^xsd:double;
  dwc:startLongitude '-4.97'^^xsd:double;
  dwc:endLongitude '-4.97'^^xsd:double;
  dwc:latitude '50.8'^^xsd:double;
  dwc:startLatitude '50.8'^^xsd:double;
  dwc:endLatitude '50.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.97 50.8, -4.97 50.8, -4.97 50.8, -4.97 50.8, -4.97 50.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1362'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -4.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -4.94)"^^geo:wktLiteral ;
  geo-pos:lat "54.35"^^xsd:decimal ;
  geo-pos:long "-4.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_922'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_922'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.94'^^xsd:double;
  dwc:startLongitude '-4.94'^^xsd:double;
  dwc:endLongitude '-4.94'^^xsd:double;
  dwc:latitude '54.35'^^xsd:double;
  dwc:startLatitude '54.35'^^xsd:double;
  dwc:endLatitude '54.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.94 54.35, -4.94 54.35, -4.94 54.35, -4.94 54.35, -4.94 54.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_922'^^xsd:string;
  dwc:observationDate '2001-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.32 -4.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.32"^^xsd:decimal ;
  dwc:decimalLongitude "-4.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.32 -4.92)"^^geo:wktLiteral ;
  geo-pos:lat "54.32"^^xsd:decimal ;
  geo-pos:long "-4.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_924'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_924'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.92'^^xsd:double;
  dwc:startLongitude '-4.92'^^xsd:double;
  dwc:endLongitude '-4.92'^^xsd:double;
  dwc:latitude '54.32'^^xsd:double;
  dwc:startLatitude '54.32'^^xsd:double;
  dwc:endLatitude '54.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.92 54.32, -4.92 54.32, -4.92 54.32, -4.92 54.32, -4.92 54.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_924'^^xsd:string;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.85 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.85"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.85 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "49.85"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_944'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_944'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.7'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:startLongitude '-4.9'^^xsd:double;
  dwc:endLongitude '-4.9'^^xsd:double;
  dwc:latitude '49.85'^^xsd:double;
  dwc:startLatitude '49.85'^^xsd:double;
  dwc:endLatitude '49.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.9 49.85, -4.9 49.85, -4.9 49.85, -4.9 49.85, -4.9 49.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_944'^^xsd:string;
  dwc:observationDate '2000-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.02 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.02"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.02 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "50.02"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_907'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_907'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:startLongitude '-4.9'^^xsd:double;
  dwc:endLongitude '-4.9'^^xsd:double;
  dwc:latitude '50.02'^^xsd:double;
  dwc:startLatitude '50.02'^^xsd:double;
  dwc:endLatitude '50.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.9 50.02, -4.9 50.02, -4.9 50.02, -4.9 50.02, -4.9 50.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_907'^^xsd:string;
  dwc:observationDate '2001-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.88"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -4.9)"^^geo:wktLiteral ;
  geo-pos:lat "50.88"^^xsd:decimal ;
  geo-pos:long "-4.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1359'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1359'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:startLongitude '-4.9'^^xsd:double;
  dwc:endLongitude '-4.9'^^xsd:double;
  dwc:latitude '50.88'^^xsd:double;
  dwc:startLatitude '50.88'^^xsd:double;
  dwc:endLatitude '50.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.9 50.88, -4.9 50.88, -4.9 50.88, -4.9 50.88, -4.9 50.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1359'^^xsd:string;
  dwc:observationDate '1999-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.37 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.37 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "54.37"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_921'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_921'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:startLongitude '-4.87'^^xsd:double;
  dwc:endLongitude '-4.87'^^xsd:double;
  dwc:latitude '54.37'^^xsd:double;
  dwc:startLatitude '54.37'^^xsd:double;
  dwc:endLatitude '54.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.87 54.37, -4.87 54.37, -4.87 54.37, -4.87 54.37, -4.87 54.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_921'^^xsd:string;
  dwc:observationDate '2001-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.31 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.31"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.31 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "54.31"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_926'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_926'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:startLongitude '-4.85'^^xsd:double;
  dwc:endLongitude '-4.85'^^xsd:double;
  dwc:latitude '54.31'^^xsd:double;
  dwc:startLatitude '54.31'^^xsd:double;
  dwc:endLatitude '54.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.85 54.31, -4.85 54.31, -4.85 54.31, -4.85 54.31, -4.85 54.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_926'^^xsd:string;
  dwc:observationDate '2001-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 -4.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48"^^xsd:decimal ;
  dwc:decimalLongitude "-4.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48 -4.84)"^^geo:wktLiteral ;
  geo-pos:lat "49.48"^^xsd:decimal ;
  geo-pos:long "-4.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_841'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_841'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.84'^^xsd:double;
  dwc:startLongitude '-4.84'^^xsd:double;
  dwc:endLongitude '-4.84'^^xsd:double;
  dwc:latitude '49.48'^^xsd:double;
  dwc:startLatitude '49.48'^^xsd:double;
  dwc:endLatitude '49.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.84 49.48, -4.84 49.48, -4.84 49.48, -4.84 49.48, -4.84 49.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_841'^^xsd:string;
  dwc:observationDate '2001-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94 -4.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94 -4.84)"^^geo:wktLiteral ;
  geo-pos:lat "50.94"^^xsd:decimal ;
  geo-pos:long "-4.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1354'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1354'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.84'^^xsd:double;
  dwc:startLongitude '-4.84'^^xsd:double;
  dwc:endLongitude '-4.84'^^xsd:double;
  dwc:latitude '50.94'^^xsd:double;
  dwc:startLatitude '50.94'^^xsd:double;
  dwc:endLatitude '50.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.84 50.94, -4.84 50.94, -4.84 50.94, -4.84 50.94, -4.84 50.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1354'^^xsd:string;
  dwc:observationDate '1999-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -4.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51"^^xsd:decimal ;
  dwc:decimalLongitude "-4.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51 -4.82)"^^geo:wktLiteral ;
  geo-pos:lat "51"^^xsd:decimal ;
  geo-pos:long "-4.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1374'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1374'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.82'^^xsd:double;
  dwc:startLongitude '-4.82'^^xsd:double;
  dwc:endLongitude '-4.82'^^xsd:double;
  dwc:latitude '51'^^xsd:integer;
  dwc:startLatitude '51'^^xsd:integer;
  dwc:endLatitude '51'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-4.82 51, -4.82 51, -4.82 51, -4.82 51, -4.82 51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1374'^^xsd:string;
  dwc:observationDate '2001-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -4.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.97"^^xsd:decimal ;
  dwc:decimalLongitude "-4.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.97 -4.81)"^^geo:wktLiteral ;
  geo-pos:lat "50.97"^^xsd:decimal ;
  geo-pos:long "-4.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1375'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1375'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.81'^^xsd:double;
  dwc:startLongitude '-4.81'^^xsd:double;
  dwc:endLongitude '-4.81'^^xsd:double;
  dwc:latitude '50.97'^^xsd:double;
  dwc:startLatitude '50.97'^^xsd:double;
  dwc:endLatitude '50.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.81 50.97, -4.81 50.97, -4.81 50.97, -4.81 50.97, -4.81 50.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1375'^^xsd:string;
  dwc:observationDate '2001-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.31 -4.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.31"^^xsd:decimal ;
  dwc:decimalLongitude "-4.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.31 -4.8)"^^geo:wktLiteral ;
  geo-pos:lat "54.31"^^xsd:decimal ;
  geo-pos:long "-4.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_925'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_925'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.8'^^xsd:double;
  dwc:startLongitude '-4.8'^^xsd:double;
  dwc:endLongitude '-4.8'^^xsd:double;
  dwc:latitude '54.31'^^xsd:double;
  dwc:startLatitude '54.31'^^xsd:double;
  dwc:endLatitude '54.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.8 54.31, -4.8 54.31, -4.8 54.31, -4.8 54.31, -4.8 54.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_925'^^xsd:string;
  dwc:observationDate '2001-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "51.12"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_814'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_814'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:startLongitude '-4.78'^^xsd:double;
  dwc:endLongitude '-4.78'^^xsd:double;
  dwc:latitude '51.12'^^xsd:double;
  dwc:startLatitude '51.12'^^xsd:double;
  dwc:endLatitude '51.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.78 51.12, -4.78 51.12, -4.78 51.12, -4.78 51.12, -4.78 51.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_814'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "51.19"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_727'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_727'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:startLongitude '-4.78'^^xsd:double;
  dwc:endLongitude '-4.78'^^xsd:double;
  dwc:latitude '51.19'^^xsd:double;
  dwc:startLatitude '51.19'^^xsd:double;
  dwc:endLatitude '51.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.78 51.19, -4.78 51.19, -4.78 51.19, -4.78 51.19, -4.78 51.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_727'^^xsd:string;
  dwc:observationDate '1999-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 -4.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13"^^xsd:decimal ;
  dwc:decimalLongitude "-4.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13 -4.77)"^^geo:wktLiteral ;
  geo-pos:lat "51.13"^^xsd:decimal ;
  geo-pos:long "-4.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_726'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_726'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.77'^^xsd:double;
  dwc:startLongitude '-4.77'^^xsd:double;
  dwc:endLongitude '-4.77'^^xsd:double;
  dwc:latitude '51.13'^^xsd:double;
  dwc:startLatitude '51.13'^^xsd:double;
  dwc:endLatitude '51.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.77 51.13, -4.77 51.13, -4.77 51.13, -4.77 51.13, -4.77 51.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_726'^^xsd:string;
  dwc:observationDate '1999-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -4.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 -4.77)"^^geo:wktLiteral ;
  geo-pos:lat "54.35"^^xsd:decimal ;
  geo-pos:long "-4.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_923'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_923'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.77'^^xsd:double;
  dwc:startLongitude '-4.77'^^xsd:double;
  dwc:endLongitude '-4.77'^^xsd:double;
  dwc:latitude '54.35'^^xsd:double;
  dwc:startLatitude '54.35'^^xsd:double;
  dwc:endLatitude '54.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.77 54.35, -4.77 54.35, -4.77 54.35, -4.77 54.35, -4.77 54.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_923'^^xsd:string;
  dwc:observationDate '2001-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 -4.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "-4.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 -4.76)"^^geo:wktLiteral ;
  geo-pos:lat "51.05"^^xsd:decimal ;
  geo-pos:long "-4.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_813'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_813'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.76'^^xsd:double;
  dwc:startLongitude '-4.76'^^xsd:double;
  dwc:endLongitude '-4.76'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:startLatitude '51.05'^^xsd:double;
  dwc:endLatitude '51.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.76 51.05, -4.76 51.05, -4.76 51.05, -4.76 51.05, -4.76 51.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_813'^^xsd:string;
  dwc:observationDate '2000-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 -4.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 -4.76)"^^geo:wktLiteral ;
  geo-pos:lat "51.07"^^xsd:decimal ;
  geo-pos:long "-4.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_811'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_811'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.76'^^xsd:double;
  dwc:startLongitude '-4.76'^^xsd:double;
  dwc:endLongitude '-4.76'^^xsd:double;
  dwc:latitude '51.07'^^xsd:double;
  dwc:startLatitude '51.07'^^xsd:double;
  dwc:endLatitude '51.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.76 51.07, -4.76 51.07, -4.76 51.07, -4.76 51.07, -4.76 51.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_811'^^xsd:string;
  dwc:observationDate '2000-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 -4.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 -4.76)"^^geo:wktLiteral ;
  geo-pos:lat "51.07"^^xsd:decimal ;
  geo-pos:long "-4.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_812'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_812'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.76'^^xsd:double;
  dwc:startLongitude '-4.76'^^xsd:double;
  dwc:endLongitude '-4.76'^^xsd:double;
  dwc:latitude '51.07'^^xsd:double;
  dwc:startLatitude '51.07'^^xsd:double;
  dwc:endLatitude '51.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.76 51.07, -4.76 51.07, -4.76 51.07, -4.76 51.07, -4.76 51.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_812'^^xsd:string;
  dwc:observationDate '2000-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.92"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "49.92"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_177'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_177'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:startLongitude '-4.75'^^xsd:double;
  dwc:endLongitude '-4.75'^^xsd:double;
  dwc:latitude '49.92'^^xsd:double;
  dwc:startLatitude '49.92'^^xsd:double;
  dwc:endLatitude '49.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.75 49.92, -4.75 49.92, -4.75 49.92, -4.75 49.92, -4.75 49.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_177'^^xsd:string;
  dwc:observationDate '1995-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.11 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.11"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_808'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_808'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:startLongitude '-4.75'^^xsd:double;
  dwc:endLongitude '-4.75'^^xsd:double;
  dwc:latitude '51.11'^^xsd:double;
  dwc:startLatitude '51.11'^^xsd:double;
  dwc:endLatitude '51.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.75 51.11, -4.75 51.11, -4.75 51.11, -4.75 51.11, -4.75 51.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_808'^^xsd:string;
  dwc:observationDate '2000-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 -4.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.12"^^xsd:decimal ;
  geo-pos:long "-4.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_809'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_809'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:startLongitude '-4.75'^^xsd:double;
  dwc:endLongitude '-4.75'^^xsd:double;
  dwc:latitude '51.12'^^xsd:double;
  dwc:startLatitude '51.12'^^xsd:double;
  dwc:endLatitude '51.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.75 51.12, -4.75 51.12, -4.75 51.12, -4.75 51.12, -4.75 51.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_809'^^xsd:string;
  dwc:observationDate '2000-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.08"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.08 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "51.08"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1397'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1397'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:startLongitude '-4.73'^^xsd:double;
  dwc:endLongitude '-4.73'^^xsd:double;
  dwc:latitude '51.08'^^xsd:double;
  dwc:startLatitude '51.08'^^xsd:double;
  dwc:endLatitude '51.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.73 51.08, -4.73 51.08, -4.73 51.08, -4.73 51.08, -4.73 51.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-finned pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1397'^^xsd:string;
  dwc:observationDate '2002-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09 -4.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.09"^^xsd:decimal ;
  dwc:decimalLongitude "-4.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09 -4.72)"^^geo:wktLiteral ;
  geo-pos:lat "50.09"^^xsd:decimal ;
  geo-pos:long "-4.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_906'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_906'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.3'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.72'^^xsd:double;
  dwc:startLongitude '-4.72'^^xsd:double;
  dwc:endLongitude '-4.72'^^xsd:double;
  dwc:latitude '50.09'^^xsd:double;
  dwc:startLatitude '50.09'^^xsd:double;
  dwc:endLatitude '50.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.72 50.09, -4.72 50.09, -4.72 50.09, -4.72 50.09, -4.72 50.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_906'^^xsd:string;
  dwc:observationDate '2001-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 -4.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 -4.69)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "-4.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_810'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_810'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.69'^^xsd:double;
  dwc:startLongitude '-4.69'^^xsd:double;
  dwc:endLongitude '-4.69'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:startLatitude '51.1'^^xsd:double;
  dwc:endLatitude '51.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.69 51.1, -4.69 51.1, -4.69 51.1, -4.69 51.1, -4.69 51.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_810'^^xsd:string;
  dwc:observationDate '2000-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.89 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-15.89"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-15.89 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "-15.89"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_610'^^xsd:string;
  dwc:scientificName 'Balaenoptera musculus brevicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_610'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:startLongitude '-4.63'^^xsd:double;
  dwc:endLongitude '-4.63'^^xsd:double;
  dwc:latitude '-15.89'^^xsd:double;
  dwc:startLatitude '-15.89'^^xsd:double;
  dwc:endLatitude '-15.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.63 -15.89, -4.63 -15.89, -4.63 -15.89, -4.63 -15.89, -4.63 -15.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pygmy Blue Whale" by the provider'^^xsd:string;
  dwc:aphiaid '242604'^^xsd:integer;
  dwc:occurrenceId '64_610'^^xsd:string;
  dwc:observationDate '1970-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '242604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.75 -4.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.75"^^xsd:decimal ;
  dwc:decimalLongitude "-4.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.75 -4.62)"^^geo:wktLiteral ;
  geo-pos:lat "35.75"^^xsd:decimal ;
  geo-pos:long "-4.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_364'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_364'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:longitude '-4.62'^^xsd:double;
  dwc:startLongitude '-4.62'^^xsd:double;
  dwc:endLongitude '-4.62'^^xsd:double;
  dwc:latitude '35.75'^^xsd:double;
  dwc:startLatitude '35.75'^^xsd:double;
  dwc:endLatitude '35.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.62 35.75, -4.62 35.75, -4.62 35.75, -4.62 35.75, -4.62 35.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_364'^^xsd:string;
  dwc:observationDate '1998-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.77 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.77"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.77 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "35.77"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_362'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_362'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '18'^^xsd:integer;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:startLongitude '-4.6'^^xsd:double;
  dwc:endLongitude '-4.6'^^xsd:double;
  dwc:latitude '35.77'^^xsd:double;
  dwc:startLatitude '35.77'^^xsd:double;
  dwc:endLatitude '35.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.6 35.77, -4.6 35.77, -4.6 35.77, -4.6 35.77, -4.6 35.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_362'^^xsd:string;
  dwc:observationDate '1998-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.62 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.62 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "49.62"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_943'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_943'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:startLongitude '-4.45'^^xsd:double;
  dwc:endLongitude '-4.45'^^xsd:double;
  dwc:latitude '49.62'^^xsd:double;
  dwc:startLatitude '49.62'^^xsd:double;
  dwc:endLatitude '49.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.45 49.62, -4.45 49.62, -4.45 49.62, -4.45 49.62, -4.45 49.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_943'^^xsd:string;
  dwc:observationDate '2000-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -4.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-4.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -4.41)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-4.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_144'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_144'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.41'^^xsd:double;
  dwc:startLongitude '-4.41'^^xsd:double;
  dwc:endLongitude '-4.41'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.64'^^xsd:double;
  dwc:endLatitude '36.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.41 36.64, -4.41 36.64, -4.41 36.64, -4.41 36.64, -4.41 36.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_144'^^xsd:string;
  dwc:observationDate '1994-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 -4.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 -4.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.07"^^xsd:decimal ;
  geo-pos:long "-4.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_471'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_471'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.4'^^xsd:double;
  dwc:startLongitude '-4.4'^^xsd:double;
  dwc:endLongitude '-4.4'^^xsd:double;
  dwc:latitude '54.07'^^xsd:double;
  dwc:startLatitude '54.07'^^xsd:double;
  dwc:endLatitude '54.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.4 54.07, -4.4 54.07, -4.4 54.07, -4.4 54.07, -4.4 54.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_471'^^xsd:string;
  dwc:observationDate '1998-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.97 -4.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.97"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.97 -4.34)"^^geo:wktLiteral ;
  geo-pos:lat "49.97"^^xsd:decimal ;
  geo-pos:long "-4.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_480'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_480'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.34'^^xsd:double;
  dwc:startLongitude '-4.34'^^xsd:double;
  dwc:endLongitude '-4.34'^^xsd:double;
  dwc:latitude '49.97'^^xsd:double;
  dwc:startLatitude '49.97'^^xsd:double;
  dwc:endLatitude '49.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.34 49.97, -4.34 49.97, -4.34 49.97, -4.34 49.97, -4.34 49.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_480'^^xsd:string;
  dwc:observationDate '1997-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -4.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-4.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -4.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-4.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_145'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_145'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.33'^^xsd:double;
  dwc:startLongitude '-4.33'^^xsd:double;
  dwc:endLongitude '-4.33'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.69'^^xsd:double;
  dwc:endLatitude '36.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.33 36.69, -4.33 36.69, -4.33 36.69, -4.33 36.69, -4.33 36.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_145'^^xsd:string;
  dwc:observationDate '1994-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.32 -4.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.32"^^xsd:decimal ;
  dwc:decimalLongitude "-4.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.32 -4.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.32"^^xsd:decimal ;
  geo-pos:long "-4.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_12'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_12'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.33'^^xsd:double;
  dwc:startLongitude '-4.33'^^xsd:double;
  dwc:endLongitude '-4.33'^^xsd:double;
  dwc:latitude '50.32'^^xsd:double;
  dwc:startLatitude '50.32'^^xsd:double;
  dwc:endLatitude '50.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.33 50.32, -4.33 50.32, -4.33 50.32, -4.33 50.32, -4.33 50.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_12'^^xsd:string;
  dwc:observationDate '1989-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3 -4.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.3"^^xsd:decimal ;
  dwc:decimalLongitude "-4.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.3 -4.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.3"^^xsd:decimal ;
  geo-pos:long "-4.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1333'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1333'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.28'^^xsd:double;
  dwc:startLongitude '-4.28'^^xsd:double;
  dwc:endLongitude '-4.28'^^xsd:double;
  dwc:latitude '54.3'^^xsd:double;
  dwc:startLatitude '54.3'^^xsd:double;
  dwc:endLatitude '54.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.28 54.3, -4.28 54.3, -4.28 54.3, -4.28 54.3, -4.28 54.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1333'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.99 -4.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.99"^^xsd:decimal ;
  dwc:decimalLongitude "-4.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.99 -4.23)"^^geo:wktLiteral ;
  geo-pos:lat "49.99"^^xsd:decimal ;
  geo-pos:long "-4.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_929'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_929'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.23'^^xsd:double;
  dwc:startLongitude '-4.23'^^xsd:double;
  dwc:endLongitude '-4.23'^^xsd:double;
  dwc:latitude '49.99'^^xsd:double;
  dwc:startLatitude '49.99'^^xsd:double;
  dwc:endLatitude '49.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.23 49.99, -4.23 49.99, -4.23 49.99, -4.23 49.99, -4.23 49.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_929'^^xsd:string;
  dwc:observationDate '2000-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.25 -4.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.25"^^xsd:decimal ;
  dwc:decimalLongitude "-4.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.25 -4.22)"^^geo:wktLiteral ;
  geo-pos:lat "-8.25"^^xsd:decimal ;
  geo-pos:long "-4.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_639'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_639'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.22'^^xsd:double;
  dwc:startLongitude '-4.22'^^xsd:double;
  dwc:endLongitude '-4.22'^^xsd:double;
  dwc:latitude '-8.25'^^xsd:double;
  dwc:startLatitude '-8.25'^^xsd:double;
  dwc:endLatitude '-8.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.22 -8.25, -4.22 -8.25, -4.22 -8.25, -4.22 -8.25, -4.22 -8.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_639'^^xsd:string;
  dwc:observationDate '1973-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -4.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.92"^^xsd:decimal ;
  dwc:decimalLongitude "-4.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -4.2)"^^geo:wktLiteral ;
  geo-pos:lat "49.92"^^xsd:decimal ;
  geo-pos:long "-4.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_945'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_945'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.2'^^xsd:double;
  dwc:startLongitude '-4.2'^^xsd:double;
  dwc:endLongitude '-4.2'^^xsd:double;
  dwc:latitude '49.92'^^xsd:double;
  dwc:startLatitude '49.92'^^xsd:double;
  dwc:endLatitude '49.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.2 49.92, -4.2 49.92, -4.2 49.92, -4.2 49.92, -4.2 49.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_945'^^xsd:string;
  dwc:observationDate '2001-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.88 -4.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.88"^^xsd:decimal ;
  dwc:decimalLongitude "-4.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.88 -4.18)"^^geo:wktLiteral ;
  geo-pos:lat "59.88"^^xsd:decimal ;
  geo-pos:long "-4.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_17'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_17'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.18'^^xsd:double;
  dwc:startLongitude '-4.18'^^xsd:double;
  dwc:endLongitude '-4.18'^^xsd:double;
  dwc:latitude '59.88'^^xsd:double;
  dwc:startLatitude '59.88'^^xsd:double;
  dwc:endLatitude '59.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.18 59.88, -4.18 59.88, -4.18 59.88, -4.18 59.88, -4.18 59.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_17'^^xsd:string;
  dwc:observationDate '1991-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 -4.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.17"^^xsd:decimal ;
  dwc:decimalLongitude "-4.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 -4.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.17"^^xsd:decimal ;
  geo-pos:long "-4.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1334'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_1334'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4.17'^^xsd:double;
  dwc:startLongitude '-4.17'^^xsd:double;
  dwc:endLongitude '-4.17'^^xsd:double;
  dwc:latitude '54.17'^^xsd:double;
  dwc:startLatitude '54.17'^^xsd:double;
  dwc:endLatitude '54.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.17 54.17, -4.17 54.17, -4.17 54.17, -4.17 54.17, -4.17 54.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_1334'^^xsd:string;
  dwc:observationDate '1997-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -4)"^^geo:wktLiteral ;
  geo-pos:lat "59.83"^^xsd:decimal ;
  geo-pos:long "-4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_18'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_18'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-4'^^xsd:integer;
  dwc:startLongitude '-4'^^xsd:integer;
  dwc:endLongitude '-4'^^xsd:integer;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.83'^^xsd:double;
  dwc:endLatitude '59.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4 59.83, -4 59.83, -4 59.83, -4 59.83, -4 59.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_18'^^xsd:string;
  dwc:observationDate '1991-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.89 -3.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.89"^^xsd:decimal ;
  dwc:decimalLongitude "-3.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.89 -3.89)"^^geo:wktLiteral ;
  geo-pos:lat "49.89"^^xsd:decimal ;
  geo-pos:long "-3.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.89'^^xsd:double;
  dwc:startLongitude '-3.89'^^xsd:double;
  dwc:endLongitude '-3.89'^^xsd:double;
  dwc:latitude '49.89'^^xsd:double;
  dwc:startLatitude '49.89'^^xsd:double;
  dwc:endLatitude '49.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.89 49.89, -3.89 49.89, -3.89 49.89, -3.89 49.89, -3.89 49.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_1'^^xsd:string;
  dwc:observationDate '1993-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65 -3.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.65"^^xsd:decimal ;
  dwc:decimalLongitude "-3.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65 -3.88)"^^geo:wktLiteral ;
  geo-pos:lat "57.65"^^xsd:decimal ;
  geo-pos:long "-3.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_807'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_807'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.88'^^xsd:double;
  dwc:startLongitude '-3.88'^^xsd:double;
  dwc:endLongitude '-3.88'^^xsd:double;
  dwc:latitude '57.65'^^xsd:double;
  dwc:startLatitude '57.65'^^xsd:double;
  dwc:endLatitude '57.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.88 57.65, -3.88 57.65, -3.88 57.65, -3.88 57.65, -3.88 57.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_807'^^xsd:string;
  dwc:observationDate '2000-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65 -3.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.65"^^xsd:decimal ;
  dwc:decimalLongitude "-3.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65 -3.87)"^^geo:wktLiteral ;
  geo-pos:lat "57.65"^^xsd:decimal ;
  geo-pos:long "-3.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_806'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_806'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.87'^^xsd:double;
  dwc:startLongitude '-3.87'^^xsd:double;
  dwc:endLongitude '-3.87'^^xsd:double;
  dwc:latitude '57.65'^^xsd:double;
  dwc:startLatitude '57.65'^^xsd:double;
  dwc:endLatitude '57.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.87 57.65, -3.87 57.65, -3.87 57.65, -3.87 57.65, -3.87 57.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_806'^^xsd:string;
  dwc:observationDate '2000-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65 -3.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.65"^^xsd:decimal ;
  dwc:decimalLongitude "-3.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65 -3.87)"^^geo:wktLiteral ;
  geo-pos:lat "57.65"^^xsd:decimal ;
  geo-pos:long "-3.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_805'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_805'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.87'^^xsd:double;
  dwc:startLongitude '-3.87'^^xsd:double;
  dwc:endLongitude '-3.87'^^xsd:double;
  dwc:latitude '57.65'^^xsd:double;
  dwc:startLatitude '57.65'^^xsd:double;
  dwc:endLatitude '57.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.87 57.65, -3.87 57.65, -3.87 57.65, -3.87 57.65, -3.87 57.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_805'^^xsd:string;
  dwc:observationDate '2000-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 -3.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.5"^^xsd:decimal ;
  dwc:decimalLongitude "-3.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.5 -3.77)"^^geo:wktLiteral ;
  geo-pos:lat "4.5"^^xsd:decimal ;
  geo-pos:long "-3.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_571'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_571'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '-3.77'^^xsd:double;
  dwc:startLongitude '-3.77'^^xsd:double;
  dwc:endLongitude '-3.77'^^xsd:double;
  dwc:latitude '4.5'^^xsd:double;
  dwc:startLatitude '4.5'^^xsd:double;
  dwc:endLatitude '4.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.77 4.5, -3.77 4.5, -3.77 4.5, -3.77 4.5, -3.77 4.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_571'^^xsd:string;
  dwc:observationDate '1972-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.23 -3.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.23"^^xsd:decimal ;
  dwc:decimalLongitude "-3.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.23 -3.72)"^^geo:wktLiteral ;
  geo-pos:lat "36.23"^^xsd:decimal ;
  geo-pos:long "-3.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_843'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_843'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.72'^^xsd:double;
  dwc:startLongitude '-3.72'^^xsd:double;
  dwc:endLongitude '-3.72'^^xsd:double;
  dwc:latitude '36.23'^^xsd:double;
  dwc:startLatitude '36.23'^^xsd:double;
  dwc:endLatitude '36.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.72 36.23, -3.72 36.23, -3.72 36.23, -3.72 36.23, -3.72 36.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_843'^^xsd:string;
  dwc:observationDate '2001-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.27 -3.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.27"^^xsd:decimal ;
  dwc:decimalLongitude "-3.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.27 -3.71)"^^geo:wktLiteral ;
  geo-pos:lat "54.27"^^xsd:decimal ;
  geo-pos:long "-3.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1337'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1337'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.71'^^xsd:double;
  dwc:startLongitude '-3.71'^^xsd:double;
  dwc:endLongitude '-3.71'^^xsd:double;
  dwc:latitude '54.27'^^xsd:double;
  dwc:startLatitude '54.27'^^xsd:double;
  dwc:endLatitude '54.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.71 54.27, -3.71 54.27, -3.71 54.27, -3.71 54.27, -3.71 54.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1337'^^xsd:string;
  dwc:observationDate '1997-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.13 -3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.13"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.13 -3.7)"^^geo:wktLiteral ;
  geo-pos:lat "2.13"^^xsd:decimal ;
  geo-pos:long "-3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1174'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1174'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '-3.7'^^xsd:double;
  dwc:startLongitude '-3.7'^^xsd:double;
  dwc:endLongitude '-3.7'^^xsd:double;
  dwc:latitude '2.13'^^xsd:double;
  dwc:startLatitude '2.13'^^xsd:double;
  dwc:endLatitude '2.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.7 2.13, -3.7 2.13, -3.7 2.13, -3.7 2.13, -3.7 2.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1174'^^xsd:string;
  dwc:observationDate '2000-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -3.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.44"^^xsd:decimal ;
  dwc:decimalLongitude "-3.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -3.69)"^^geo:wktLiteral ;
  geo-pos:lat "36.44"^^xsd:decimal ;
  geo-pos:long "-3.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1207'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1207'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^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 '5.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.69'^^xsd:double;
  dwc:startLongitude '-3.69'^^xsd:double;
  dwc:endLongitude '-3.69'^^xsd:double;
  dwc:latitude '36.44'^^xsd:double;
  dwc:startLatitude '36.44'^^xsd:double;
  dwc:endLatitude '36.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.69 36.44, -3.69 36.44, -3.69 36.44, -3.69 36.44, -3.69 36.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_1207'^^xsd:string;
  dwc:observationDate '2000-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.67 -3.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.67"^^xsd:decimal ;
  dwc:decimalLongitude "-3.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.67 -3.68)"^^geo:wktLiteral ;
  geo-pos:lat "57.67"^^xsd:decimal ;
  geo-pos:long "-3.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1342'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1342'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.68'^^xsd:double;
  dwc:startLongitude '-3.68'^^xsd:double;
  dwc:endLongitude '-3.68'^^xsd:double;
  dwc:latitude '57.67'^^xsd:double;
  dwc:startLatitude '57.67'^^xsd:double;
  dwc:endLatitude '57.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.68 57.67, -3.68 57.67, -3.68 57.67, -3.68 57.67, -3.68 57.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1342'^^xsd:string;
  dwc:observationDate '1998-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.13 -3.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.13"^^xsd:decimal ;
  dwc:decimalLongitude "-3.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.13 -3.67)"^^geo:wktLiteral ;
  geo-pos:lat "2.13"^^xsd:decimal ;
  geo-pos:long "-3.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1173'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1173'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:longitude '-3.67'^^xsd:double;
  dwc:startLongitude '-3.67'^^xsd:double;
  dwc:endLongitude '-3.67'^^xsd:double;
  dwc:latitude '2.13'^^xsd:double;
  dwc:startLatitude '2.13'^^xsd:double;
  dwc:endLatitude '2.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.67 2.13, -3.67 2.13, -3.67 2.13, -3.67 2.13, -3.67 2.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1173'^^xsd:string;
  dwc:observationDate '2000-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67 -3.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67"^^xsd:decimal ;
  dwc:decimalLongitude "-3.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67 -3.67)"^^geo:wktLiteral ;
  geo-pos:lat "45.67"^^xsd:decimal ;
  geo-pos:long "-3.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_949'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_949'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '-3.67'^^xsd:double;
  dwc:startLongitude '-3.67'^^xsd:double;
  dwc:endLongitude '-3.67'^^xsd:double;
  dwc:latitude '45.67'^^xsd:double;
  dwc:startLatitude '45.67'^^xsd:double;
  dwc:endLatitude '45.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.67 45.67, -3.67 45.67, -3.67 45.67, -3.67 45.67, -3.67 45.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_949'^^xsd:string;
  dwc:observationDate '2001-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67 -3.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.67"^^xsd:decimal ;
  dwc:decimalLongitude "-3.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.67 -3.67)"^^geo:wktLiteral ;
  geo-pos:lat "45.67"^^xsd:decimal ;
  geo-pos:long "-3.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_950'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_950'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:longitude '-3.67'^^xsd:double;
  dwc:startLongitude '-3.67'^^xsd:double;
  dwc:endLongitude '-3.67'^^xsd:double;
  dwc:latitude '45.67'^^xsd:double;
  dwc:startLatitude '45.67'^^xsd:double;
  dwc:endLatitude '45.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.67 45.67, -3.67 45.67, -3.67 45.67, -3.67 45.67, -3.67 45.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_950'^^xsd:string;
  dwc:observationDate '2001-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -3.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -3.62)"^^geo:wktLiteral ;
  geo-pos:lat "57.68"^^xsd:decimal ;
  geo-pos:long "-3.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1341'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1341'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.62'^^xsd:double;
  dwc:startLongitude '-3.62'^^xsd:double;
  dwc:endLongitude '-3.62'^^xsd:double;
  dwc:latitude '57.68'^^xsd:double;
  dwc:startLatitude '57.68'^^xsd:double;
  dwc:endLatitude '57.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.62 57.68, -3.62 57.68, -3.62 57.68, -3.62 57.68, -3.62 57.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1341'^^xsd:string;
  dwc:observationDate '1998-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -3.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.68"^^xsd:decimal ;
  dwc:decimalLongitude "-3.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -3.62)"^^geo:wktLiteral ;
  geo-pos:lat "57.68"^^xsd:decimal ;
  geo-pos:long "-3.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1340'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1340'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.62'^^xsd:double;
  dwc:startLongitude '-3.62'^^xsd:double;
  dwc:endLongitude '-3.62'^^xsd:double;
  dwc:latitude '57.68'^^xsd:double;
  dwc:startLatitude '57.68'^^xsd:double;
  dwc:endLatitude '57.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.62 57.68, -3.62 57.68, -3.62 57.68, -3.62 57.68, -3.62 57.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1340'^^xsd:string;
  dwc:observationDate '1998-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.25"^^xsd:decimal ;
  dwc:decimalLongitude "-3.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "36.25"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_844'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_844'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:startLongitude '-3.6'^^xsd:double;
  dwc:endLongitude '-3.6'^^xsd:double;
  dwc:latitude '36.25'^^xsd:double;
  dwc:startLatitude '36.25'^^xsd:double;
  dwc:endLatitude '36.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.6 36.25, -3.6 36.25, -3.6 36.25, -3.6 36.25, -3.6 36.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_844'^^xsd:string;
  dwc:observationDate '2001-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -3.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "-3.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 -3.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "-3.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1266'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1266'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.55'^^xsd:double;
  dwc:startLongitude '-3.55'^^xsd:double;
  dwc:endLongitude '-3.55'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:startLatitude '36.38'^^xsd:double;
  dwc:endLatitude '36.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.55 36.38, -3.55 36.38, -3.55 36.38, -3.55 36.38, -3.55 36.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1266'^^xsd:string;
  dwc:observationDate '1998-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -3.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-3.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -3.09)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-3.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1105'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1105'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.09'^^xsd:double;
  dwc:startLongitude '-3.09'^^xsd:double;
  dwc:endLongitude '-3.09'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:startLatitude '36.4'^^xsd:double;
  dwc:endLatitude '36.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.09 36.4, -3.09 36.4, -3.09 36.4, -3.09 36.4, -3.09 36.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1105'^^xsd:string;
  dwc:observationDate '2002-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.08 -3.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.08"^^xsd:decimal ;
  dwc:decimalLongitude "-3.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.08 -3.02)"^^geo:wktLiteral ;
  geo-pos:lat "36.08"^^xsd:decimal ;
  geo-pos:long "-3.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1133'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1133'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-3.02'^^xsd:double;
  dwc:startLongitude '-3.02'^^xsd:double;
  dwc:endLongitude '-3.02'^^xsd:double;
  dwc:latitude '36.08'^^xsd:double;
  dwc:startLatitude '36.08'^^xsd:double;
  dwc:endLatitude '36.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.02 36.08, -3.02 36.08, -3.02 36.08, -3.02 36.08, -3.02 36.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_1133'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.91 -3.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.91"^^xsd:decimal ;
  dwc:decimalLongitude "-3.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.91 -3.02)"^^geo:wktLiteral ;
  geo-pos:lat "49.91"^^xsd:decimal ;
  geo-pos:long "-3.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_582'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_582'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '-3.02'^^xsd:double;
  dwc:startLongitude '-3.02'^^xsd:double;
  dwc:endLongitude '-3.02'^^xsd:double;
  dwc:latitude '49.91'^^xsd:double;
  dwc:startLatitude '49.91'^^xsd:double;
  dwc:endLatitude '49.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.02 49.91, -3.02 49.91, -3.02 49.91, -3.02 49.91, -3.02 49.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_582'^^xsd:string;
  dwc:observationDate '1972-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32 -2.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.32"^^xsd:decimal ;
  dwc:decimalLongitude "-2.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32 -2.97)"^^geo:wktLiteral ;
  geo-pos:lat "36.32"^^xsd:decimal ;
  geo-pos:long "-2.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_845'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_845'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.97'^^xsd:double;
  dwc:startLongitude '-2.97'^^xsd:double;
  dwc:endLongitude '-2.97'^^xsd:double;
  dwc:latitude '36.32'^^xsd:double;
  dwc:startLatitude '36.32'^^xsd:double;
  dwc:endLatitude '36.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.97 36.32, -2.97 36.32, -2.97 36.32, -2.97 36.32, -2.97 36.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_845'^^xsd:string;
  dwc:observationDate '2001-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.37 -2.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.37"^^xsd:decimal ;
  dwc:decimalLongitude "-2.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.37 -2.95)"^^geo:wktLiteral ;
  geo-pos:lat "36.37"^^xsd:decimal ;
  geo-pos:long "-2.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_350'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_350'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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.716666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.95'^^xsd:double;
  dwc:startLongitude '-2.95'^^xsd:double;
  dwc:endLongitude '-2.95'^^xsd:double;
  dwc:latitude '36.37'^^xsd:double;
  dwc:startLatitude '36.37'^^xsd:double;
  dwc:endLatitude '36.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.95 36.37, -2.95 36.37, -2.95 36.37, -2.95 36.37, -2.95 36.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_350'^^xsd:string;
  dwc:observationDate '1997-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.31 -2.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.31"^^xsd:decimal ;
  dwc:decimalLongitude "-2.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.31 -2.88)"^^geo:wktLiteral ;
  geo-pos:lat "36.31"^^xsd:decimal ;
  geo-pos:long "-2.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1132'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1132'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.88'^^xsd:double;
  dwc:startLongitude '-2.88'^^xsd:double;
  dwc:endLongitude '-2.88'^^xsd:double;
  dwc:latitude '36.31'^^xsd:double;
  dwc:startLatitude '36.31'^^xsd:double;
  dwc:endLatitude '36.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.88 36.31, -2.88 36.31, -2.88 36.31, -2.88 36.31, -2.88 36.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1132'^^xsd:string;
  dwc:observationDate '1999-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -2.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^xsd:decimal ;
  dwc:decimalLongitude "-2.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -2.78)"^^geo:wktLiteral ;
  geo-pos:lat "36.33"^^xsd:decimal ;
  geo-pos:long "-2.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_846'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_846'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.78'^^xsd:double;
  dwc:startLongitude '-2.78'^^xsd:double;
  dwc:endLongitude '-2.78'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:startLatitude '36.33'^^xsd:double;
  dwc:endLatitude '36.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.78 36.33, -2.78 36.33, -2.78 36.33, -2.78 36.33, -2.78 36.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_846'^^xsd:string;
  dwc:observationDate '2001-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.52 -2.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.52"^^xsd:decimal ;
  dwc:decimalLongitude "-2.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.52 -2.74)"^^geo:wktLiteral ;
  geo-pos:lat "58.52"^^xsd:decimal ;
  geo-pos:long "-2.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_427'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_427'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.74'^^xsd:double;
  dwc:startLongitude '-2.74'^^xsd:double;
  dwc:endLongitude '-2.74'^^xsd:double;
  dwc:latitude '58.52'^^xsd:double;
  dwc:startLatitude '58.52'^^xsd:double;
  dwc:endLatitude '58.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.74 58.52, -2.74 58.52, -2.74 58.52, -2.74 58.52, -2.74 58.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_427'^^xsd:string;
  dwc:observationDate '1998-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -2.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-2.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -2.73)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-2.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1106'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1106'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.73'^^xsd:double;
  dwc:startLongitude '-2.73'^^xsd:double;
  dwc:endLongitude '-2.73'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:startLatitude '36.47'^^xsd:double;
  dwc:endLatitude '36.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.73 36.47, -2.73 36.47, -2.73 36.47, -2.73 36.47, -2.73 36.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1106'^^xsd:string;
  dwc:observationDate '2002-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -2.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.35"^^xsd:decimal ;
  dwc:decimalLongitude "-2.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.35 -2.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.35"^^xsd:decimal ;
  geo-pos:long "-2.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_989'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_989'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.52'^^xsd:double;
  dwc:startLongitude '-2.52'^^xsd:double;
  dwc:endLongitude '-2.52'^^xsd:double;
  dwc:latitude '36.35'^^xsd:double;
  dwc:startLatitude '36.35'^^xsd:double;
  dwc:endLatitude '36.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.52 36.35, -2.52 36.35, -2.52 36.35, -2.52 36.35, -2.52 36.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_989'^^xsd:string;
  dwc:observationDate '2001-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -2.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36"^^xsd:decimal ;
  dwc:decimalLongitude "-2.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36 -2.4)"^^geo:wktLiteral ;
  geo-pos:lat "36"^^xsd:decimal ;
  geo-pos:long "-2.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1116'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1116'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.4'^^xsd:double;
  dwc:startLongitude '-2.4'^^xsd:double;
  dwc:endLongitude '-2.4'^^xsd:double;
  dwc:latitude '36'^^xsd:integer;
  dwc:startLatitude '36'^^xsd:integer;
  dwc:endLatitude '36'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-2.4 36, -2.4 36, -2.4 36, -2.4 36, -2.4 36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1116'^^xsd:string;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.14 -2.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.14"^^xsd:decimal ;
  dwc:decimalLongitude "-2.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.14 -2.08)"^^geo:wktLiteral ;
  geo-pos:lat "49.14"^^xsd:decimal ;
  geo-pos:long "-2.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1336'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_1336'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-2.08'^^xsd:double;
  dwc:startLongitude '-2.08'^^xsd:double;
  dwc:endLongitude '-2.08'^^xsd:double;
  dwc:latitude '49.14'^^xsd:double;
  dwc:startLatitude '49.14'^^xsd:double;
  dwc:endLatitude '49.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.08 49.14, -2.08 49.14, -2.08 49.14, -2.08 49.14, -2.08 49.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1336'^^xsd:string;
  dwc:observationDate '1997-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.47 -2.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.47"^^xsd:decimal ;
  dwc:decimalLongitude "-2.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.47 -2.06)"^^geo:wktLiteral ;
  geo-pos:lat "56.47"^^xsd:decimal ;
  geo-pos:long "-2.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_428'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_428'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2.06'^^xsd:double;
  dwc:startLongitude '-2.06'^^xsd:double;
  dwc:endLongitude '-2.06'^^xsd:double;
  dwc:latitude '56.47'^^xsd:double;
  dwc:startLatitude '56.47'^^xsd:double;
  dwc:endLatitude '56.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.06 56.47, -2.06 56.47, -2.06 56.47, -2.06 56.47, -2.06 56.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_428'^^xsd:string;
  dwc:observationDate '1998-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3 -2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3"^^xsd:decimal ;
  dwc:decimalLongitude "-2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3 -2)"^^geo:wktLiteral ;
  geo-pos:lat "36.3"^^xsd:decimal ;
  geo-pos:long "-2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1115'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1115'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-2'^^xsd:integer;
  dwc:startLongitude '-2'^^xsd:integer;
  dwc:endLongitude '-2'^^xsd:integer;
  dwc:latitude '36.3'^^xsd:double;
  dwc:startLatitude '36.3'^^xsd:double;
  dwc:endLatitude '36.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2 36.3, -2 36.3, -2 36.3, -2 36.3, -2 36.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1115'^^xsd:string;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -1.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.02"^^xsd:decimal ;
  dwc:decimalLongitude "-1.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.02 -1.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.02"^^xsd:decimal ;
  geo-pos:long "-1.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_98'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_98'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '-1.93'^^xsd:double;
  dwc:startLongitude '-1.93'^^xsd:double;
  dwc:endLongitude '-1.93'^^xsd:double;
  dwc:latitude '36.02'^^xsd:double;
  dwc:startLatitude '36.02'^^xsd:double;
  dwc:endLatitude '36.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.93 36.02, -1.93 36.02, -1.93 36.02, -1.93 36.02, -1.93 36.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_98'^^xsd:string;
  dwc:observationDate '1994-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -1.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.25"^^xsd:decimal ;
  dwc:decimalLongitude "-1.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -1.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.25"^^xsd:decimal ;
  geo-pos:long "-1.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_96'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_96'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.93'^^xsd:double;
  dwc:startLongitude '-1.93'^^xsd:double;
  dwc:endLongitude '-1.93'^^xsd:double;
  dwc:latitude '36.25'^^xsd:double;
  dwc:startLatitude '36.25'^^xsd:double;
  dwc:endLatitude '36.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.93 36.25, -1.93 36.25, -1.93 36.25, -1.93 36.25, -1.93 36.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_96'^^xsd:string;
  dwc:observationDate '1994-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -1.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.25"^^xsd:decimal ;
  dwc:decimalLongitude "-1.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.25 -1.93)"^^geo:wktLiteral ;
  geo-pos:lat "36.25"^^xsd:decimal ;
  geo-pos:long "-1.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_97'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_97'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.0166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.93'^^xsd:double;
  dwc:startLongitude '-1.93'^^xsd:double;
  dwc:endLongitude '-1.93'^^xsd:double;
  dwc:latitude '36.25'^^xsd:double;
  dwc:startLatitude '36.25'^^xsd:double;
  dwc:endLatitude '36.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.93 36.25, -1.93 36.25, -1.93 36.25, -1.93 36.25, -1.93 36.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_97'^^xsd:string;
  dwc:observationDate '1994-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -1.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-1.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -1.9)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-1.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1204'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1204'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.9'^^xsd:double;
  dwc:startLongitude '-1.9'^^xsd:double;
  dwc:endLongitude '-1.9'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:startLatitude '36.53'^^xsd:double;
  dwc:endLatitude '36.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.9 36.53, -1.9 36.53, -1.9 36.53, -1.9 36.53, -1.9 36.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1204'^^xsd:string;
  dwc:observationDate '1999-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -1.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-1.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -1.9)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-1.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_349'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_349'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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 '3'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.9'^^xsd:double;
  dwc:startLongitude '-1.9'^^xsd:double;
  dwc:endLongitude '-1.9'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.9 36.72, -1.9 36.72, -1.9 36.72, -1.9 36.72, -1.9 36.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_349'^^xsd:string;
  dwc:observationDate '1997-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.28 -1.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-18.28"^^xsd:decimal ;
  dwc:decimalLongitude "-1.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-18.28 -1.83)"^^geo:wktLiteral ;
  geo-pos:lat "-18.28"^^xsd:decimal ;
  geo-pos:long "-1.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_656'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_656'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.83'^^xsd:double;
  dwc:startLongitude '-1.83'^^xsd:double;
  dwc:endLongitude '-1.83'^^xsd:double;
  dwc:latitude '-18.28'^^xsd:double;
  dwc:startLatitude '-18.28'^^xsd:double;
  dwc:endLatitude '-18.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.83 -18.28, -1.83 -18.28, -1.83 -18.28, -1.83 -18.28, -1.83 -18.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_656'^^xsd:string;
  dwc:observationDate '1973-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -1.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-1.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -1.75)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-1.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_961'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_961'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.0833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.75'^^xsd:double;
  dwc:startLongitude '-1.75'^^xsd:double;
  dwc:endLongitude '-1.75'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:startLatitude '36.6'^^xsd:double;
  dwc:endLatitude '36.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.75 36.6, -1.75 36.6, -1.75 36.6, -1.75 36.6, -1.75 36.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_961'^^xsd:string;
  dwc:observationDate '2001-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -1.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.68"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -1.68)"^^geo:wktLiteral ;
  geo-pos:lat "57.68"^^xsd:decimal ;
  geo-pos:long "-1.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_430'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_430'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.68'^^xsd:double;
  dwc:startLongitude '-1.68'^^xsd:double;
  dwc:endLongitude '-1.68'^^xsd:double;
  dwc:latitude '57.68'^^xsd:double;
  dwc:startLatitude '57.68'^^xsd:double;
  dwc:endLatitude '57.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68 57.68, -1.68 57.68, -1.68 57.68, -1.68 57.68, -1.68 57.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_430'^^xsd:string;
  dwc:observationDate '1998-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.58 -1.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.58"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.58 -1.67)"^^geo:wktLiteral ;
  geo-pos:lat "57.58"^^xsd:decimal ;
  geo-pos:long "-1.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_429'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_429'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.67'^^xsd:double;
  dwc:startLongitude '-1.67'^^xsd:double;
  dwc:endLongitude '-1.67'^^xsd:double;
  dwc:latitude '57.58'^^xsd:double;
  dwc:startLatitude '57.58'^^xsd:double;
  dwc:endLatitude '57.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67 57.58, -1.67 57.58, -1.67 57.58, -1.67 57.58, -1.67 57.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_429'^^xsd:string;
  dwc:observationDate '1998-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -1.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -1.62)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-1.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_990'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_990'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.62'^^xsd:double;
  dwc:startLongitude '-1.62'^^xsd:double;
  dwc:endLongitude '-1.62'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:startLatitude '36.45'^^xsd:double;
  dwc:endLatitude '36.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62 36.45, -1.62 36.45, -1.62 36.45, -1.62 36.45, -1.62 36.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_990'^^xsd:string;
  dwc:observationDate '2001-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3 -1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.3"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.3 -1.6)"^^geo:wktLiteral ;
  geo-pos:lat "36.3"^^xsd:decimal ;
  geo-pos:long "-1.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_823'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_823'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^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 '15'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.6'^^xsd:double;
  dwc:startLongitude '-1.6'^^xsd:double;
  dwc:endLongitude '-1.6'^^xsd:double;
  dwc:latitude '36.3'^^xsd:double;
  dwc:startLatitude '36.3'^^xsd:double;
  dwc:endLatitude '36.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6 36.3, -1.6 36.3, -1.6 36.3, -1.6 36.3, -1.6 36.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_823'^^xsd:string;
  dwc:observationDate '2000-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -1.6)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-1.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1128'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1128'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.6'^^xsd:double;
  dwc:startLongitude '-1.6'^^xsd:double;
  dwc:endLongitude '-1.6'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:startLatitude '36.53'^^xsd:double;
  dwc:endLatitude '36.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6 36.53, -1.6 36.53, -1.6 36.53, -1.6 36.53, -1.6 36.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1128'^^xsd:string;
  dwc:observationDate '1999-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -1.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -1.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.57"^^xsd:decimal ;
  geo-pos:long "-1.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_152'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_152'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.56'^^xsd:double;
  dwc:startLongitude '-1.56'^^xsd:double;
  dwc:endLongitude '-1.56'^^xsd:double;
  dwc:latitude '36.57'^^xsd:double;
  dwc:startLatitude '36.57'^^xsd:double;
  dwc:endLatitude '36.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56 36.57, -1.56 36.57, -1.56 36.57, -1.56 36.57, -1.56 36.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_152'^^xsd:string;
  dwc:observationDate '1994-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2 -1.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.2"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.2 -1.56)"^^geo:wktLiteral ;
  geo-pos:lat "37.2"^^xsd:decimal ;
  geo-pos:long "-1.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1107'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1107'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.56'^^xsd:double;
  dwc:startLongitude '-1.56'^^xsd:double;
  dwc:endLongitude '-1.56'^^xsd:double;
  dwc:latitude '37.2'^^xsd:double;
  dwc:startLatitude '37.2'^^xsd:double;
  dwc:endLatitude '37.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56 37.2, -1.56 37.2, -1.56 37.2, -1.56 37.2, -1.56 37.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1107'^^xsd:string;
  dwc:observationDate '2002-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -1.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -1.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "-1.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_825'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_825'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:longitude '-1.5'^^xsd:double;
  dwc:startLongitude '-1.5'^^xsd:double;
  dwc:endLongitude '-1.5'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:startLatitude '44.7'^^xsd:double;
  dwc:endLatitude '44.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5 44.7, -1.5 44.7, -1.5 44.7, -1.5 44.7, -1.5 44.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_825'^^xsd:string;
  dwc:observationDate '2000-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -1.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -1.45)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-1.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_95'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_95'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.45'^^xsd:double;
  dwc:startLongitude '-1.45'^^xsd:double;
  dwc:endLongitude '-1.45'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:startLatitude '36.45'^^xsd:double;
  dwc:endLatitude '36.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45 36.45, -1.45 36.45, -1.45 36.45, -1.45 36.45, -1.45 36.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_95'^^xsd:string;
  dwc:observationDate '1994-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -1.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-1.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -1.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-1.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_991'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_991'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.33'^^xsd:double;
  dwc:startLongitude '-1.33'^^xsd:double;
  dwc:endLongitude '-1.33'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:startLatitude '36.5'^^xsd:double;
  dwc:endLatitude '36.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.33 36.5, -1.33 36.5, -1.33 36.5, -1.33 36.5, -1.33 36.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_991'^^xsd:string;
  dwc:observationDate '2001-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-1.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -1.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_94'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_94'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.32'^^xsd:double;
  dwc:startLongitude '-1.32'^^xsd:double;
  dwc:endLongitude '-1.32'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:startLatitude '36.5'^^xsd:double;
  dwc:endLatitude '36.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.32 36.5, -1.32 36.5, -1.32 36.5, -1.32 36.5, -1.32 36.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_94'^^xsd:string;
  dwc:observationDate '1994-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -1.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-1.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -1.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-1.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1297'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1297'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.22'^^xsd:double;
  dwc:startLongitude '-1.22'^^xsd:double;
  dwc:endLongitude '-1.22'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:startLatitude '36.55'^^xsd:double;
  dwc:endLatitude '36.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.22 36.55, -1.22 36.55, -1.22 36.55, -1.22 36.55, -1.22 36.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1297'^^xsd:string;
  dwc:observationDate '2001-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -1.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.25"^^xsd:decimal ;
  dwc:decimalLongitude "-1.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.25 -1.15)"^^geo:wktLiteral ;
  geo-pos:lat "-3.25"^^xsd:decimal ;
  geo-pos:long "-1.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_561'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_561'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.15'^^xsd:double;
  dwc:startLongitude '-1.15'^^xsd:double;
  dwc:endLongitude '-1.15'^^xsd:double;
  dwc:latitude '-3.25'^^xsd:double;
  dwc:startLatitude '-3.25'^^xsd:double;
  dwc:endLatitude '-3.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.15 -3.25, -1.15 -3.25, -1.15 -3.25, -1.15 -3.25, -1.15 -3.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_561'^^xsd:string;
  dwc:observationDate '1983-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 -1.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.27"^^xsd:decimal ;
  dwc:decimalLongitude "-1.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 -1.12)"^^geo:wktLiteral ;
  geo-pos:lat "55.27"^^xsd:decimal ;
  geo-pos:long "-1.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1339'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1339'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.12'^^xsd:double;
  dwc:startLongitude '-1.12'^^xsd:double;
  dwc:endLongitude '-1.12'^^xsd:double;
  dwc:latitude '55.27'^^xsd:double;
  dwc:startLatitude '55.27'^^xsd:double;
  dwc:endLatitude '55.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.12 55.27, -1.12 55.27, -1.12 55.27, -1.12 55.27, -1.12 55.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1339'^^xsd:string;
  dwc:observationDate '1998-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 -1.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.27"^^xsd:decimal ;
  dwc:decimalLongitude "-1.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 -1.12)"^^geo:wktLiteral ;
  geo-pos:lat "55.27"^^xsd:decimal ;
  geo-pos:long "-1.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1338'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1338'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.12'^^xsd:double;
  dwc:startLongitude '-1.12'^^xsd:double;
  dwc:endLongitude '-1.12'^^xsd:double;
  dwc:latitude '55.27'^^xsd:double;
  dwc:startLatitude '55.27'^^xsd:double;
  dwc:endLatitude '55.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.12 55.27, -1.12 55.27, -1.12 55.27, -1.12 55.27, -1.12 55.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_1338'^^xsd:string;
  dwc:observationDate '1998-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-1.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1298'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1298'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:startLongitude '-1.07'^^xsd:double;
  dwc:endLongitude '-1.07'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:startLatitude '36.6'^^xsd:double;
  dwc:endLatitude '36.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.07 36.6, -1.07 36.6, -1.07 36.6, -1.07 36.6, -1.07 36.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1298'^^xsd:string;
  dwc:observationDate '2001-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.25"^^xsd:decimal ;
  dwc:decimalLongitude "-1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -1)"^^geo:wktLiteral ;
  geo-pos:lat "59.25"^^xsd:decimal ;
  geo-pos:long "-1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_258'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_258'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-1'^^xsd:integer;
  dwc:startLongitude '-1'^^xsd:integer;
  dwc:endLongitude '-1'^^xsd:integer;
  dwc:latitude '59.25'^^xsd:double;
  dwc:startLatitude '59.25'^^xsd:double;
  dwc:endLatitude '59.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1 59.25, -1 59.25, -1 59.25, -1 59.25, -1 59.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_258'^^xsd:string;
  dwc:observationDate '1996-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.08 -0.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.08"^^xsd:decimal ;
  dwc:decimalLongitude "-0.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.08 -0.95)"^^geo:wktLiteral ;
  geo-pos:lat "5.08"^^xsd:decimal ;
  geo-pos:long "-0.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_560'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_560'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '-0.95'^^xsd:double;
  dwc:startLongitude '-0.95'^^xsd:double;
  dwc:endLongitude '-0.95'^^xsd:double;
  dwc:latitude '5.08'^^xsd:double;
  dwc:startLatitude '5.08'^^xsd:double;
  dwc:endLatitude '5.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.95 5.08, -0.95 5.08, -0.95 5.08, -0.95 5.08, -0.95 5.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_560'^^xsd:string;
  dwc:observationDate '1983-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.97 -0.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.97"^^xsd:decimal ;
  dwc:decimalLongitude "-0.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.97 -0.65)"^^geo:wktLiteral ;
  geo-pos:lat "4.97"^^xsd:decimal ;
  geo-pos:long "-0.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1172'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_1172'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '-0.65'^^xsd:double;
  dwc:startLongitude '-0.65'^^xsd:double;
  dwc:endLongitude '-0.65'^^xsd:double;
  dwc:latitude '4.97'^^xsd:double;
  dwc:startLatitude '4.97'^^xsd:double;
  dwc:endLatitude '4.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.65 4.97, -0.65 4.97, -0.65 4.97, -0.65 4.97, -0.65 4.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1172'^^xsd:string;
  dwc:observationDate '2000-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.74 -0.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.74"^^xsd:decimal ;
  dwc:decimalLongitude "-0.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.74 -0.61)"^^geo:wktLiteral ;
  geo-pos:lat "50.74"^^xsd:decimal ;
  geo-pos:long "-0.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1373'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1373'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.7'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-0.61'^^xsd:double;
  dwc:startLongitude '-0.61'^^xsd:double;
  dwc:endLongitude '-0.61'^^xsd:double;
  dwc:latitude '50.74'^^xsd:double;
  dwc:startLatitude '50.74'^^xsd:double;
  dwc:endLatitude '50.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.61 50.74, -0.61 50.74, -0.61 50.74, -0.61 50.74, -0.61 50.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1373'^^xsd:string;
  dwc:observationDate '2001-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.73 -0.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.73"^^xsd:decimal ;
  dwc:decimalLongitude "-0.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.73 -0.6)"^^geo:wktLiteral ;
  geo-pos:lat "50.73"^^xsd:decimal ;
  geo-pos:long "-0.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1371'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1371'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.7'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-0.6'^^xsd:double;
  dwc:startLongitude '-0.6'^^xsd:double;
  dwc:endLongitude '-0.6'^^xsd:double;
  dwc:latitude '50.73'^^xsd:double;
  dwc:startLatitude '50.73'^^xsd:double;
  dwc:endLatitude '50.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.6 50.73, -0.6 50.73, -0.6 50.73, -0.6 50.73, -0.6 50.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1371'^^xsd:string;
  dwc:observationDate '2001-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77 -0.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.77"^^xsd:decimal ;
  dwc:decimalLongitude "-0.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77 -0.47)"^^geo:wktLiteral ;
  geo-pos:lat "50.77"^^xsd:decimal ;
  geo-pos:long "-0.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1372'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1372'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.35'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-0.47'^^xsd:double;
  dwc:startLongitude '-0.47'^^xsd:double;
  dwc:endLongitude '-0.47'^^xsd:double;
  dwc:latitude '50.77'^^xsd:double;
  dwc:startLatitude '50.77'^^xsd:double;
  dwc:endLatitude '50.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.47 50.77, -0.47 50.77, -0.47 50.77, -0.47 50.77, -0.47 50.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1372'^^xsd:string;
  dwc:observationDate '2001-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -0.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-0.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -0.42)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-0.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_146'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_146'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '-0.42'^^xsd:double;
  dwc:startLongitude '-0.42'^^xsd:double;
  dwc:endLongitude '-0.42'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.73'^^xsd:double;
  dwc:endLatitude '36.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.42 36.73, -0.42 36.73, -0.42 36.73, -0.42 36.73, -0.42 36.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_146'^^xsd:string;
  dwc:observationDate '1994-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -0.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-0.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -0.4)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-0.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_377'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_377'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '-0.4'^^xsd:double;
  dwc:startLongitude '-0.4'^^xsd:double;
  dwc:endLongitude '-0.4'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:startLatitude '36.71'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.4 36.71, -0.4 36.71, -0.4 36.71, -0.4 36.71, -0.4 36.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_377'^^xsd:string;
  dwc:observationDate '1998-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.18 -0.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.18"^^xsd:decimal ;
  dwc:decimalLongitude "-0.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.18 -0.38)"^^geo:wktLiteral ;
  geo-pos:lat "37.18"^^xsd:decimal ;
  geo-pos:long "-0.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_88'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_88'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-0.38'^^xsd:double;
  dwc:startLongitude '-0.38'^^xsd:double;
  dwc:endLongitude '-0.38'^^xsd:double;
  dwc:latitude '37.18'^^xsd:double;
  dwc:startLatitude '37.18'^^xsd:double;
  dwc:endLatitude '37.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.38 37.18, -0.38 37.18, -0.38 37.18, -0.38 37.18, -0.38 37.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_88'^^xsd:string;
  dwc:observationDate '1994-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.18 -0.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.18"^^xsd:decimal ;
  dwc:decimalLongitude "-0.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.18 -0.38)"^^geo:wktLiteral ;
  geo-pos:lat "37.18"^^xsd:decimal ;
  geo-pos:long "-0.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_89'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_89'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-0.38'^^xsd:double;
  dwc:startLongitude '-0.38'^^xsd:double;
  dwc:endLongitude '-0.38'^^xsd:double;
  dwc:latitude '37.18'^^xsd:double;
  dwc:startLatitude '37.18'^^xsd:double;
  dwc:endLatitude '37.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.38 37.18, -0.38 37.18, -0.38 37.18, -0.38 37.18, -0.38 37.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_89'^^xsd:string;
  dwc:observationDate '1994-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -0.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "-0.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -0.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "-0.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1382'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1382'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '-0.37'^^xsd:double;
  dwc:startLongitude '-0.37'^^xsd:double;
  dwc:endLongitude '-0.37'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.37 50.65, -0.37 50.65, -0.37 50.65, -0.37 50.65, -0.37 50.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-finned pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1382'^^xsd:string;
  dwc:observationDate '2002-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.77 -0.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.77"^^xsd:decimal ;
  dwc:decimalLongitude "-0.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.77 -0.16)"^^geo:wktLiteral ;
  geo-pos:lat "36.77"^^xsd:decimal ;
  geo-pos:long "-0.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_147'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_147'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '-0.16'^^xsd:double;
  dwc:startLongitude '-0.16'^^xsd:double;
  dwc:endLongitude '-0.16'^^xsd:double;
  dwc:latitude '36.77'^^xsd:double;
  dwc:startLatitude '36.77'^^xsd:double;
  dwc:endLatitude '36.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.16 36.77, -0.16 36.77, -0.16 36.77, -0.16 36.77, -0.16 36.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_147'^^xsd:string;
  dwc:observationDate '1994-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.79 -0.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.79"^^xsd:decimal ;
  dwc:decimalLongitude "-0.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.79 -0.14)"^^geo:wktLiteral ;
  geo-pos:lat "36.79"^^xsd:decimal ;
  geo-pos:long "-0.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_151'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_151'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:longitude '-0.14'^^xsd:double;
  dwc:startLongitude '-0.14'^^xsd:double;
  dwc:endLongitude '-0.14'^^xsd:double;
  dwc:latitude '36.79'^^xsd:double;
  dwc:startLatitude '36.79'^^xsd:double;
  dwc:endLatitude '36.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.14 36.79, -0.14 36.79, -0.14 36.79, -0.14 36.79, -0.14 36.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_151'^^xsd:string;
  dwc:observationDate '1994-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 0.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "0.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 0.08)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "0.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1278'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1278'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.7833333333333'^^xsd:double;
  dwc:longitude '0.08'^^xsd:double;
  dwc:startLongitude '0.08'^^xsd:double;
  dwc:endLongitude '0.08'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:startLatitude '36.75'^^xsd:double;
  dwc:endLatitude '36.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.08 36.75, 0.08 36.75, 0.08 36.75, 0.08 36.75, 0.08 36.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1278'^^xsd:string;
  dwc:observationDate '1999-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.99 0.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.99"^^xsd:decimal ;
  dwc:decimalLongitude "0.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.99 0.14)"^^geo:wktLiteral ;
  geo-pos:lat "36.99"^^xsd:decimal ;
  geo-pos:long "0.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_715'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_715'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '0.14'^^xsd:double;
  dwc:startLongitude '0.14'^^xsd:double;
  dwc:endLongitude '0.14'^^xsd:double;
  dwc:latitude '36.99'^^xsd:double;
  dwc:startLatitude '36.99'^^xsd:double;
  dwc:endLatitude '36.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.14 36.99, 0.14 36.99, 0.14 36.99, 0.14 36.99, 0.14 36.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_715'^^xsd:string;
  dwc:observationDate '1999-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 0.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "0.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 0.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "0.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_167'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_167'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '0.18'^^xsd:double;
  dwc:startLongitude '0.18'^^xsd:double;
  dwc:endLongitude '0.18'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:startLatitude '36.8'^^xsd:double;
  dwc:endLatitude '36.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.18 36.8, 0.18 36.8, 0.18 36.8, 0.18 36.8, 0.18 36.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_167'^^xsd:string;
  dwc:observationDate '1995-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.87 0.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.87"^^xsd:decimal ;
  dwc:decimalLongitude "0.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.87 0.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.87"^^xsd:decimal ;
  geo-pos:long "0.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1201'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '64_1201'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:longitude '0.18'^^xsd:double;
  dwc:startLongitude '0.18'^^xsd:double;
  dwc:endLongitude '0.18'^^xsd:double;
  dwc:latitude '36.87'^^xsd:double;
  dwc:startLatitude '36.87'^^xsd:double;
  dwc:endLatitude '36.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.18 36.87, 0.18 36.87, 0.18 36.87, 0.18 36.87, 0.18 36.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_1201'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.93 0.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.93"^^xsd:decimal ;
  dwc:decimalLongitude "0.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.93 0.4)"^^geo:wktLiteral ;
  geo-pos:lat "36.93"^^xsd:decimal ;
  geo-pos:long "0.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_174'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_174'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '0.4'^^xsd:double;
  dwc:startLongitude '0.4'^^xsd:double;
  dwc:endLongitude '0.4'^^xsd:double;
  dwc:latitude '36.93'^^xsd:double;
  dwc:startLatitude '36.93'^^xsd:double;
  dwc:endLatitude '36.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.4 36.93, 0.4 36.93, 0.4 36.93, 0.4 36.93, 0.4 36.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_174'^^xsd:string;
  dwc:observationDate '1995-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.17 0.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.17"^^xsd:decimal ;
  dwc:decimalLongitude "0.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.17 0.5)"^^geo:wktLiteral ;
  geo-pos:lat "64.17"^^xsd:decimal ;
  geo-pos:long "0.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_257'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_257'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:longitude '0.5'^^xsd:double;
  dwc:startLongitude '0.5'^^xsd:double;
  dwc:endLongitude '0.5'^^xsd:double;
  dwc:latitude '64.17'^^xsd:double;
  dwc:startLatitude '64.17'^^xsd:double;
  dwc:endLatitude '64.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.5 64.17, 0.5 64.17, 0.5 64.17, 0.5 64.17, 0.5 64.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_257'^^xsd:string;
  dwc:observationDate '1996-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.07 1.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.07"^^xsd:decimal ;
  dwc:decimalLongitude "1.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.07 1.43)"^^geo:wktLiteral ;
  geo-pos:lat "3.07"^^xsd:decimal ;
  geo-pos:long "1.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_570'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_570'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:longitude '1.43'^^xsd:double;
  dwc:startLongitude '1.43'^^xsd:double;
  dwc:endLongitude '1.43'^^xsd:double;
  dwc:latitude '3.07'^^xsd:double;
  dwc:startLatitude '3.07'^^xsd:double;
  dwc:endLatitude '3.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.43 3.07, 1.43 3.07, 1.43 3.07, 1.43 3.07, 1.43 3.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_570'^^xsd:string;
  dwc:observationDate '1972-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 1.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "1.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 1.5)"^^geo:wktLiteral ;
  geo-pos:lat "51.15"^^xsd:decimal ;
  geo-pos:long "1.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1332'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_1332'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.5'^^xsd:double;
  dwc:startLongitude '1.5'^^xsd:double;
  dwc:endLongitude '1.5'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:startLatitude '51.15'^^xsd:double;
  dwc:endLatitude '51.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.5 51.15, 1.5 51.15, 1.5 51.15, 1.5 51.15, 1.5 51.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1332'^^xsd:string;
  dwc:observationDate '1997-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 1.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "1.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 1.5)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "1.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1381'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1381'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^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 '5.7666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.5'^^xsd:double;
  dwc:startLongitude '1.5'^^xsd:double;
  dwc:endLongitude '1.5'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:startLatitude '51.77'^^xsd:double;
  dwc:endLatitude '51.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.5 51.77, 1.5 51.77, 1.5 51.77, 1.5 51.77, 1.5 51.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1381'^^xsd:string;
  dwc:observationDate '2002-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.64 1.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.64"^^xsd:decimal ;
  dwc:decimalLongitude "1.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.64 1.56)"^^geo:wktLiteral ;
  geo-pos:lat "-1.64"^^xsd:decimal ;
  geo-pos:long "1.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1347'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1347'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.56'^^xsd:double;
  dwc:startLongitude '1.56'^^xsd:double;
  dwc:endLongitude '1.56'^^xsd:double;
  dwc:latitude '-1.64'^^xsd:double;
  dwc:startLatitude '-1.64'^^xsd:double;
  dwc:endLatitude '-1.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.56 -1.64, 1.56 -1.64, 1.56 -1.64, 1.56 -1.64, 1.56 -1.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1347'^^xsd:string;
  dwc:observationDate '1999-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 1.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.37"^^xsd:decimal ;
  dwc:decimalLongitude "1.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 1.63)"^^geo:wktLiteral ;
  geo-pos:lat "55.37"^^xsd:decimal ;
  geo-pos:long "1.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_946'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_946'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.63'^^xsd:double;
  dwc:startLongitude '1.63'^^xsd:double;
  dwc:endLongitude '1.63'^^xsd:double;
  dwc:latitude '55.37'^^xsd:double;
  dwc:startLatitude '55.37'^^xsd:double;
  dwc:endLatitude '55.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.63 55.37, 1.63 55.37, 1.63 55.37, 1.63 55.37, 1.63 55.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_946'^^xsd:string;
  dwc:observationDate '2001-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.45 1.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.45"^^xsd:decimal ;
  dwc:decimalLongitude "1.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.45 1.72)"^^geo:wktLiteral ;
  geo-pos:lat "55.45"^^xsd:decimal ;
  geo-pos:long "1.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_947'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_947'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.72'^^xsd:double;
  dwc:startLongitude '1.72'^^xsd:double;
  dwc:endLongitude '1.72'^^xsd:double;
  dwc:latitude '55.45'^^xsd:double;
  dwc:startLatitude '55.45'^^xsd:double;
  dwc:endLatitude '55.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.72 55.45, 1.72 55.45, 1.72 55.45, 1.72 55.45, 1.72 55.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_947'^^xsd:string;
  dwc:observationDate '2001-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 1.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "1.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 1.77)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "1.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1343'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1343'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.77'^^xsd:double;
  dwc:startLongitude '1.77'^^xsd:double;
  dwc:endLongitude '1.77'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:startLatitude '52.62'^^xsd:double;
  dwc:endLatitude '52.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.77 52.62, 1.77 52.62, 1.77 52.62, 1.77 52.62, 1.77 52.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1343'^^xsd:string;
  dwc:observationDate '1999-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.45 1.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.45"^^xsd:decimal ;
  dwc:decimalLongitude "1.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.45 1.78)"^^geo:wktLiteral ;
  geo-pos:lat "52.45"^^xsd:decimal ;
  geo-pos:long "1.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1370'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1370'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.78'^^xsd:double;
  dwc:startLongitude '1.78'^^xsd:double;
  dwc:endLongitude '1.78'^^xsd:double;
  dwc:latitude '52.45'^^xsd:double;
  dwc:startLatitude '52.45'^^xsd:double;
  dwc:endLatitude '52.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.78 52.45, 1.78 52.45, 1.78 52.45, 1.78 52.45, 1.78 52.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1370'^^xsd:string;
  dwc:observationDate '2001-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.46 1.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.46"^^xsd:decimal ;
  dwc:decimalLongitude "1.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.46 1.78)"^^geo:wktLiteral ;
  geo-pos:lat "52.46"^^xsd:decimal ;
  geo-pos:long "1.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1380'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1380'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.78'^^xsd:double;
  dwc:startLongitude '1.78'^^xsd:double;
  dwc:endLongitude '1.78'^^xsd:double;
  dwc:latitude '52.46'^^xsd:double;
  dwc:startLatitude '52.46'^^xsd:double;
  dwc:endLatitude '52.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.78 52.46, 1.78 52.46, 1.78 52.46, 1.78 52.46, 1.78 52.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1380'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.68 1.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.68"^^xsd:decimal ;
  dwc:decimalLongitude "1.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.68 1.78)"^^geo:wktLiteral ;
  geo-pos:lat "52.68"^^xsd:decimal ;
  geo-pos:long "1.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1377'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1377'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.78'^^xsd:double;
  dwc:startLongitude '1.78'^^xsd:double;
  dwc:endLongitude '1.78'^^xsd:double;
  dwc:latitude '52.68'^^xsd:double;
  dwc:startLatitude '52.68'^^xsd:double;
  dwc:endLatitude '52.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.78 52.68, 1.78 52.68, 1.78 52.68, 1.78 52.68, 1.78 52.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1377'^^xsd:string;
  dwc:observationDate '2002-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.37 1.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.37"^^xsd:decimal ;
  dwc:decimalLongitude "1.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.37 1.79)"^^geo:wktLiteral ;
  geo-pos:lat "52.37"^^xsd:decimal ;
  geo-pos:long "1.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1378'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1378'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.7'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.79'^^xsd:double;
  dwc:startLongitude '1.79'^^xsd:double;
  dwc:endLongitude '1.79'^^xsd:double;
  dwc:latitude '52.37'^^xsd:double;
  dwc:startLatitude '52.37'^^xsd:double;
  dwc:endLatitude '52.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.79 52.37, 1.79 52.37, 1.79 52.37, 1.79 52.37, 1.79 52.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1378'^^xsd:string;
  dwc:observationDate '2002-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.45 1.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.45"^^xsd:decimal ;
  dwc:decimalLongitude "1.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.45 1.79)"^^geo:wktLiteral ;
  geo-pos:lat "52.45"^^xsd:decimal ;
  geo-pos:long "1.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1379'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1379'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.79'^^xsd:double;
  dwc:startLongitude '1.79'^^xsd:double;
  dwc:endLongitude '1.79'^^xsd:double;
  dwc:latitude '52.45'^^xsd:double;
  dwc:startLatitude '52.45'^^xsd:double;
  dwc:endLatitude '52.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.79 52.45, 1.79 52.45, 1.79 52.45, 1.79 52.45, 1.79 52.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1379'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.6 1.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.6"^^xsd:decimal ;
  dwc:decimalLongitude "1.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.6 1.81)"^^geo:wktLiteral ;
  geo-pos:lat "52.6"^^xsd:decimal ;
  geo-pos:long "1.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1369'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1369'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.81'^^xsd:double;
  dwc:startLongitude '1.81'^^xsd:double;
  dwc:endLongitude '1.81'^^xsd:double;
  dwc:latitude '52.6'^^xsd:double;
  dwc:startLatitude '52.6'^^xsd:double;
  dwc:endLatitude '52.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.81 52.6, 1.81 52.6, 1.81 52.6, 1.81 52.6, 1.81 52.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1369'^^xsd:string;
  dwc:observationDate '2001-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.67 1.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.67"^^xsd:decimal ;
  dwc:decimalLongitude "1.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.67 1.81)"^^geo:wktLiteral ;
  geo-pos:lat "52.67"^^xsd:decimal ;
  geo-pos:long "1.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1376'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1376'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.81'^^xsd:double;
  dwc:startLongitude '1.81'^^xsd:double;
  dwc:endLongitude '1.81'^^xsd:double;
  dwc:latitude '52.67'^^xsd:double;
  dwc:startLatitude '52.67'^^xsd:double;
  dwc:endLatitude '52.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.81 52.67, 1.81 52.67, 1.81 52.67, 1.81 52.67, 1.81 52.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1376'^^xsd:string;
  dwc:observationDate '2002-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.52 1.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.52"^^xsd:decimal ;
  dwc:decimalLongitude "1.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.52 1.82)"^^geo:wktLiteral ;
  geo-pos:lat "52.52"^^xsd:decimal ;
  geo-pos:long "1.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1368'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1368'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.82'^^xsd:double;
  dwc:startLongitude '1.82'^^xsd:double;
  dwc:endLongitude '1.82'^^xsd:double;
  dwc:latitude '52.52'^^xsd:double;
  dwc:startLatitude '52.52'^^xsd:double;
  dwc:endLatitude '52.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.82 52.52, 1.82 52.52, 1.82 52.52, 1.82 52.52, 1.82 52.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1368'^^xsd:string;
  dwc:observationDate '2001-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 1.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.57"^^xsd:decimal ;
  dwc:decimalLongitude "1.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.57 1.82)"^^geo:wktLiteral ;
  geo-pos:lat "52.57"^^xsd:decimal ;
  geo-pos:long "1.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1346'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1346'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.82'^^xsd:double;
  dwc:startLongitude '1.82'^^xsd:double;
  dwc:endLongitude '1.82'^^xsd:double;
  dwc:latitude '52.57'^^xsd:double;
  dwc:startLatitude '52.57'^^xsd:double;
  dwc:endLatitude '52.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.82 52.57, 1.82 52.57, 1.82 52.57, 1.82 52.57, 1.82 52.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1346'^^xsd:string;
  dwc:observationDate '1999-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.55 1.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.55"^^xsd:decimal ;
  dwc:decimalLongitude "1.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.55 1.83)"^^geo:wktLiteral ;
  geo-pos:lat "52.55"^^xsd:decimal ;
  geo-pos:long "1.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1367'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1367'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.83'^^xsd:double;
  dwc:startLongitude '1.83'^^xsd:double;
  dwc:endLongitude '1.83'^^xsd:double;
  dwc:latitude '52.55'^^xsd:double;
  dwc:startLatitude '52.55'^^xsd:double;
  dwc:endLatitude '52.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.83 52.55, 1.83 52.55, 1.83 52.55, 1.83 52.55, 1.83 52.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1367'^^xsd:string;
  dwc:observationDate '2001-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65 1.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65"^^xsd:decimal ;
  dwc:decimalLongitude "1.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65 1.85)"^^geo:wktLiteral ;
  geo-pos:lat "52.65"^^xsd:decimal ;
  geo-pos:long "1.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1344'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1344'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.85'^^xsd:double;
  dwc:startLongitude '1.85'^^xsd:double;
  dwc:endLongitude '1.85'^^xsd:double;
  dwc:latitude '52.65'^^xsd:double;
  dwc:startLatitude '52.65'^^xsd:double;
  dwc:endLatitude '52.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.85 52.65, 1.85 52.65, 1.85 52.65, 1.85 52.65, 1.85 52.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1344'^^xsd:string;
  dwc:observationDate '1999-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.68 1.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.68"^^xsd:decimal ;
  dwc:decimalLongitude "1.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.68 1.85)"^^geo:wktLiteral ;
  geo-pos:lat "52.68"^^xsd:decimal ;
  geo-pos:long "1.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1345'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1345'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^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 '12.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '1.85'^^xsd:double;
  dwc:startLongitude '1.85'^^xsd:double;
  dwc:endLongitude '1.85'^^xsd:double;
  dwc:latitude '52.68'^^xsd:double;
  dwc:startLatitude '52.68'^^xsd:double;
  dwc:endLatitude '52.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.85 52.68, 1.85 52.68, 1.85 52.68, 1.85 52.68, 1.85 52.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_1345'^^xsd:string;
  dwc:observationDate '1999-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.5 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.5"^^xsd:decimal ;
  dwc:decimalLongitude "2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.5 2)"^^geo:wktLiteral ;
  geo-pos:lat "55.5"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_948'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_948'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:startLongitude '2'^^xsd:integer;
  dwc:endLongitude '2'^^xsd:integer;
  dwc:latitude '55.5'^^xsd:double;
  dwc:startLatitude '55.5'^^xsd:double;
  dwc:endLatitude '55.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2 55.5, 2 55.5, 2 55.5, 2 55.5, 2 55.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Atlantic White-Sided Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '64_948'^^xsd:string;
  dwc:observationDate '2001-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.21 3.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.21"^^xsd:decimal ;
  dwc:decimalLongitude "3.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.21 3.61)"^^geo:wktLiteral ;
  geo-pos:lat "38.21"^^xsd:decimal ;
  geo-pos:long "3.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_716'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_716'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '3.61'^^xsd:double;
  dwc:startLongitude '3.61'^^xsd:double;
  dwc:endLongitude '3.61'^^xsd:double;
  dwc:latitude '38.21'^^xsd:double;
  dwc:startLatitude '38.21'^^xsd:double;
  dwc:endLatitude '38.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.61 38.21, 3.61 38.21, 3.61 38.21, 3.61 38.21, 3.61 38.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_716'^^xsd:string;
  dwc:observationDate '1999-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.43 3.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.43"^^xsd:decimal ;
  dwc:decimalLongitude "3.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.43 3.77)"^^geo:wktLiteral ;
  geo-pos:lat "41.43"^^xsd:decimal ;
  geo-pos:long "3.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_93'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_93'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '8.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '3.77'^^xsd:double;
  dwc:startLongitude '3.77'^^xsd:double;
  dwc:endLongitude '3.77'^^xsd:double;
  dwc:latitude '41.43'^^xsd:double;
  dwc:startLatitude '41.43'^^xsd:double;
  dwc:endLatitude '41.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.77 41.43, 3.77 41.43, 3.77 41.43, 3.77 41.43, 3.77 41.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_93'^^xsd:string;
  dwc:observationDate '1994-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.47 3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.47"^^xsd:decimal ;
  dwc:decimalLongitude "3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.47 3.8)"^^geo:wktLiteral ;
  geo-pos:lat "41.47"^^xsd:decimal ;
  geo-pos:long "3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_91'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_91'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '9.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '3.8'^^xsd:double;
  dwc:startLongitude '3.8'^^xsd:double;
  dwc:endLongitude '3.8'^^xsd:double;
  dwc:latitude '41.47'^^xsd:double;
  dwc:startLatitude '41.47'^^xsd:double;
  dwc:endLatitude '41.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.8 41.47, 3.8 41.47, 3.8 41.47, 3.8 41.47, 3.8 41.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_91'^^xsd:string;
  dwc:observationDate '1994-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.47 3.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.47"^^xsd:decimal ;
  dwc:decimalLongitude "3.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.47 3.8)"^^geo:wktLiteral ;
  geo-pos:lat "41.47"^^xsd:decimal ;
  geo-pos:long "3.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_92'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_92'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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 '9'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '3.8'^^xsd:double;
  dwc:startLongitude '3.8'^^xsd:double;
  dwc:endLongitude '3.8'^^xsd:double;
  dwc:latitude '41.47'^^xsd:double;
  dwc:startLatitude '41.47'^^xsd:double;
  dwc:endLatitude '41.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.8 41.47, 3.8 41.47, 3.8 41.47, 3.8 41.47, 3.8 41.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_92'^^xsd:string;
  dwc:observationDate '1994-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.53 3.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.53"^^xsd:decimal ;
  dwc:decimalLongitude "3.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.53 3.88)"^^geo:wktLiteral ;
  geo-pos:lat "41.53"^^xsd:decimal ;
  geo-pos:long "3.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_90'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_90'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '3.88'^^xsd:double;
  dwc:startLongitude '3.88'^^xsd:double;
  dwc:endLongitude '3.88'^^xsd:double;
  dwc:latitude '41.53'^^xsd:double;
  dwc:startLatitude '41.53'^^xsd:double;
  dwc:endLatitude '41.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.88 41.53, 3.88 41.53, 3.88 41.53, 3.88 41.53, 3.88 41.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_90'^^xsd:string;
  dwc:observationDate '1994-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.18 3.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.18"^^xsd:decimal ;
  dwc:decimalLongitude "3.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.18 3.95)"^^geo:wktLiteral ;
  geo-pos:lat "37.18"^^xsd:decimal ;
  geo-pos:long "3.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_992'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_992'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '3.95'^^xsd:double;
  dwc:startLongitude '3.95'^^xsd:double;
  dwc:endLongitude '3.95'^^xsd:double;
  dwc:latitude '37.18'^^xsd:double;
  dwc:startLatitude '37.18'^^xsd:double;
  dwc:endLatitude '37.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.95 37.18, 3.95 37.18, 3.95 37.18, 3.95 37.18, 3.95 37.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_992'^^xsd:string;
  dwc:observationDate '2001-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.87 4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.87"^^xsd:decimal ;
  dwc:decimalLongitude "4.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.87 4.67)"^^geo:wktLiteral ;
  geo-pos:lat "-23.87"^^xsd:decimal ;
  geo-pos:long "4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_609'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_609'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '4.67'^^xsd:double;
  dwc:startLongitude '4.67'^^xsd:double;
  dwc:endLongitude '4.67'^^xsd:double;
  dwc:latitude '-23.87'^^xsd:double;
  dwc:startLatitude '-23.87'^^xsd:double;
  dwc:endLatitude '-23.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.67 -23.87, 4.67 -23.87, 4.67 -23.87, 4.67 -23.87, 4.67 -23.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_609'^^xsd:string;
  dwc:observationDate '1970-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.44 5.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.44"^^xsd:decimal ;
  dwc:decimalLongitude "5.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.44 5.14)"^^geo:wktLiteral ;
  geo-pos:lat "37.44"^^xsd:decimal ;
  geo-pos:long "5.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_150'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_150'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:longitude '5.14'^^xsd:double;
  dwc:startLongitude '5.14'^^xsd:double;
  dwc:endLongitude '5.14'^^xsd:double;
  dwc:latitude '37.44'^^xsd:double;
  dwc:startLatitude '37.44'^^xsd:double;
  dwc:endLatitude '37.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.14 37.44, 5.14 37.44, 5.14 37.44, 5.14 37.44, 5.14 37.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_150'^^xsd:string;
  dwc:observationDate '1994-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.93 6.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.93"^^xsd:decimal ;
  dwc:decimalLongitude "6.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.93 6.25)"^^geo:wktLiteral ;
  geo-pos:lat "40.93"^^xsd:decimal ;
  geo-pos:long "6.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1127'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1127'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '6.25'^^xsd:double;
  dwc:startLongitude '6.25'^^xsd:double;
  dwc:endLongitude '6.25'^^xsd:double;
  dwc:latitude '40.93'^^xsd:double;
  dwc:startLatitude '40.93'^^xsd:double;
  dwc:endLatitude '40.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.25 40.93, 6.25 40.93, 6.25 40.93, 6.25 40.93, 6.25 40.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_1127'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.83 6.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.83"^^xsd:decimal ;
  dwc:decimalLongitude "6.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.83 6.32)"^^geo:wktLiteral ;
  geo-pos:lat "40.83"^^xsd:decimal ;
  geo-pos:long "6.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1126'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1126'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:longitude '6.32'^^xsd:double;
  dwc:startLongitude '6.32'^^xsd:double;
  dwc:endLongitude '6.32'^^xsd:double;
  dwc:latitude '40.83'^^xsd:double;
  dwc:startLatitude '40.83'^^xsd:double;
  dwc:endLatitude '40.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.32 40.83, 6.32 40.83, 6.32 40.83, 6.32 40.83, 6.32 40.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1126'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.03 6.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.03"^^xsd:decimal ;
  dwc:decimalLongitude "6.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.03 6.78)"^^geo:wktLiteral ;
  geo-pos:lat "-35.03"^^xsd:decimal ;
  geo-pos:long "6.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_470'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_470'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '6.78'^^xsd:double;
  dwc:startLongitude '6.78'^^xsd:double;
  dwc:endLongitude '6.78'^^xsd:double;
  dwc:latitude '-35.03'^^xsd:double;
  dwc:startLatitude '-35.03'^^xsd:double;
  dwc:endLatitude '-35.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.78 -35.03, 6.78 -35.03, 6.78 -35.03, 6.78 -35.03, 6.78 -35.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_470'^^xsd:string;
  dwc:observationDate '1998-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.07 7.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.07"^^xsd:decimal ;
  dwc:decimalLongitude "7.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.07 7.33)"^^geo:wktLiteral ;
  geo-pos:lat "40.07"^^xsd:decimal ;
  geo-pos:long "7.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1118'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1118'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '7.33'^^xsd:double;
  dwc:startLongitude '7.33'^^xsd:double;
  dwc:endLongitude '7.33'^^xsd:double;
  dwc:latitude '40.07'^^xsd:double;
  dwc:startLatitude '40.07'^^xsd:double;
  dwc:endLatitude '40.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.33 40.07, 7.33 40.07, 7.33 40.07, 7.33 40.07, 7.33 40.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1118'^^xsd:string;
  dwc:observationDate '1994-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.23 8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.23"^^xsd:decimal ;
  dwc:decimalLongitude "8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.23 8.42)"^^geo:wktLiteral ;
  geo-pos:lat "-3.23"^^xsd:decimal ;
  geo-pos:long "8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1171'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1171'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '8.42'^^xsd:double;
  dwc:startLongitude '8.42'^^xsd:double;
  dwc:endLongitude '8.42'^^xsd:double;
  dwc:latitude '-3.23'^^xsd:double;
  dwc:startLatitude '-3.23'^^xsd:double;
  dwc:endLatitude '-3.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.42 -3.23, 8.42 -3.23, 8.42 -3.23, 8.42 -3.23, 8.42 -3.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1171'^^xsd:string;
  dwc:observationDate '2000-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.27 8.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.27"^^xsd:decimal ;
  dwc:decimalLongitude "8.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.27 8.63)"^^geo:wktLiteral ;
  geo-pos:lat "44.27"^^xsd:decimal ;
  geo-pos:long "8.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1202'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1202'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:longitude '8.63'^^xsd:double;
  dwc:startLongitude '8.63'^^xsd:double;
  dwc:endLongitude '8.63'^^xsd:double;
  dwc:latitude '44.27'^^xsd:double;
  dwc:startLatitude '44.27'^^xsd:double;
  dwc:endLatitude '44.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.63 44.27, 8.63 44.27, 8.63 44.27, 8.63 44.27, 8.63 44.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1202'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.78 9.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.78"^^xsd:decimal ;
  dwc:decimalLongitude "9.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.78 9.04)"^^geo:wktLiteral ;
  geo-pos:lat "37.78"^^xsd:decimal ;
  geo-pos:long "9.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_993'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_993'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:longitude '9.04'^^xsd:double;
  dwc:startLongitude '9.04'^^xsd:double;
  dwc:endLongitude '9.04'^^xsd:double;
  dwc:latitude '37.78'^^xsd:double;
  dwc:startLatitude '37.78'^^xsd:double;
  dwc:endLatitude '37.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.04 37.78, 9.04 37.78, 9.04 37.78, 9.04 37.78, 9.04 37.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_993'^^xsd:string;
  dwc:observationDate '2001-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.78 9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.78"^^xsd:decimal ;
  dwc:decimalLongitude "9.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.78 9.09)"^^geo:wktLiteral ;
  geo-pos:lat "37.78"^^xsd:decimal ;
  geo-pos:long "9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_994'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_994'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:longitude '9.09'^^xsd:double;
  dwc:startLongitude '9.09'^^xsd:double;
  dwc:endLongitude '9.09'^^xsd:double;
  dwc:latitude '37.78'^^xsd:double;
  dwc:startLatitude '37.78'^^xsd:double;
  dwc:endLatitude '37.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.09 37.78, 9.09 37.78, 9.09 37.78, 9.09 37.78, 9.09 37.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_994'^^xsd:string;
  dwc:observationDate '2001-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.68 9.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-27.68"^^xsd:decimal ;
  dwc:decimalLongitude "9.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-27.68 9.63)"^^geo:wktLiteral ;
  geo-pos:lat "-27.68"^^xsd:decimal ;
  geo-pos:long "9.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1091'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1091'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '9.63'^^xsd:double;
  dwc:startLongitude '9.63'^^xsd:double;
  dwc:endLongitude '9.63'^^xsd:double;
  dwc:latitude '-27.68'^^xsd:double;
  dwc:startLatitude '-27.68'^^xsd:double;
  dwc:endLatitude '-27.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.63 -27.68, 9.63 -27.68, 9.63 -27.68, 9.63 -27.68, 9.63 -27.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1091'^^xsd:string;
  dwc:observationDate '2002-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.52 9.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.52"^^xsd:decimal ;
  dwc:decimalLongitude "9.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.52 9.68)"^^geo:wktLiteral ;
  geo-pos:lat "38.52"^^xsd:decimal ;
  geo-pos:long "9.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1032'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1032'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:longitude '9.68'^^xsd:double;
  dwc:startLongitude '9.68'^^xsd:double;
  dwc:endLongitude '9.68'^^xsd:double;
  dwc:latitude '38.52'^^xsd:double;
  dwc:startLatitude '38.52'^^xsd:double;
  dwc:endLatitude '38.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.68 38.52, 9.68 38.52, 9.68 38.52, 9.68 38.52, 9.68 38.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1032'^^xsd:string;
  dwc:observationDate '2001-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.75 9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.75"^^xsd:decimal ;
  dwc:decimalLongitude "9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.75 9.75)"^^geo:wktLiteral ;
  geo-pos:lat "38.75"^^xsd:decimal ;
  geo-pos:long "9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1033'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1033'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:longitude '9.75'^^xsd:double;
  dwc:startLongitude '9.75'^^xsd:double;
  dwc:endLongitude '9.75'^^xsd:double;
  dwc:latitude '38.75'^^xsd:double;
  dwc:startLatitude '38.75'^^xsd:double;
  dwc:endLatitude '38.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.75 38.75, 9.75 38.75, 9.75 38.75, 9.75 38.75, 9.75 38.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1033'^^xsd:string;
  dwc:observationDate '2001-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.68 9.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-11.68"^^xsd:decimal ;
  dwc:decimalLongitude "9.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-11.68 9.85)"^^geo:wktLiteral ;
  geo-pos:lat "-11.68"^^xsd:decimal ;
  geo-pos:long "9.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1170'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1170'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '9.85'^^xsd:double;
  dwc:startLongitude '9.85'^^xsd:double;
  dwc:endLongitude '9.85'^^xsd:double;
  dwc:latitude '-11.68'^^xsd:double;
  dwc:startLatitude '-11.68'^^xsd:double;
  dwc:endLatitude '-11.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.85 -11.68, 9.85 -11.68, 9.85 -11.68, 9.85 -11.68, 9.85 -11.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_1170'^^xsd:string;
  dwc:observationDate '2000-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.11 9.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.11"^^xsd:decimal ;
  dwc:decimalLongitude "9.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.11 9.91)"^^geo:wktLiteral ;
  geo-pos:lat "39.11"^^xsd:decimal ;
  geo-pos:long "9.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_212'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_212'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '9.91'^^xsd:double;
  dwc:startLongitude '9.91'^^xsd:double;
  dwc:endLongitude '9.91'^^xsd:double;
  dwc:latitude '39.11'^^xsd:double;
  dwc:startLatitude '39.11'^^xsd:double;
  dwc:endLatitude '39.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.91 39.11, 9.91 39.11, 9.91 39.11, 9.91 39.11, 9.91 39.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_212'^^xsd:string;
  dwc:observationDate '1995-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42 10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.42"^^xsd:decimal ;
  dwc:decimalLongitude "10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42 10.12)"^^geo:wktLiteral ;
  geo-pos:lat "40.42"^^xsd:decimal ;
  geo-pos:long "10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1119'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1119'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:longitude '10.12'^^xsd:double;
  dwc:startLongitude '10.12'^^xsd:double;
  dwc:endLongitude '10.12'^^xsd:double;
  dwc:latitude '40.42'^^xsd:double;
  dwc:startLatitude '40.42'^^xsd:double;
  dwc:endLatitude '40.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.12 40.42, 10.12 40.42, 10.12 40.42, 10.12 40.42, 10.12 40.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1119'^^xsd:string;
  dwc:observationDate '1994-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.85"^^xsd:decimal ;
  dwc:decimalLongitude "10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.85 10.55)"^^geo:wktLiteral ;
  geo-pos:lat "37.85"^^xsd:decimal ;
  geo-pos:long "10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1125'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1125'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '10.55'^^xsd:double;
  dwc:startLongitude '10.55'^^xsd:double;
  dwc:endLongitude '10.55'^^xsd:double;
  dwc:latitude '37.85'^^xsd:double;
  dwc:startLatitude '37.85'^^xsd:double;
  dwc:endLatitude '37.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.55 37.85, 10.55 37.85, 10.55 37.85, 10.55 37.85, 10.55 37.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1125'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.69 10.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.69"^^xsd:decimal ;
  dwc:decimalLongitude "10.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.69 10.61)"^^geo:wktLiteral ;
  geo-pos:lat "38.69"^^xsd:decimal ;
  geo-pos:long "10.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1112'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_1112'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.0666666666667'^^xsd:double;
  dwc:longitude '10.61'^^xsd:double;
  dwc:startLongitude '10.61'^^xsd:double;
  dwc:endLongitude '10.61'^^xsd:double;
  dwc:latitude '38.69'^^xsd:double;
  dwc:startLatitude '38.69'^^xsd:double;
  dwc:endLatitude '38.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.61 38.69, 10.61 38.69, 10.61 38.69, 10.61 38.69, 10.61 38.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_1112'^^xsd:string;
  dwc:observationDate '2002-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.58 11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.58"^^xsd:decimal ;
  dwc:decimalLongitude "11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.58 11)"^^geo:wktLiteral ;
  geo-pos:lat "67.58"^^xsd:decimal ;
  geo-pos:long "11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_137'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_137'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '11'^^xsd:integer;
  dwc:startLongitude '11'^^xsd:integer;
  dwc:endLongitude '11'^^xsd:integer;
  dwc:latitude '67.58'^^xsd:double;
  dwc:startLatitude '67.58'^^xsd:double;
  dwc:endLatitude '67.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11 67.58, 11 67.58, 11 67.58, 11 67.58, 11 67.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_137'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.82 11.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.82"^^xsd:decimal ;
  dwc:decimalLongitude "11.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.82 11.22)"^^geo:wktLiteral ;
  geo-pos:lat "66.82"^^xsd:decimal ;
  geo-pos:long "11.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_139'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_139'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '11.22'^^xsd:double;
  dwc:startLongitude '11.22'^^xsd:double;
  dwc:endLongitude '11.22'^^xsd:double;
  dwc:latitude '66.82'^^xsd:double;
  dwc:startLatitude '66.82'^^xsd:double;
  dwc:endLatitude '66.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.22 66.82, 11.22 66.82, 11.22 66.82, 11.22 66.82, 11.22 66.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_139'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.45 11.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.45"^^xsd:decimal ;
  dwc:decimalLongitude "11.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.45 11.37)"^^geo:wktLiteral ;
  geo-pos:lat "67.45"^^xsd:decimal ;
  geo-pos:long "11.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_138'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_138'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '11.37'^^xsd:double;
  dwc:startLongitude '11.37'^^xsd:double;
  dwc:endLongitude '11.37'^^xsd:double;
  dwc:latitude '67.45'^^xsd:double;
  dwc:startLatitude '67.45'^^xsd:double;
  dwc:endLatitude '67.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.37 67.45, 11.37 67.45, 11.37 67.45, 11.37 67.45, 11.37 67.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_138'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67 11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67"^^xsd:decimal ;
  dwc:decimalLongitude "11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67 11.5)"^^geo:wktLiteral ;
  geo-pos:lat "67"^^xsd:decimal ;
  geo-pos:long "11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_140'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_140'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '11.5'^^xsd:double;
  dwc:startLongitude '11.5'^^xsd:double;
  dwc:endLongitude '11.5'^^xsd:double;
  dwc:latitude '67'^^xsd:integer;
  dwc:startLatitude '67'^^xsd:integer;
  dwc:endLatitude '67'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((11.5 67, 11.5 67, 11.5 67, 11.5 67, 11.5 67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '64_140'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.26 11.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.26"^^xsd:decimal ;
  dwc:decimalLongitude "11.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.26 11.51)"^^geo:wktLiteral ;
  geo-pos:lat "37.26"^^xsd:decimal ;
  geo-pos:long "11.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_378'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_378'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:longitude '11.51'^^xsd:double;
  dwc:startLongitude '11.51'^^xsd:double;
  dwc:endLongitude '11.51'^^xsd:double;
  dwc:latitude '37.26'^^xsd:double;
  dwc:startLatitude '37.26'^^xsd:double;
  dwc:endLatitude '37.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.51 37.26, 11.51 37.26, 11.51 37.26, 11.51 37.26, 11.51 37.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_378'^^xsd:string;
  dwc:observationDate '1998-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 12.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "12.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 12.05)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "12.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1299'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_1299'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:longitude '12.05'^^xsd:double;
  dwc:startLongitude '12.05'^^xsd:double;
  dwc:endLongitude '12.05'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:startLatitude '36.67'^^xsd:double;
  dwc:endLatitude '36.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.05 36.67, 12.05 36.67, 12.05 36.67, 12.05 36.67, 12.05 36.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1299'^^xsd:string;
  dwc:observationDate '2001-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 12.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.3 12.11)"^^geo:wktLiteral ;
  geo-pos:lat "37.3"^^xsd:decimal ;
  geo-pos:long "12.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_149'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_149'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:longitude '12.11'^^xsd:double;
  dwc:startLongitude '12.11'^^xsd:double;
  dwc:endLongitude '12.11'^^xsd:double;
  dwc:latitude '37.3'^^xsd:double;
  dwc:startLatitude '37.3'^^xsd:double;
  dwc:endLatitude '37.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.11 37.3, 12.11 37.3, 12.11 37.3, 12.11 37.3, 12.11 37.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_149'^^xsd:string;
  dwc:observationDate '1994-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81 12.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81"^^xsd:decimal ;
  dwc:decimalLongitude "12.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81 12.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.81"^^xsd:decimal ;
  geo-pos:long "12.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1055'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1055'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:longitude '12.33'^^xsd:double;
  dwc:startLongitude '12.33'^^xsd:double;
  dwc:endLongitude '12.33'^^xsd:double;
  dwc:latitude '36.81'^^xsd:double;
  dwc:startLatitude '36.81'^^xsd:double;
  dwc:endLatitude '36.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.33 36.81, 12.33 36.81, 12.33 36.81, 12.33 36.81, 12.33 36.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1055'^^xsd:string;
  dwc:observationDate '2001-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.98 13.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.98"^^xsd:decimal ;
  dwc:decimalLongitude "13.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.98 13.73)"^^geo:wktLiteral ;
  geo-pos:lat "67.98"^^xsd:decimal ;
  geo-pos:long "13.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_136'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_136'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '13.73'^^xsd:double;
  dwc:startLongitude '13.73'^^xsd:double;
  dwc:endLongitude '13.73'^^xsd:double;
  dwc:latitude '67.98'^^xsd:double;
  dwc:startLatitude '67.98'^^xsd:double;
  dwc:endLatitude '67.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.73 67.98, 13.73 67.98, 13.73 67.98, 13.73 67.98, 13.73 67.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_136'^^xsd:string;
  dwc:observationDate '1994-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7 13.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.7"^^xsd:decimal ;
  dwc:decimalLongitude "13.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.7 13.83)"^^geo:wktLiteral ;
  geo-pos:lat "38.7"^^xsd:decimal ;
  geo-pos:long "13.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1111'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1111'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.066666666667'^^xsd:double;
  dwc:longitude '13.83'^^xsd:double;
  dwc:startLongitude '13.83'^^xsd:double;
  dwc:endLongitude '13.83'^^xsd:double;
  dwc:latitude '38.7'^^xsd:double;
  dwc:startLatitude '38.7'^^xsd:double;
  dwc:endLatitude '38.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.83 38.7, 13.83 38.7, 13.83 38.7, 13.83 38.7, 13.83 38.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1111'^^xsd:string;
  dwc:observationDate '2002-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.4 13.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.4"^^xsd:decimal ;
  dwc:decimalLongitude "13.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.4 13.87)"^^geo:wktLiteral ;
  geo-pos:lat "-25.4"^^xsd:decimal ;
  geo-pos:long "13.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_618'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_618'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '13.87'^^xsd:double;
  dwc:startLongitude '13.87'^^xsd:double;
  dwc:endLongitude '13.87'^^xsd:double;
  dwc:latitude '-25.4'^^xsd:double;
  dwc:startLatitude '-25.4'^^xsd:double;
  dwc:endLatitude '-25.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.87 -25.4, 13.87 -25.4, 13.87 -25.4, 13.87 -25.4, 13.87 -25.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_618'^^xsd:string;
  dwc:observationDate '1973-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.4 13.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-25.4"^^xsd:decimal ;
  dwc:decimalLongitude "13.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-25.4 13.87)"^^geo:wktLiteral ;
  geo-pos:lat "-25.4"^^xsd:decimal ;
  geo-pos:long "13.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_619'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_619'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '13.87'^^xsd:double;
  dwc:startLongitude '13.87'^^xsd:double;
  dwc:endLongitude '13.87'^^xsd:double;
  dwc:latitude '-25.4'^^xsd:double;
  dwc:startLatitude '-25.4'^^xsd:double;
  dwc:endLatitude '-25.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((13.87 -25.4, 13.87 -25.4, 13.87 -25.4, 13.87 -25.4, 13.87 -25.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "white-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '64_619'^^xsd:string;
  dwc:observationDate '1973-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 14.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.38"^^xsd:decimal ;
  dwc:decimalLongitude "14.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.38 14.13)"^^geo:wktLiteral ;
  geo-pos:lat "36.38"^^xsd:decimal ;
  geo-pos:long "14.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_168'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_168'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '14.13'^^xsd:double;
  dwc:startLongitude '14.13'^^xsd:double;
  dwc:endLongitude '14.13'^^xsd:double;
  dwc:latitude '36.38'^^xsd:double;
  dwc:startLatitude '36.38'^^xsd:double;
  dwc:endLatitude '36.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((14.13 36.38, 14.13 36.38, 14.13 36.38, 14.13 36.38, 14.13 36.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_168'^^xsd:string;
  dwc:observationDate '1995-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.74 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.74"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.74 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "38.74"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1110'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1110'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.666666666667'^^xsd:double;
  dwc:longitude '14.49'^^xsd:double;
  dwc:startLongitude '14.49'^^xsd:double;
  dwc:endLongitude '14.49'^^xsd:double;
  dwc:latitude '38.74'^^xsd:double;
  dwc:startLatitude '38.74'^^xsd:double;
  dwc:endLatitude '38.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((14.49 38.74, 14.49 38.74, 14.49 38.74, 14.49 38.74, 14.49 38.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1110'^^xsd:string;
  dwc:observationDate '2002-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.99 15.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.99"^^xsd:decimal ;
  dwc:decimalLongitude "15.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.99 15.44)"^^geo:wktLiteral ;
  geo-pos:lat "36.99"^^xsd:decimal ;
  geo-pos:long "15.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_379'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_379'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:longitude '15.44'^^xsd:double;
  dwc:startLongitude '15.44'^^xsd:double;
  dwc:endLongitude '15.44'^^xsd:double;
  dwc:latitude '36.99'^^xsd:double;
  dwc:startLatitude '36.99'^^xsd:double;
  dwc:endLatitude '36.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.44 36.99, 15.44 36.99, 15.44 36.99, 15.44 36.99, 15.44 36.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_379'^^xsd:string;
  dwc:observationDate '1998-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 15.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^xsd:decimal ;
  dwc:decimalLongitude "15.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 15.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.33"^^xsd:decimal ;
  geo-pos:long "15.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1124'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1124'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '15.63'^^xsd:double;
  dwc:startLongitude '15.63'^^xsd:double;
  dwc:endLongitude '15.63'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:startLatitude '36.33'^^xsd:double;
  dwc:endLatitude '36.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.63 36.33, 15.63 36.33, 15.63 36.33, 15.63 36.33, 15.63 36.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1124'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.91 16.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.91"^^xsd:decimal ;
  dwc:decimalLongitude "16.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.91 16.53)"^^geo:wktLiteral ;
  geo-pos:lat "37.91"^^xsd:decimal ;
  geo-pos:long "16.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1109'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1109'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '16.53'^^xsd:double;
  dwc:startLongitude '16.53'^^xsd:double;
  dwc:endLongitude '16.53'^^xsd:double;
  dwc:latitude '37.91'^^xsd:double;
  dwc:startLatitude '37.91'^^xsd:double;
  dwc:endLatitude '37.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.53 37.91, 16.53 37.91, 16.53 37.91, 16.53 37.91, 16.53 37.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1109'^^xsd:string;
  dwc:observationDate '2002-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.6 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.6"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.6 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "-33.6"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_655'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_655'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '16.67'^^xsd:double;
  dwc:startLongitude '16.67'^^xsd:double;
  dwc:endLongitude '16.67'^^xsd:double;
  dwc:latitude '-33.6'^^xsd:double;
  dwc:startLatitude '-33.6'^^xsd:double;
  dwc:endLatitude '-33.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.67 -33.6, 16.67 -33.6, 16.67 -33.6, 16.67 -33.6, 16.67 -33.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_655'^^xsd:string;
  dwc:observationDate '1973-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.33 16.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.33"^^xsd:decimal ;
  dwc:decimalLongitude "16.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.33 16.87)"^^geo:wktLiteral ;
  geo-pos:lat "70.33"^^xsd:decimal ;
  geo-pos:long "16.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_256'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_256'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.3333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '16.87'^^xsd:double;
  dwc:startLongitude '16.87'^^xsd:double;
  dwc:endLongitude '16.87'^^xsd:double;
  dwc:latitude '70.33'^^xsd:double;
  dwc:startLatitude '70.33'^^xsd:double;
  dwc:endLatitude '70.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.87 70.33, 16.87 70.33, 16.87 70.33, 16.87 70.33, 16.87 70.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_256'^^xsd:string;
  dwc:observationDate '1996-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.86 18.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.86"^^xsd:decimal ;
  dwc:decimalLongitude "18.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.86 18.43)"^^geo:wktLiteral ;
  geo-pos:lat "-33.86"^^xsd:decimal ;
  geo-pos:long "18.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_640'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_640'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '18.43'^^xsd:double;
  dwc:startLongitude '18.43'^^xsd:double;
  dwc:endLongitude '18.43'^^xsd:double;
  dwc:latitude '-33.86'^^xsd:double;
  dwc:startLatitude '-33.86'^^xsd:double;
  dwc:endLatitude '-33.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.43 -33.86, 18.43 -33.86, 18.43 -33.86, 18.43 -33.86, 18.43 -33.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_640'^^xsd:string;
  dwc:observationDate '1973-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 18.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.42"^^xsd:decimal ;
  dwc:decimalLongitude "18.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.42 18.65)"^^geo:wktLiteral ;
  geo-pos:lat "37.42"^^xsd:decimal ;
  geo-pos:long "18.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_169'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_169'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '18.65'^^xsd:double;
  dwc:startLongitude '18.65'^^xsd:double;
  dwc:endLongitude '18.65'^^xsd:double;
  dwc:latitude '37.42'^^xsd:double;
  dwc:startLatitude '37.42'^^xsd:double;
  dwc:endLatitude '37.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.65 37.42, 18.65 37.42, 18.65 37.42, 18.65 37.42, 18.65 37.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_169'^^xsd:string;
  dwc:observationDate '1995-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32 19.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.32"^^xsd:decimal ;
  dwc:decimalLongitude "19.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.32 19.67)"^^geo:wktLiteral ;
  geo-pos:lat "36.32"^^xsd:decimal ;
  geo-pos:long "19.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1123'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1123'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '19.67'^^xsd:double;
  dwc:startLongitude '19.67'^^xsd:double;
  dwc:endLongitude '19.67'^^xsd:double;
  dwc:latitude '36.32'^^xsd:double;
  dwc:startLatitude '36.32'^^xsd:double;
  dwc:endLatitude '36.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.67 36.32, 19.67 36.32, 19.67 36.32, 19.67 36.32, 19.67 36.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1123'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.92 20.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.92"^^xsd:decimal ;
  dwc:decimalLongitude "20.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.92 20.35)"^^geo:wktLiteral ;
  geo-pos:lat "-34.92"^^xsd:decimal ;
  geo-pos:long "20.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_569'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_569'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:longitude '20.35'^^xsd:double;
  dwc:startLongitude '20.35'^^xsd:double;
  dwc:endLongitude '20.35'^^xsd:double;
  dwc:latitude '-34.92'^^xsd:double;
  dwc:startLatitude '-34.92'^^xsd:double;
  dwc:endLatitude '-34.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.35 -34.92, 20.35 -34.92, 20.35 -34.92, 20.35 -34.92, 20.35 -34.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_569'^^xsd:string;
  dwc:observationDate '1972-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.12 20.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.12"^^xsd:decimal ;
  dwc:decimalLongitude "20.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.12 20.57)"^^geo:wktLiteral ;
  geo-pos:lat "35.12"^^xsd:decimal ;
  geo-pos:long "20.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1149'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1149'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '20.57'^^xsd:double;
  dwc:startLongitude '20.57'^^xsd:double;
  dwc:endLongitude '20.57'^^xsd:double;
  dwc:latitude '35.12'^^xsd:double;
  dwc:startLatitude '35.12'^^xsd:double;
  dwc:endLatitude '35.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.57 35.12, 20.57 35.12, 20.57 35.12, 20.57 35.12, 20.57 35.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_1149'^^xsd:string;
  dwc:observationDate '1999-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.75 21.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.75"^^xsd:decimal ;
  dwc:decimalLongitude "21.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.75 21.25)"^^geo:wktLiteral ;
  geo-pos:lat "-34.75"^^xsd:decimal ;
  geo-pos:long "21.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_568'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_568'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '21.25'^^xsd:double;
  dwc:startLongitude '21.25'^^xsd:double;
  dwc:endLongitude '21.25'^^xsd:double;
  dwc:latitude '-34.75'^^xsd:double;
  dwc:startLatitude '-34.75'^^xsd:double;
  dwc:endLatitude '-34.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((21.25 -34.75, 21.25 -34.75, 21.25 -34.75, 21.25 -34.75, 21.25 -34.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_568'^^xsd:string;
  dwc:observationDate '1972-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.86 21.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.86"^^xsd:decimal ;
  dwc:decimalLongitude "21.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.86 21.44)"^^geo:wktLiteral ;
  geo-pos:lat "36.86"^^xsd:decimal ;
  geo-pos:long "21.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1151'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1151'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.8'^^xsd:double;
  dwc:longitude '21.44'^^xsd:double;
  dwc:startLongitude '21.44'^^xsd:double;
  dwc:endLongitude '21.44'^^xsd:double;
  dwc:latitude '36.86'^^xsd:double;
  dwc:startLatitude '36.86'^^xsd:double;
  dwc:endLatitude '36.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((21.44 36.86, 21.44 36.86, 21.44 36.86, 21.44 36.86, 21.44 36.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1151'^^xsd:string;
  dwc:observationDate '1999-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.57 22.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-35.57"^^xsd:decimal ;
  dwc:decimalLongitude "22.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-35.57 22.9)"^^geo:wktLiteral ;
  geo-pos:lat "-35.57"^^xsd:decimal ;
  geo-pos:long "22.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_654'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_654'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:longitude '22.9'^^xsd:double;
  dwc:startLongitude '22.9'^^xsd:double;
  dwc:endLongitude '22.9'^^xsd:double;
  dwc:latitude '-35.57'^^xsd:double;
  dwc:startLatitude '-35.57'^^xsd:double;
  dwc:endLatitude '-35.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((22.9 -35.57, 22.9 -35.57, 22.9 -35.57, 22.9 -35.57, 22.9 -35.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_654'^^xsd:string;
  dwc:observationDate '1973-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 23.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "23.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 23.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "23.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_148'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_148'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.616666666667'^^xsd:double;
  dwc:longitude '23.34'^^xsd:double;
  dwc:startLongitude '23.34'^^xsd:double;
  dwc:endLongitude '23.34'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.34 36.72, 23.34 36.72, 23.34 36.72, 23.34 36.72, 23.34 36.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_148'^^xsd:string;
  dwc:observationDate '1994-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.02 26.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-34.02"^^xsd:decimal ;
  dwc:decimalLongitude "26.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-34.02 26.25)"^^geo:wktLiteral ;
  geo-pos:lat "-34.02"^^xsd:decimal ;
  geo-pos:long "26.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_567'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_567'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '26.25'^^xsd:double;
  dwc:startLongitude '26.25'^^xsd:double;
  dwc:endLongitude '26.25'^^xsd:double;
  dwc:latitude '-34.02'^^xsd:double;
  dwc:startLatitude '-34.02'^^xsd:double;
  dwc:endLatitude '-34.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.25 -34.02, 26.25 -34.02, 26.25 -34.02, 26.25 -34.02, 26.25 -34.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_567'^^xsd:string;
  dwc:observationDate '1972-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 26.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.77"^^xsd:decimal ;
  dwc:decimalLongitude "26.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.77 26.32)"^^geo:wktLiteral ;
  geo-pos:lat "34.77"^^xsd:decimal ;
  geo-pos:long "26.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_171'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_171'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '26.32'^^xsd:double;
  dwc:startLongitude '26.32'^^xsd:double;
  dwc:endLongitude '26.32'^^xsd:double;
  dwc:latitude '34.77'^^xsd:double;
  dwc:startLatitude '34.77'^^xsd:double;
  dwc:endLatitude '34.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.32 34.77, 26.32 34.77, 26.32 34.77, 26.32 34.77, 26.32 34.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_171'^^xsd:string;
  dwc:observationDate '1995-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88 26.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.88"^^xsd:decimal ;
  dwc:decimalLongitude "26.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.88 26.42)"^^geo:wktLiteral ;
  geo-pos:lat "34.88"^^xsd:decimal ;
  geo-pos:long "26.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_172'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_172'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '26.42'^^xsd:double;
  dwc:startLongitude '26.42'^^xsd:double;
  dwc:endLongitude '26.42'^^xsd:double;
  dwc:latitude '34.88'^^xsd:double;
  dwc:startLatitude '34.88'^^xsd:double;
  dwc:endLatitude '34.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.42 34.88, 26.42 34.88, 26.42 34.88, 26.42 34.88, 26.42 34.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_172'^^xsd:string;
  dwc:observationDate '1995-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.67 26.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.67"^^xsd:decimal ;
  dwc:decimalLongitude "26.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.67 26.69)"^^geo:wktLiteral ;
  geo-pos:lat "34.67"^^xsd:decimal ;
  geo-pos:long "26.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1031'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1031'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:longitude '26.69'^^xsd:double;
  dwc:startLongitude '26.69'^^xsd:double;
  dwc:endLongitude '26.69'^^xsd:double;
  dwc:latitude '34.67'^^xsd:double;
  dwc:startLatitude '34.67'^^xsd:double;
  dwc:endLatitude '34.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.69 34.67, 26.69 34.67, 26.69 34.67, 26.69 34.67, 26.69 34.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1031'^^xsd:string;
  dwc:observationDate '2001-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.91 28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.91"^^xsd:decimal ;
  dwc:decimalLongitude "28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.91 28.31)"^^geo:wktLiteral ;
  geo-pos:lat "34.91"^^xsd:decimal ;
  geo-pos:long "28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_737'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_737'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:longitude '28.31'^^xsd:double;
  dwc:startLongitude '28.31'^^xsd:double;
  dwc:endLongitude '28.31'^^xsd:double;
  dwc:latitude '34.91'^^xsd:double;
  dwc:startLatitude '34.91'^^xsd:double;
  dwc:endLatitude '34.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.31 34.91, 28.31 34.91, 28.31 34.91, 28.31 34.91, 28.31 34.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_737'^^xsd:string;
  dwc:observationDate '2000-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.83"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.83 29)"^^geo:wktLiteral ;
  geo-pos:lat "34.83"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_170'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_170'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '29'^^xsd:integer;
  dwc:startLongitude '29'^^xsd:integer;
  dwc:endLongitude '29'^^xsd:integer;
  dwc:latitude '34.83'^^xsd:double;
  dwc:startLatitude '34.83'^^xsd:double;
  dwc:endLatitude '34.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29 34.83, 29 34.83, 29 34.83, 29 34.83, 29 34.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_170'^^xsd:string;
  dwc:observationDate '1995-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.38 29.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.38"^^xsd:decimal ;
  dwc:decimalLongitude "29.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.38 29.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.38"^^xsd:decimal ;
  geo-pos:long "29.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_282'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_282'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '29.37'^^xsd:double;
  dwc:startLongitude '29.37'^^xsd:double;
  dwc:endLongitude '29.37'^^xsd:double;
  dwc:latitude '33.38'^^xsd:double;
  dwc:startLatitude '33.38'^^xsd:double;
  dwc:endLatitude '33.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.37 33.38, 29.37 33.38, 29.37 33.38, 29.37 33.38, 29.37 33.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_282'^^xsd:string;
  dwc:observationDate '1996-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 29.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25"^^xsd:decimal ;
  dwc:decimalLongitude "29.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 29.75)"^^geo:wktLiteral ;
  geo-pos:lat "35.25"^^xsd:decimal ;
  geo-pos:long "29.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1150'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1150'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '29.75'^^xsd:double;
  dwc:startLongitude '29.75'^^xsd:double;
  dwc:endLongitude '29.75'^^xsd:double;
  dwc:latitude '35.25'^^xsd:double;
  dwc:startLatitude '35.25'^^xsd:double;
  dwc:endLatitude '35.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((29.75 35.25, 29.75 35.25, 29.75 35.25, 29.75 35.25, 29.75 35.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_1150'^^xsd:string;
  dwc:observationDate '1999-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.58 30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.58"^^xsd:decimal ;
  dwc:decimalLongitude "30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.58 30.02)"^^geo:wktLiteral ;
  geo-pos:lat "34.58"^^xsd:decimal ;
  geo-pos:long "30.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_173'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_173'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '30.02'^^xsd:double;
  dwc:startLongitude '30.02'^^xsd:double;
  dwc:endLongitude '30.02'^^xsd:double;
  dwc:latitude '34.58'^^xsd:double;
  dwc:startLatitude '34.58'^^xsd:double;
  dwc:endLatitude '34.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.02 34.58, 30.02 34.58, 30.02 34.58, 30.02 34.58, 30.02 34.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_173'^^xsd:string;
  dwc:observationDate '1995-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.83 30.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.83"^^xsd:decimal ;
  dwc:decimalLongitude "30.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.83 30.58)"^^geo:wktLiteral ;
  geo-pos:lat "-30.83"^^xsd:decimal ;
  geo-pos:long "30.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_617'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_617'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:longitude '30.58'^^xsd:double;
  dwc:startLongitude '30.58'^^xsd:double;
  dwc:endLongitude '30.58'^^xsd:double;
  dwc:latitude '-30.83'^^xsd:double;
  dwc:startLatitude '-30.83'^^xsd:double;
  dwc:endLatitude '-30.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30.58 -30.83, 30.58 -30.83, 30.58 -30.83, 30.58 -30.83, 30.58 -30.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "white-sided dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '64_617'^^xsd:string;
  dwc:observationDate '1973-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.13 31.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-30.13"^^xsd:decimal ;
  dwc:decimalLongitude "31.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-30.13 31.3)"^^geo:wktLiteral ;
  geo-pos:lat "-30.13"^^xsd:decimal ;
  geo-pos:long "31.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_616'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_616'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '31.3'^^xsd:double;
  dwc:startLongitude '31.3'^^xsd:double;
  dwc:endLongitude '31.3'^^xsd:double;
  dwc:latitude '-30.13'^^xsd:double;
  dwc:startLatitude '-30.13'^^xsd:double;
  dwc:endLatitude '-30.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((31.3 -30.13, 31.3 -30.13, 31.3 -30.13, 31.3 -30.13, 31.3 -30.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_616'^^xsd:string;
  dwc:observationDate '1973-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.45 32.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.45"^^xsd:decimal ;
  dwc:decimalLongitude "32.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.45 32.2)"^^geo:wktLiteral ;
  geo-pos:lat "31.45"^^xsd:decimal ;
  geo-pos:long "32.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_848'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_848'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:longitude '32.2'^^xsd:double;
  dwc:startLongitude '32.2'^^xsd:double;
  dwc:endLongitude '32.2'^^xsd:double;
  dwc:latitude '31.45'^^xsd:double;
  dwc:startLatitude '31.45'^^xsd:double;
  dwc:endLatitude '31.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((32.2 31.45, 32.2 31.45, 32.2 31.45, 32.2 31.45, 32.2 31.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_848'^^xsd:string;
  dwc:observationDate '2001-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.42 32.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.42"^^xsd:decimal ;
  dwc:decimalLongitude "32.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.42 32.32)"^^geo:wktLiteral ;
  geo-pos:lat "31.42"^^xsd:decimal ;
  geo-pos:long "32.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_729'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_729'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.5833333333333'^^xsd:double;
  dwc:longitude '32.32'^^xsd:double;
  dwc:startLongitude '32.32'^^xsd:double;
  dwc:endLongitude '32.32'^^xsd:double;
  dwc:latitude '31.42'^^xsd:double;
  dwc:startLatitude '31.42'^^xsd:double;
  dwc:endLatitude '31.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((32.32 31.42, 32.32 31.42, 32.32 31.42, 32.32 31.42, 32.32 31.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_729'^^xsd:string;
  dwc:observationDate '2000-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "-28.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_566'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_566'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '32.33'^^xsd:double;
  dwc:startLongitude '32.33'^^xsd:double;
  dwc:endLongitude '32.33'^^xsd:double;
  dwc:latitude '-28.83'^^xsd:double;
  dwc:startLatitude '-28.83'^^xsd:double;
  dwc:endLatitude '-28.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((32.33 -28.83, 32.33 -28.83, 32.33 -28.83, 32.33 -28.83, 32.33 -28.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_566'^^xsd:string;
  dwc:observationDate '1972-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.41"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.41 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "31.41"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_380'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_380'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:longitude '32.35'^^xsd:double;
  dwc:startLongitude '32.35'^^xsd:double;
  dwc:endLongitude '32.35'^^xsd:double;
  dwc:latitude '31.41'^^xsd:double;
  dwc:startLatitude '31.41'^^xsd:double;
  dwc:endLatitude '31.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((32.35 31.41, 32.35 31.41, 32.35 31.41, 32.35 31.41, 32.35 31.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_380'^^xsd:string;
  dwc:observationDate '1998-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.72 33.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.72"^^xsd:decimal ;
  dwc:decimalLongitude "33.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.72 33.01)"^^geo:wktLiteral ;
  geo-pos:lat "28.72"^^xsd:decimal ;
  geo-pos:long "33.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_402'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_402'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.6666666666667'^^xsd:double;
  dwc:longitude '33.01'^^xsd:double;
  dwc:startLongitude '33.01'^^xsd:double;
  dwc:endLongitude '33.01'^^xsd:double;
  dwc:latitude '28.72'^^xsd:double;
  dwc:startLatitude '28.72'^^xsd:double;
  dwc:endLatitude '28.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.01 28.72, 33.01 28.72, 33.01 28.72, 33.01 28.72, 33.01 28.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_402'^^xsd:string;
  dwc:observationDate '1998-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.13 33.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.13"^^xsd:decimal ;
  dwc:decimalLongitude "33.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.13 33.67)"^^geo:wktLiteral ;
  geo-pos:lat "70.13"^^xsd:decimal ;
  geo-pos:long "33.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_263'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_263'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:longitude '33.67'^^xsd:double;
  dwc:startLongitude '33.67'^^xsd:double;
  dwc:endLongitude '33.67'^^xsd:double;
  dwc:latitude '70.13'^^xsd:double;
  dwc:startLatitude '70.13'^^xsd:double;
  dwc:endLatitude '70.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.67 70.13, 33.67 70.13, 33.67 70.13, 33.67 70.13, 33.67 70.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_263'^^xsd:string;
  dwc:observationDate '1996-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.08 33.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.08 33.92)"^^geo:wktLiteral ;
  geo-pos:lat "70.08"^^xsd:decimal ;
  geo-pos:long "33.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_262'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_262'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:longitude '33.92'^^xsd:double;
  dwc:startLongitude '33.92'^^xsd:double;
  dwc:endLongitude '33.92'^^xsd:double;
  dwc:latitude '70.08'^^xsd:double;
  dwc:startLatitude '70.08'^^xsd:double;
  dwc:endLatitude '70.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.92 70.08, 33.92 70.08, 33.92 70.08, 33.92 70.08, 33.92 70.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_262'^^xsd:string;
  dwc:observationDate '1996-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.75 33.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.75 33.95)"^^geo:wktLiteral ;
  geo-pos:lat "69.75"^^xsd:decimal ;
  geo-pos:long "33.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_253'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_253'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:longitude '33.95'^^xsd:double;
  dwc:startLongitude '33.95'^^xsd:double;
  dwc:endLongitude '33.95'^^xsd:double;
  dwc:latitude '69.75'^^xsd:double;
  dwc:startLatitude '69.75'^^xsd:double;
  dwc:endLatitude '69.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((33.95 69.75, 33.95 69.75, 33.95 69.75, 33.95 69.75, 33.95 69.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_253'^^xsd:string;
  dwc:observationDate '1996-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.82 34.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.82"^^xsd:decimal ;
  dwc:decimalLongitude "34.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.82 34.18)"^^geo:wktLiteral ;
  geo-pos:lat "69.82"^^xsd:decimal ;
  geo-pos:long "34.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_241'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_241'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:longitude '34.18'^^xsd:double;
  dwc:startLongitude '34.18'^^xsd:double;
  dwc:endLongitude '34.18'^^xsd:double;
  dwc:latitude '69.82'^^xsd:double;
  dwc:startLatitude '69.82'^^xsd:double;
  dwc:endLatitude '69.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.18 69.82, 34.18 69.82, 34.18 69.82, 34.18 69.82, 34.18 69.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_241'^^xsd:string;
  dwc:observationDate '1996-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.83 34.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.83"^^xsd:decimal ;
  dwc:decimalLongitude "34.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.83 34.18)"^^geo:wktLiteral ;
  geo-pos:lat "69.83"^^xsd:decimal ;
  geo-pos:long "34.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_254'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_254'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.3333333333333'^^xsd:double;
  dwc:longitude '34.18'^^xsd:double;
  dwc:startLongitude '34.18'^^xsd:double;
  dwc:endLongitude '34.18'^^xsd:double;
  dwc:latitude '69.83'^^xsd:double;
  dwc:startLatitude '69.83'^^xsd:double;
  dwc:endLatitude '69.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.18 69.83, 34.18 69.83, 34.18 69.83, 34.18 69.83, 34.18 69.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_254'^^xsd:string;
  dwc:observationDate '1996-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.67 34.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.67"^^xsd:decimal ;
  dwc:decimalLongitude "34.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.67 34.3)"^^geo:wktLiteral ;
  geo-pos:lat "69.67"^^xsd:decimal ;
  geo-pos:long "34.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_243'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_243'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '34.3'^^xsd:double;
  dwc:startLongitude '34.3'^^xsd:double;
  dwc:endLongitude '34.3'^^xsd:double;
  dwc:latitude '69.67'^^xsd:double;
  dwc:startLatitude '69.67'^^xsd:double;
  dwc:endLatitude '69.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.3 69.67, 34.3 69.67, 34.3 69.67, 34.3 69.67, 34.3 69.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_243'^^xsd:string;
  dwc:observationDate '1996-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.67 34.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.67"^^xsd:decimal ;
  dwc:decimalLongitude "34.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.67 34.3)"^^geo:wktLiteral ;
  geo-pos:lat "69.67"^^xsd:decimal ;
  geo-pos:long "34.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_242'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_242'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:longitude '34.3'^^xsd:double;
  dwc:startLongitude '34.3'^^xsd:double;
  dwc:endLongitude '34.3'^^xsd:double;
  dwc:latitude '69.67'^^xsd:double;
  dwc:startLatitude '69.67'^^xsd:double;
  dwc:endLatitude '69.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.3 69.67, 34.3 69.67, 34.3 69.67, 34.3 69.67, 34.3 69.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_242'^^xsd:string;
  dwc:observationDate '1996-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.58 34.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.58"^^xsd:decimal ;
  dwc:decimalLongitude "34.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.58 34.42)"^^geo:wktLiteral ;
  geo-pos:lat "69.58"^^xsd:decimal ;
  geo-pos:long "34.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_255'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_255'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.3333333333333'^^xsd:double;
  dwc:longitude '34.42'^^xsd:double;
  dwc:startLongitude '34.42'^^xsd:double;
  dwc:endLongitude '34.42'^^xsd:double;
  dwc:latitude '69.58'^^xsd:double;
  dwc:startLatitude '69.58'^^xsd:double;
  dwc:endLatitude '69.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.42 69.58, 34.42 69.58, 34.42 69.58, 34.42 69.58, 34.42 69.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Minke Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '64_255'^^xsd:string;
  dwc:observationDate '1996-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.53 34.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.53"^^xsd:decimal ;
  dwc:decimalLongitude "34.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.53 34.49)"^^geo:wktLiteral ;
  geo-pos:lat "27.53"^^xsd:decimal ;
  geo-pos:long "34.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1030'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1030'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:longitude '34.49'^^xsd:double;
  dwc:startLongitude '34.49'^^xsd:double;
  dwc:endLongitude '34.49'^^xsd:double;
  dwc:latitude '27.53'^^xsd:double;
  dwc:startLatitude '27.53'^^xsd:double;
  dwc:endLatitude '27.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.49 27.53, 34.49 27.53, 34.49 27.53, 34.49 27.53, 34.49 27.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1030'^^xsd:string;
  dwc:observationDate '2001-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.65"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "69.65"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_267'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_267'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '34.5'^^xsd:double;
  dwc:startLongitude '34.5'^^xsd:double;
  dwc:endLongitude '34.5'^^xsd:double;
  dwc:latitude '69.65'^^xsd:double;
  dwc:startLatitude '69.65'^^xsd:double;
  dwc:endLatitude '69.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.5 69.65, 34.5 69.65, 34.5 69.65, 34.5 69.65, 34.5 69.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_267'^^xsd:string;
  dwc:observationDate '1996-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.55)"^^geo:wktLiteral ;
  geo-pos:lat "69.6"^^xsd:decimal ;
  geo-pos:long "34.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_251'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_251'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.0833333333333'^^xsd:double;
  dwc:longitude '34.55'^^xsd:double;
  dwc:startLongitude '34.55'^^xsd:double;
  dwc:endLongitude '34.55'^^xsd:double;
  dwc:latitude '69.6'^^xsd:double;
  dwc:startLatitude '69.6'^^xsd:double;
  dwc:endLatitude '69.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.55 69.6, 34.55 69.6, 34.55 69.6, 34.55 69.6, 34.55 69.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_251'^^xsd:string;
  dwc:observationDate '1996-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.57)"^^geo:wktLiteral ;
  geo-pos:lat "69.6"^^xsd:decimal ;
  geo-pos:long "34.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_250'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_250'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.4166666666667'^^xsd:double;
  dwc:longitude '34.57'^^xsd:double;
  dwc:startLongitude '34.57'^^xsd:double;
  dwc:endLongitude '34.57'^^xsd:double;
  dwc:latitude '69.6'^^xsd:double;
  dwc:startLatitude '69.6'^^xsd:double;
  dwc:endLatitude '69.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.57 69.6, 34.57 69.6, 34.57 69.6, 34.57 69.6, 34.57 69.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_250'^^xsd:string;
  dwc:observationDate '1996-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.58)"^^geo:wktLiteral ;
  geo-pos:lat "69.6"^^xsd:decimal ;
  geo-pos:long "34.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_244'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_244'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:longitude '34.58'^^xsd:double;
  dwc:startLongitude '34.58'^^xsd:double;
  dwc:endLongitude '34.58'^^xsd:double;
  dwc:latitude '69.6'^^xsd:double;
  dwc:startLatitude '69.6'^^xsd:double;
  dwc:endLatitude '69.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.58 69.6, 34.58 69.6, 34.58 69.6, 34.58 69.6, 34.58 69.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_244'^^xsd:string;
  dwc:observationDate '1996-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.92 34.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.92"^^xsd:decimal ;
  dwc:decimalLongitude "34.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.92 34.6)"^^geo:wktLiteral ;
  geo-pos:lat "26.92"^^xsd:decimal ;
  geo-pos:long "34.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_401'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_401'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:longitude '34.6'^^xsd:double;
  dwc:startLongitude '34.6'^^xsd:double;
  dwc:endLongitude '34.6'^^xsd:double;
  dwc:latitude '26.92'^^xsd:double;
  dwc:startLatitude '26.92'^^xsd:double;
  dwc:endLatitude '26.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.6 26.92, 34.6 26.92, 34.6 26.92, 34.6 26.92, 34.6 26.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_401'^^xsd:string;
  dwc:observationDate '1998-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 34.62)"^^geo:wktLiteral ;
  geo-pos:lat "69.6"^^xsd:decimal ;
  geo-pos:long "34.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_252'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_252'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.7'^^xsd:double;
  dwc:longitude '34.62'^^xsd:double;
  dwc:startLongitude '34.62'^^xsd:double;
  dwc:endLongitude '34.62'^^xsd:double;
  dwc:latitude '69.6'^^xsd:double;
  dwc:startLatitude '69.6'^^xsd:double;
  dwc:endLatitude '69.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.62 69.6, 34.62 69.6, 34.62 69.6, 34.62 69.6, 34.62 69.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_252'^^xsd:string;
  dwc:observationDate '1996-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.78 34.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.78 34.72)"^^geo:wktLiteral ;
  geo-pos:lat "26.78"^^xsd:decimal ;
  geo-pos:long "34.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_285'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_285'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:longitude '34.72'^^xsd:double;
  dwc:startLongitude '34.72'^^xsd:double;
  dwc:endLongitude '34.72'^^xsd:double;
  dwc:latitude '26.78'^^xsd:double;
  dwc:startLatitude '26.78'^^xsd:double;
  dwc:endLatitude '26.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((34.72 26.78, 34.72 26.78, 34.72 26.78, 34.72 26.78, 34.72 26.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_285'^^xsd:string;
  dwc:observationDate '1996-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.58 35.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.58"^^xsd:decimal ;
  dwc:decimalLongitude "35.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.58 35.08)"^^geo:wktLiteral ;
  geo-pos:lat "69.58"^^xsd:decimal ;
  geo-pos:long "35.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_261'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_261'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:longitude '35.08'^^xsd:double;
  dwc:startLongitude '35.08'^^xsd:double;
  dwc:endLongitude '35.08'^^xsd:double;
  dwc:latitude '69.58'^^xsd:double;
  dwc:startLatitude '69.58'^^xsd:double;
  dwc:endLatitude '69.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.08 69.58, 35.08 69.58, 35.08 69.58, 35.08 69.58, 35.08 69.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_261'^^xsd:string;
  dwc:observationDate '1996-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.57 35.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.57"^^xsd:decimal ;
  dwc:decimalLongitude "35.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.57 35.12)"^^geo:wktLiteral ;
  geo-pos:lat "69.57"^^xsd:decimal ;
  geo-pos:long "35.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_265'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_265'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:longitude '35.12'^^xsd:double;
  dwc:startLongitude '35.12'^^xsd:double;
  dwc:endLongitude '35.12'^^xsd:double;
  dwc:latitude '69.57'^^xsd:double;
  dwc:startLatitude '69.57'^^xsd:double;
  dwc:endLatitude '69.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.12 69.57, 35.12 69.57, 35.12 69.57, 35.12 69.57, 35.12 69.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_265'^^xsd:string;
  dwc:observationDate '1996-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.57 35.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.57"^^xsd:decimal ;
  dwc:decimalLongitude "35.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.57 35.15)"^^geo:wktLiteral ;
  geo-pos:lat "69.57"^^xsd:decimal ;
  geo-pos:long "35.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_266'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_266'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:longitude '35.15'^^xsd:double;
  dwc:startLongitude '35.15'^^xsd:double;
  dwc:endLongitude '35.15'^^xsd:double;
  dwc:latitude '69.57'^^xsd:double;
  dwc:startLatitude '69.57'^^xsd:double;
  dwc:endLatitude '69.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.15 69.57, 35.15 69.57, 35.15 69.57, 35.15 69.57, 35.15 69.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_266'^^xsd:string;
  dwc:observationDate '1996-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.63 35.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.63"^^xsd:decimal ;
  dwc:decimalLongitude "35.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.63 35.17)"^^geo:wktLiteral ;
  geo-pos:lat "69.63"^^xsd:decimal ;
  geo-pos:long "35.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_245'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_245'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.75'^^xsd:double;
  dwc:longitude '35.17'^^xsd:double;
  dwc:startLongitude '35.17'^^xsd:double;
  dwc:endLongitude '35.17'^^xsd:double;
  dwc:latitude '69.63'^^xsd:double;
  dwc:startLatitude '69.63'^^xsd:double;
  dwc:endLatitude '69.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.17 69.63, 35.17 69.63, 35.17 69.63, 35.17 69.63, 35.17 69.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_245'^^xsd:string;
  dwc:observationDate '1996-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.52"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.52 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "69.52"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_247'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_247'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '35.18'^^xsd:double;
  dwc:startLongitude '35.18'^^xsd:double;
  dwc:endLongitude '35.18'^^xsd:double;
  dwc:latitude '69.52'^^xsd:double;
  dwc:startLatitude '69.52'^^xsd:double;
  dwc:endLatitude '69.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.18 69.52, 35.18 69.52, 35.18 69.52, 35.18 69.52, 35.18 69.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_247'^^xsd:string;
  dwc:observationDate '1996-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 35.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 35.23)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "35.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_246'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_246'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:longitude '35.23'^^xsd:double;
  dwc:startLongitude '35.23'^^xsd:double;
  dwc:endLongitude '35.23'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.23 69.5, 35.23 69.5, 35.23 69.5, 35.23 69.5, 35.23 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_246'^^xsd:string;
  dwc:observationDate '1996-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.65"^^xsd:decimal ;
  dwc:decimalLongitude "35.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 35.25)"^^geo:wktLiteral ;
  geo-pos:lat "69.65"^^xsd:decimal ;
  geo-pos:long "35.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_259'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_259'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '35.25'^^xsd:double;
  dwc:startLongitude '35.25'^^xsd:double;
  dwc:endLongitude '35.25'^^xsd:double;
  dwc:latitude '69.65'^^xsd:double;
  dwc:startLatitude '69.65'^^xsd:double;
  dwc:endLatitude '69.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.25 69.65, 35.25 69.65, 35.25 69.65, 35.25 69.65, 35.25 69.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Harbour Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '64_259'^^xsd:string;
  dwc:observationDate '1996-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 35.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.65"^^xsd:decimal ;
  dwc:decimalLongitude "35.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 35.25)"^^geo:wktLiteral ;
  geo-pos:lat "69.65"^^xsd:decimal ;
  geo-pos:long "35.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_260'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_260'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.266666666667'^^xsd:double;
  dwc:longitude '35.25'^^xsd:double;
  dwc:startLongitude '35.25'^^xsd:double;
  dwc:endLongitude '35.25'^^xsd:double;
  dwc:latitude '69.65'^^xsd:double;
  dwc:startLatitude '69.65'^^xsd:double;
  dwc:endLatitude '69.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.25 69.65, 35.25 69.65, 35.25 69.65, 35.25 69.65, 35.25 69.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_260'^^xsd:string;
  dwc:observationDate '1996-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.47 35.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-24.47"^^xsd:decimal ;
  dwc:decimalLongitude "35.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-24.47 35.4)"^^geo:wktLiteral ;
  geo-pos:lat "-24.47"^^xsd:decimal ;
  geo-pos:long "35.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_565'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_565'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:longitude '35.4'^^xsd:double;
  dwc:startLongitude '35.4'^^xsd:double;
  dwc:endLongitude '35.4'^^xsd:double;
  dwc:latitude '-24.47'^^xsd:double;
  dwc:startLatitude '-24.47'^^xsd:double;
  dwc:endLatitude '-24.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.4 -24.47, 35.4 -24.47, 35.4 -24.47, 35.4 -24.47, 35.4 -24.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_565'^^xsd:string;
  dwc:observationDate '1972-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.53 35.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.53"^^xsd:decimal ;
  dwc:decimalLongitude "35.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.53 35.43)"^^geo:wktLiteral ;
  geo-pos:lat "69.53"^^xsd:decimal ;
  geo-pos:long "35.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_249'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_249'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:longitude '35.43'^^xsd:double;
  dwc:startLongitude '35.43'^^xsd:double;
  dwc:endLongitude '35.43'^^xsd:double;
  dwc:latitude '69.53'^^xsd:double;
  dwc:startLatitude '69.53'^^xsd:double;
  dwc:endLatitude '69.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.43 69.53, 35.43 69.53, 35.43 69.53, 35.43 69.53, 35.43 69.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_249'^^xsd:string;
  dwc:observationDate '1996-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.48 35.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.48 35.47)"^^geo:wktLiteral ;
  geo-pos:lat "69.48"^^xsd:decimal ;
  geo-pos:long "35.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_248'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_248'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:longitude '35.47'^^xsd:double;
  dwc:startLongitude '35.47'^^xsd:double;
  dwc:endLongitude '35.47'^^xsd:double;
  dwc:latitude '69.48'^^xsd:double;
  dwc:startLatitude '69.48'^^xsd:double;
  dwc:endLatitude '69.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((35.47 69.48, 35.47 69.48, 35.47 69.48, 35.47 69.48, 35.47 69.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_248'^^xsd:string;
  dwc:observationDate '1996-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 35.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20"^^xsd:decimal ;
  dwc:decimalLongitude "35.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20 35.83)"^^geo:wktLiteral ;
  geo-pos:lat "-20"^^xsd:decimal ;
  geo-pos:long "35.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_603'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_603'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '35.83'^^xsd:double;
  dwc:startLongitude '35.83'^^xsd:double;
  dwc:endLongitude '35.83'^^xsd:double;
  dwc:latitude '-20'^^xsd:integer;
  dwc:startLatitude '-20'^^xsd:integer;
  dwc:endLatitude '-20'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((35.83 -20, 35.83 -20, 35.83 -20, 35.83 -20, 35.83 -20))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_603'^^xsd:string;
  dwc:observationDate '1972-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.47 36.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.47"^^xsd:decimal ;
  dwc:decimalLongitude "36.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.47 36.27)"^^geo:wktLiteral ;
  geo-pos:lat "25.47"^^xsd:decimal ;
  geo-pos:long "36.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_804'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_804'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.583333333333'^^xsd:double;
  dwc:longitude '36.27'^^xsd:double;
  dwc:startLongitude '36.27'^^xsd:double;
  dwc:endLongitude '36.27'^^xsd:double;
  dwc:latitude '25.47'^^xsd:double;
  dwc:startLatitude '25.47'^^xsd:double;
  dwc:endLatitude '25.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((36.27 25.47, 36.27 25.47, 36.27 25.47, 36.27 25.47, 36.27 25.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_804'^^xsd:string;
  dwc:observationDate '2000-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.85 36.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.85"^^xsd:decimal ;
  dwc:decimalLongitude "36.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.85 36.68)"^^geo:wktLiteral ;
  geo-pos:lat "-23.85"^^xsd:decimal ;
  geo-pos:long "36.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_641'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_641'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^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 '7.5'^^xsd:double;
  dwc:longitude '36.68'^^xsd:double;
  dwc:startLongitude '36.68'^^xsd:double;
  dwc:endLongitude '36.68'^^xsd:double;
  dwc:latitude '-23.85'^^xsd:double;
  dwc:startLatitude '-23.85'^^xsd:double;
  dwc:endLatitude '-23.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((36.68 -23.85, 36.68 -23.85, 36.68 -23.85, 36.68 -23.85, 36.68 -23.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_641'^^xsd:string;
  dwc:observationDate '1973-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.33 36.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.33"^^xsd:decimal ;
  dwc:decimalLongitude "36.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.33 36.9)"^^geo:wktLiteral ;
  geo-pos:lat "24.33"^^xsd:decimal ;
  geo-pos:long "36.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_803'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_803'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.6166666666667'^^xsd:double;
  dwc:longitude '36.9'^^xsd:double;
  dwc:startLongitude '36.9'^^xsd:double;
  dwc:endLongitude '36.9'^^xsd:double;
  dwc:latitude '24.33'^^xsd:double;
  dwc:startLatitude '24.33'^^xsd:double;
  dwc:endLatitude '24.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((36.9 24.33, 36.9 24.33, 36.9 24.33, 36.9 24.33, 36.9 24.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_803'^^xsd:string;
  dwc:observationDate '2000-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.53 36.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.53"^^xsd:decimal ;
  dwc:decimalLongitude "36.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.53 36.92)"^^geo:wktLiteral ;
  geo-pos:lat "69.53"^^xsd:decimal ;
  geo-pos:long "36.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_264'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_264'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:longitude '36.92'^^xsd:double;
  dwc:startLongitude '36.92'^^xsd:double;
  dwc:endLongitude '36.92'^^xsd:double;
  dwc:latitude '69.53'^^xsd:double;
  dwc:startLatitude '69.53'^^xsd:double;
  dwc:endLatitude '69.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((36.92 69.53, 36.92 69.53, 36.92 69.53, 36.92 69.53, 36.92 69.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "White-Beaked Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '64_264'^^xsd:string;
  dwc:observationDate '1996-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.52 37.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.52"^^xsd:decimal ;
  dwc:decimalLongitude "37.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.52 37.02)"^^geo:wktLiteral ;
  geo-pos:lat "22.52"^^xsd:decimal ;
  geo-pos:long "37.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_381'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_381'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:longitude '37.02'^^xsd:double;
  dwc:startLongitude '37.02'^^xsd:double;
  dwc:endLongitude '37.02'^^xsd:double;
  dwc:latitude '22.52'^^xsd:double;
  dwc:startLatitude '22.52'^^xsd:double;
  dwc:endLatitude '22.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((37.02 22.52, 37.02 22.52, 37.02 22.52, 37.02 22.52, 37.02 22.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_381'^^xsd:string;
  dwc:observationDate '1998-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1 37.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.1"^^xsd:decimal ;
  dwc:decimalLongitude "37.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.1 37.08)"^^geo:wktLiteral ;
  geo-pos:lat "23.1"^^xsd:decimal ;
  geo-pos:long "37.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1253'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1253'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '37.08'^^xsd:double;
  dwc:startLongitude '37.08'^^xsd:double;
  dwc:endLongitude '37.08'^^xsd:double;
  dwc:latitude '23.1'^^xsd:double;
  dwc:startLatitude '23.1'^^xsd:double;
  dwc:endLatitude '23.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((37.08 23.1, 37.08 23.1, 37.08 23.1, 37.08 23.1, 37.08 23.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1253'^^xsd:string;
  dwc:observationDate '2000-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.91 37.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.91"^^xsd:decimal ;
  dwc:decimalLongitude "37.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.91 37.28)"^^geo:wktLiteral ;
  geo-pos:lat "22.91"^^xsd:decimal ;
  geo-pos:long "37.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_400'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_400'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:longitude '37.28'^^xsd:double;
  dwc:startLongitude '37.28'^^xsd:double;
  dwc:endLongitude '37.28'^^xsd:double;
  dwc:latitude '22.91'^^xsd:double;
  dwc:startLatitude '22.91'^^xsd:double;
  dwc:endLatitude '22.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((37.28 22.91, 37.28 22.91, 37.28 22.91, 37.28 22.91, 37.28 22.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_400'^^xsd:string;
  dwc:observationDate '1998-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.91 37.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.91"^^xsd:decimal ;
  dwc:decimalLongitude "37.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.91 37.37)"^^geo:wktLiteral ;
  geo-pos:lat "23.91"^^xsd:decimal ;
  geo-pos:long "37.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_286'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_286'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:longitude '37.37'^^xsd:double;
  dwc:startLongitude '37.37'^^xsd:double;
  dwc:endLongitude '37.37'^^xsd:double;
  dwc:latitude '23.91'^^xsd:double;
  dwc:startLatitude '23.91'^^xsd:double;
  dwc:endLatitude '23.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((37.37 23.91, 37.37 23.91, 37.37 23.91, 37.37 23.91, 37.37 23.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_286'^^xsd:string;
  dwc:observationDate '1996-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.97 37.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.97"^^xsd:decimal ;
  dwc:decimalLongitude "37.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.97 37.79)"^^geo:wktLiteral ;
  geo-pos:lat "21.97"^^xsd:decimal ;
  geo-pos:long "37.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_849'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_849'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '37.79'^^xsd:double;
  dwc:startLongitude '37.79'^^xsd:double;
  dwc:endLongitude '37.79'^^xsd:double;
  dwc:latitude '21.97'^^xsd:double;
  dwc:startLatitude '21.97'^^xsd:double;
  dwc:endLatitude '21.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((37.79 21.97, 37.79 21.97, 37.79 21.97, 37.79 21.97, 37.79 21.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_849'^^xsd:string;
  dwc:observationDate '2001-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.28 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-33.28"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-33.28 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "-33.28"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_653'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_653'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:startLongitude '37.98'^^xsd:double;
  dwc:endLongitude '37.98'^^xsd:double;
  dwc:latitude '-33.28'^^xsd:double;
  dwc:startLatitude '-33.28'^^xsd:double;
  dwc:endLatitude '-33.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((37.98 -33.28, 37.98 -33.28, 37.98 -33.28, 37.98 -33.28, 37.98 -33.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_653'^^xsd:string;
  dwc:observationDate '1973-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.77 38.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.77"^^xsd:decimal ;
  dwc:decimalLongitude "38.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.77 38.51)"^^geo:wktLiteral ;
  geo-pos:lat "21.77"^^xsd:decimal ;
  geo-pos:long "38.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_802'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_802'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '38.51'^^xsd:double;
  dwc:startLongitude '38.51'^^xsd:double;
  dwc:endLongitude '38.51'^^xsd:double;
  dwc:latitude '21.77'^^xsd:double;
  dwc:startLatitude '21.77'^^xsd:double;
  dwc:endLatitude '21.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((38.51 21.77, 38.51 21.77, 38.51 21.77, 38.51 21.77, 38.51 21.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_802'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.68 38.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.68"^^xsd:decimal ;
  dwc:decimalLongitude "38.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.68 38.63)"^^geo:wktLiteral ;
  geo-pos:lat "20.68"^^xsd:decimal ;
  geo-pos:long "38.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1007'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1007'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:longitude '38.63'^^xsd:double;
  dwc:startLongitude '38.63'^^xsd:double;
  dwc:endLongitude '38.63'^^xsd:double;
  dwc:latitude '20.68'^^xsd:double;
  dwc:startLatitude '20.68'^^xsd:double;
  dwc:endLatitude '20.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((38.63 20.68, 38.63 20.68, 38.63 20.68, 38.63 20.68, 38.63 20.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1007'^^xsd:string;
  dwc:observationDate '2001-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.32 38.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.32"^^xsd:decimal ;
  dwc:decimalLongitude "38.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.32 38.69)"^^geo:wktLiteral ;
  geo-pos:lat "21.32"^^xsd:decimal ;
  geo-pos:long "38.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_801'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_801'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:longitude '38.69'^^xsd:double;
  dwc:startLongitude '38.69'^^xsd:double;
  dwc:endLongitude '38.69'^^xsd:double;
  dwc:latitude '21.32'^^xsd:double;
  dwc:startLatitude '21.32'^^xsd:double;
  dwc:endLatitude '21.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((38.69 21.32, 38.69 21.32, 38.69 21.32, 38.69 21.32, 38.69 21.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_801'^^xsd:string;
  dwc:observationDate '2000-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.07 38.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.07"^^xsd:decimal ;
  dwc:decimalLongitude "38.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.07 38.75)"^^geo:wktLiteral ;
  geo-pos:lat "20.07"^^xsd:decimal ;
  geo-pos:long "38.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_730'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_730'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:longitude '38.75'^^xsd:double;
  dwc:startLongitude '38.75'^^xsd:double;
  dwc:endLongitude '38.75'^^xsd:double;
  dwc:latitude '20.07'^^xsd:double;
  dwc:startLatitude '20.07'^^xsd:double;
  dwc:endLatitude '20.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((38.75 20.07, 38.75 20.07, 38.75 20.07, 38.75 20.07, 38.75 20.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_730'^^xsd:string;
  dwc:observationDate '2000-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.36 38.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.36"^^xsd:decimal ;
  dwc:decimalLongitude "38.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.36 38.83)"^^geo:wktLiteral ;
  geo-pos:lat "20.36"^^xsd:decimal ;
  geo-pos:long "38.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1008'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1008'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '38.83'^^xsd:double;
  dwc:startLongitude '38.83'^^xsd:double;
  dwc:endLongitude '38.83'^^xsd:double;
  dwc:latitude '20.36'^^xsd:double;
  dwc:startLatitude '20.36'^^xsd:double;
  dwc:endLatitude '20.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((38.83 20.36, 38.83 20.36, 38.83 20.36, 38.83 20.36, 38.83 20.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1008'^^xsd:string;
  dwc:observationDate '2001-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.54 39.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.54"^^xsd:decimal ;
  dwc:decimalLongitude "39.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.54 39.42)"^^geo:wktLiteral ;
  geo-pos:lat "19.54"^^xsd:decimal ;
  geo-pos:long "39.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1029'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1029'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^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.75'^^xsd:double;
  dwc:longitude '39.42'^^xsd:double;
  dwc:startLongitude '39.42'^^xsd:double;
  dwc:endLongitude '39.42'^^xsd:double;
  dwc:latitude '19.54'^^xsd:double;
  dwc:startLatitude '19.54'^^xsd:double;
  dwc:endLatitude '19.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.42 19.54, 39.42 19.54, 39.42 19.54, 39.42 19.54, 39.42 19.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1029'^^xsd:string;
  dwc:observationDate '2001-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.35 39.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.35"^^xsd:decimal ;
  dwc:decimalLongitude "39.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.35 39.46)"^^geo:wktLiteral ;
  geo-pos:lat "19.35"^^xsd:decimal ;
  geo-pos:long "39.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_399'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_399'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:longitude '39.46'^^xsd:double;
  dwc:startLongitude '39.46'^^xsd:double;
  dwc:endLongitude '39.46'^^xsd:double;
  dwc:latitude '19.35'^^xsd:double;
  dwc:startLatitude '19.35'^^xsd:double;
  dwc:endLatitude '19.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.46 19.35, 39.46 19.35, 39.46 19.35, 39.46 19.35, 39.46 19.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_399'^^xsd:string;
  dwc:observationDate '1998-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.91 39.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.91"^^xsd:decimal ;
  dwc:decimalLongitude "39.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.91 39.84)"^^geo:wktLiteral ;
  geo-pos:lat "18.91"^^xsd:decimal ;
  geo-pos:long "39.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_800'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_800'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:longitude '39.84'^^xsd:double;
  dwc:startLongitude '39.84'^^xsd:double;
  dwc:endLongitude '39.84'^^xsd:double;
  dwc:latitude '18.91'^^xsd:double;
  dwc:startLatitude '18.91'^^xsd:double;
  dwc:endLatitude '18.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.84 18.91, 39.84 18.91, 39.84 18.91, 39.84 18.91, 39.84 18.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_800'^^xsd:string;
  dwc:observationDate '2000-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.49 40.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.49"^^xsd:decimal ;
  dwc:decimalLongitude "40.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.49 40.02)"^^geo:wktLiteral ;
  geo-pos:lat "18.49"^^xsd:decimal ;
  geo-pos:long "40.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_799'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_799'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:longitude '40.02'^^xsd:double;
  dwc:startLongitude '40.02'^^xsd:double;
  dwc:endLongitude '40.02'^^xsd:double;
  dwc:latitude '18.49'^^xsd:double;
  dwc:startLatitude '18.49'^^xsd:double;
  dwc:endLatitude '18.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.02 18.49, 40.02 18.49, 40.02 18.49, 40.02 18.49, 40.02 18.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_799'^^xsd:string;
  dwc:observationDate '2000-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.69 40.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.69"^^xsd:decimal ;
  dwc:decimalLongitude "40.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.69 40.1)"^^geo:wktLiteral ;
  geo-pos:lat "-16.69"^^xsd:decimal ;
  geo-pos:long "40.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1182'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1182'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '40.1'^^xsd:double;
  dwc:startLongitude '40.1'^^xsd:double;
  dwc:endLongitude '40.1'^^xsd:double;
  dwc:latitude '-16.69'^^xsd:double;
  dwc:startLatitude '-16.69'^^xsd:double;
  dwc:endLatitude '-16.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.1 -16.69, 40.1 -16.69, 40.1 -16.69, 40.1 -16.69, 40.1 -16.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_1182'^^xsd:string;
  dwc:observationDate '2000-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.28 40.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.28"^^xsd:decimal ;
  dwc:decimalLongitude "40.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.28 40.22)"^^geo:wktLiteral ;
  geo-pos:lat "18.28"^^xsd:decimal ;
  geo-pos:long "40.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1028'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_1028'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^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 '8.1666666666667'^^xsd:double;
  dwc:longitude '40.22'^^xsd:double;
  dwc:startLongitude '40.22'^^xsd:double;
  dwc:endLongitude '40.22'^^xsd:double;
  dwc:latitude '18.28'^^xsd:double;
  dwc:startLatitude '18.28'^^xsd:double;
  dwc:endLatitude '18.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.22 18.28, 40.22 18.28, 40.22 18.28, 40.22 18.28, 40.22 18.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1028'^^xsd:string;
  dwc:observationDate '2001-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.19 40.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.19"^^xsd:decimal ;
  dwc:decimalLongitude "40.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.19 40.56)"^^geo:wktLiteral ;
  geo-pos:lat "17.19"^^xsd:decimal ;
  geo-pos:long "40.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1009'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1009'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:longitude '40.56'^^xsd:double;
  dwc:startLongitude '40.56'^^xsd:double;
  dwc:endLongitude '40.56'^^xsd:double;
  dwc:latitude '17.19'^^xsd:double;
  dwc:startLatitude '17.19'^^xsd:double;
  dwc:endLatitude '17.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.56 17.19, 40.56 17.19, 40.56 17.19, 40.56 17.19, 40.56 17.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1009'^^xsd:string;
  dwc:observationDate '2001-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.17 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.17"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.17 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "17.17"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_309'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_309'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.75'^^xsd:double;
  dwc:longitude '40.7'^^xsd:double;
  dwc:startLongitude '40.7'^^xsd:double;
  dwc:endLongitude '40.7'^^xsd:double;
  dwc:latitude '17.17'^^xsd:double;
  dwc:startLatitude '17.17'^^xsd:double;
  dwc:endLatitude '17.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.7 17.17, 40.7 17.17, 40.7 17.17, 40.7 17.17, 40.7 17.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_309'^^xsd:string;
  dwc:observationDate '1997-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.46 40.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.46"^^xsd:decimal ;
  dwc:decimalLongitude "40.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.46 40.74)"^^geo:wktLiteral ;
  geo-pos:lat "16.46"^^xsd:decimal ;
  geo-pos:long "40.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_850'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_850'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '40.74'^^xsd:double;
  dwc:startLongitude '40.74'^^xsd:double;
  dwc:endLongitude '40.74'^^xsd:double;
  dwc:latitude '16.46'^^xsd:double;
  dwc:startLatitude '16.46'^^xsd:double;
  dwc:endLatitude '16.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.74 16.46, 40.74 16.46, 40.74 16.46, 40.74 16.46, 40.74 16.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_850'^^xsd:string;
  dwc:observationDate '2001-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.64 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.64"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.64 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "16.64"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1010'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_1010'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.0833333333333'^^xsd:double;
  dwc:longitude '40.89'^^xsd:double;
  dwc:startLongitude '40.89'^^xsd:double;
  dwc:endLongitude '40.89'^^xsd:double;
  dwc:latitude '16.64'^^xsd:double;
  dwc:startLatitude '16.64'^^xsd:double;
  dwc:endLatitude '16.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.89 16.64, 40.89 16.64, 40.89 16.64, 40.89 16.64, 40.89 16.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1010'^^xsd:string;
  dwc:observationDate '2001-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.23 40.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.23"^^xsd:decimal ;
  dwc:decimalLongitude "40.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.23 40.92)"^^geo:wktLiteral ;
  geo-pos:lat "16.23"^^xsd:decimal ;
  geo-pos:long "40.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_851'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_851'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.05'^^xsd:double;
  dwc:longitude '40.92'^^xsd:double;
  dwc:startLongitude '40.92'^^xsd:double;
  dwc:endLongitude '40.92'^^xsd:double;
  dwc:latitude '16.23'^^xsd:double;
  dwc:startLatitude '16.23'^^xsd:double;
  dwc:endLatitude '16.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.92 16.23, 40.92 16.23, 40.92 16.23, 40.92 16.23, 40.92 16.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_851'^^xsd:string;
  dwc:observationDate '2001-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.15 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.15"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.15 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "16.15"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_852'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_852'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:longitude '40.99'^^xsd:double;
  dwc:startLongitude '40.99'^^xsd:double;
  dwc:endLongitude '40.99'^^xsd:double;
  dwc:latitude '16.15'^^xsd:double;
  dwc:startLatitude '16.15'^^xsd:double;
  dwc:endLatitude '16.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.99 16.15, 40.99 16.15, 40.99 16.15, 40.99 16.15, 40.99 16.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_852'^^xsd:string;
  dwc:observationDate '2001-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2 41.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-16.2"^^xsd:decimal ;
  dwc:decimalLongitude "41.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-16.2 41.07)"^^geo:wktLiteral ;
  geo-pos:lat "-16.2"^^xsd:decimal ;
  geo-pos:long "41.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_607'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_607'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.333333333333'^^xsd:double;
  dwc:longitude '41.07'^^xsd:double;
  dwc:startLongitude '41.07'^^xsd:double;
  dwc:endLongitude '41.07'^^xsd:double;
  dwc:latitude '-16.2'^^xsd:double;
  dwc:startLatitude '-16.2'^^xsd:double;
  dwc:endLatitude '-16.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.07 -16.2, 41.07 -16.2, 41.07 -16.2, 41.07 -16.2, 41.07 -16.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_607'^^xsd:string;
  dwc:observationDate '1970-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.05 41.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.05"^^xsd:decimal ;
  dwc:decimalLongitude "41.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.05 41.08)"^^geo:wktLiteral ;
  geo-pos:lat "16.05"^^xsd:decimal ;
  geo-pos:long "41.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_853'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_853'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:longitude '41.08'^^xsd:double;
  dwc:startLongitude '41.08'^^xsd:double;
  dwc:endLongitude '41.08'^^xsd:double;
  dwc:latitude '16.05'^^xsd:double;
  dwc:startLatitude '16.05'^^xsd:double;
  dwc:endLatitude '16.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.08 16.05, 41.08 16.05, 41.08 16.05, 41.08 16.05, 41.08 16.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_853'^^xsd:string;
  dwc:observationDate '2001-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.54 41.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.54"^^xsd:decimal ;
  dwc:decimalLongitude "41.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.54 41.11)"^^geo:wktLiteral ;
  geo-pos:lat "16.54"^^xsd:decimal ;
  geo-pos:long "41.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1252'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1252'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.183333333333'^^xsd:double;
  dwc:longitude '41.11'^^xsd:double;
  dwc:startLongitude '41.11'^^xsd:double;
  dwc:endLongitude '41.11'^^xsd:double;
  dwc:latitude '16.54'^^xsd:double;
  dwc:startLatitude '16.54'^^xsd:double;
  dwc:endLatitude '16.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.11 16.54, 41.11 16.54, 41.11 16.54, 41.11 16.54, 41.11 16.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1252'^^xsd:string;
  dwc:observationDate '2000-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.28 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.28"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.28 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "16.28"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_995'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_995'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.28'^^xsd:double;
  dwc:endLongitude '41.28'^^xsd:double;
  dwc:latitude '16.28'^^xsd:double;
  dwc:startLatitude '16.28'^^xsd:double;
  dwc:endLatitude '16.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.28 16.28, 41.28 16.28, 41.28 16.28, 41.28 16.28, 41.28 16.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_995'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.82 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.82"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.82 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "15.82"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1251'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1251'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.766666666667'^^xsd:double;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.55'^^xsd:double;
  dwc:endLongitude '41.55'^^xsd:double;
  dwc:latitude '15.82'^^xsd:double;
  dwc:startLatitude '15.82'^^xsd:double;
  dwc:endLatitude '15.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.55 15.82, 41.55 15.82, 41.55 15.82, 41.55 15.82, 41.55 15.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1251'^^xsd:string;
  dwc:observationDate '2000-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4 41.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.4"^^xsd:decimal ;
  dwc:decimalLongitude "41.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.4 41.57)"^^geo:wktLiteral ;
  geo-pos:lat "15.4"^^xsd:decimal ;
  geo-pos:long "41.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_308'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_308'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:longitude '41.57'^^xsd:double;
  dwc:startLongitude '41.57'^^xsd:double;
  dwc:endLongitude '41.57'^^xsd:double;
  dwc:latitude '15.4'^^xsd:double;
  dwc:startLatitude '15.4'^^xsd:double;
  dwc:endLatitude '15.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.57 15.4, 41.57 15.4, 41.57 15.4, 41.57 15.4, 41.57 15.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_308'^^xsd:string;
  dwc:observationDate '1997-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.32 41.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.32"^^xsd:decimal ;
  dwc:decimalLongitude "41.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.32 41.62)"^^geo:wktLiteral ;
  geo-pos:lat "15.32"^^xsd:decimal ;
  geo-pos:long "41.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_307'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_307'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:longitude '41.62'^^xsd:double;
  dwc:startLongitude '41.62'^^xsd:double;
  dwc:endLongitude '41.62'^^xsd:double;
  dwc:latitude '15.32'^^xsd:double;
  dwc:startLatitude '15.32'^^xsd:double;
  dwc:endLatitude '15.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.62 15.32, 41.62 15.32, 41.62 15.32, 41.62 15.32, 41.62 15.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_307'^^xsd:string;
  dwc:observationDate '1997-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.32 41.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.32"^^xsd:decimal ;
  dwc:decimalLongitude "41.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.32 41.65)"^^geo:wktLiteral ;
  geo-pos:lat "15.32"^^xsd:decimal ;
  geo-pos:long "41.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_797'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_797'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:longitude '41.65'^^xsd:double;
  dwc:startLongitude '41.65'^^xsd:double;
  dwc:endLongitude '41.65'^^xsd:double;
  dwc:latitude '15.32'^^xsd:double;
  dwc:startLatitude '15.32'^^xsd:double;
  dwc:endLatitude '15.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.65 15.32, 41.65 15.32, 41.65 15.32, 41.65 15.32, 41.65 15.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_797'^^xsd:string;
  dwc:observationDate '2000-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.25 41.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.25"^^xsd:decimal ;
  dwc:decimalLongitude "41.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.25 41.67)"^^geo:wktLiteral ;
  geo-pos:lat "15.25"^^xsd:decimal ;
  geo-pos:long "41.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_306'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_306'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.3'^^xsd:double;
  dwc:longitude '41.67'^^xsd:double;
  dwc:startLongitude '41.67'^^xsd:double;
  dwc:endLongitude '41.67'^^xsd:double;
  dwc:latitude '15.25'^^xsd:double;
  dwc:startLatitude '15.25'^^xsd:double;
  dwc:endLatitude '15.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.67 15.25, 41.67 15.25, 41.67 15.25, 41.67 15.25, 41.67 15.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_306'^^xsd:string;
  dwc:observationDate '1997-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.43 41.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.43"^^xsd:decimal ;
  dwc:decimalLongitude "41.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.43 41.7)"^^geo:wktLiteral ;
  geo-pos:lat "15.43"^^xsd:decimal ;
  geo-pos:long "41.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1027'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1027'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '41.7'^^xsd:double;
  dwc:startLongitude '41.7'^^xsd:double;
  dwc:endLongitude '41.7'^^xsd:double;
  dwc:latitude '15.43'^^xsd:double;
  dwc:startLatitude '15.43'^^xsd:double;
  dwc:endLatitude '15.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7 15.43, 41.7 15.43, 41.7 15.43, 41.7 15.43, 41.7 15.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1027'^^xsd:string;
  dwc:observationDate '2001-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.45 41.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.45"^^xsd:decimal ;
  dwc:decimalLongitude "41.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.45 41.76)"^^geo:wktLiteral ;
  geo-pos:lat "15.45"^^xsd:decimal ;
  geo-pos:long "41.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_398'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_398'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:longitude '41.76'^^xsd:double;
  dwc:startLongitude '41.76'^^xsd:double;
  dwc:endLongitude '41.76'^^xsd:double;
  dwc:latitude '15.45'^^xsd:double;
  dwc:startLatitude '15.45'^^xsd:double;
  dwc:endLatitude '15.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.76 15.45, 41.76 15.45, 41.76 15.45, 41.76 15.45, 41.76 15.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_398'^^xsd:string;
  dwc:observationDate '1998-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.25 41.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.25"^^xsd:decimal ;
  dwc:decimalLongitude "41.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.25 41.84)"^^geo:wktLiteral ;
  geo-pos:lat "15.25"^^xsd:decimal ;
  geo-pos:long "41.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_397'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_397'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:longitude '41.84'^^xsd:double;
  dwc:startLongitude '41.84'^^xsd:double;
  dwc:endLongitude '41.84'^^xsd:double;
  dwc:latitude '15.25'^^xsd:double;
  dwc:startLatitude '15.25'^^xsd:double;
  dwc:endLatitude '15.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.84 15.25, 41.84 15.25, 41.84 15.25, 41.84 15.25, 41.84 15.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_397'^^xsd:string;
  dwc:observationDate '1998-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.78 41.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.78"^^xsd:decimal ;
  dwc:decimalLongitude "41.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/1994__64_798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.78 41.96)"^^geo:wktLiteral ;
  geo-pos:lat "14.78"^^xsd:decimal ;
  geo-pos:long "41.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_798'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_798'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:longitude '41.96'^^xsd:double;
  dwc:startLongitude '41.96'^^xsd:double;
  dwc:endLongitude '41.96'^^xsd:double;
  dwc:latitude '14.78'^^xsd:double;
  dwc:startLatitude '14.78'^^xsd:double;
  dwc:endLatitude '14.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.96 14.78, 41.96 14.78, 41.96 14.78, 41.96 14.78, 41.96 14.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_798'^^xsd:string;
  dwc:observationDate '2000-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.79 42.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.79"^^xsd:decimal ;
  dwc:decimalLongitude "42.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.79 42.05)"^^geo:wktLiteral ;
  geo-pos:lat "14.79"^^xsd:decimal ;
  geo-pos:long "42.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1250'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_1250'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '42.05'^^xsd:double;
  dwc:startLongitude '42.05'^^xsd:double;
  dwc:endLongitude '42.05'^^xsd:double;
  dwc:latitude '14.79'^^xsd:double;
  dwc:startLatitude '14.79'^^xsd:double;
  dwc:endLatitude '14.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((42.05 14.79, 42.05 14.79, 42.05 14.79, 42.05 14.79, 42.05 14.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1250'^^xsd:string;
  dwc:observationDate '2000-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.42 42.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.42"^^xsd:decimal ;
  dwc:decimalLongitude "42.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.42 42.37)"^^geo:wktLiteral ;
  geo-pos:lat "13.42"^^xsd:decimal ;
  geo-pos:long "42.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_722'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_722'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:longitude '42.37'^^xsd:double;
  dwc:startLongitude '42.37'^^xsd:double;
  dwc:endLongitude '42.37'^^xsd:double;
  dwc:latitude '13.42'^^xsd:double;
  dwc:startLatitude '13.42'^^xsd:double;
  dwc:endLatitude '13.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((42.37 13.42, 42.37 13.42, 42.37 13.42, 42.37 13.42, 42.37 13.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_722'^^xsd:string;
  dwc:observationDate '1999-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.18 42.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.18"^^xsd:decimal ;
  dwc:decimalLongitude "42.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.18 42.47)"^^geo:wktLiteral ;
  geo-pos:lat "14.18"^^xsd:decimal ;
  geo-pos:long "42.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_854'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_854'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:longitude '42.47'^^xsd:double;
  dwc:startLongitude '42.47'^^xsd:double;
  dwc:endLongitude '42.47'^^xsd:double;
  dwc:latitude '14.18'^^xsd:double;
  dwc:startLatitude '14.18'^^xsd:double;
  dwc:endLatitude '14.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((42.47 14.18, 42.47 14.18, 42.47 14.18, 42.47 14.18, 42.47 14.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Cetaceans" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_854'^^xsd:string;
  dwc:observationDate '2001-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.95 42.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.95"^^xsd:decimal ;
  dwc:decimalLongitude "42.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.95 42.54)"^^geo:wktLiteral ;
  geo-pos:lat "13.95"^^xsd:decimal ;
  geo-pos:long "42.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_855'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_855'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '42.54'^^xsd:double;
  dwc:startLongitude '42.54'^^xsd:double;
  dwc:endLongitude '42.54'^^xsd:double;
  dwc:latitude '13.95'^^xsd:double;
  dwc:startLatitude '13.95'^^xsd:double;
  dwc:endLatitude '13.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((42.54 13.95, 42.54 13.95, 42.54 13.95, 42.54 13.95, 42.54 13.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_855'^^xsd:string;
  dwc:observationDate '2001-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.68 43.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "11.68"^^xsd:decimal ;
  dwc:decimalLongitude "43.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (11.68 43.13)"^^geo:wktLiteral ;
  geo-pos:lat "11.68"^^xsd:decimal ;
  geo-pos:long "43.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_856'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_856'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:longitude '43.13'^^xsd:double;
  dwc:startLongitude '43.13'^^xsd:double;
  dwc:endLongitude '43.13'^^xsd:double;
  dwc:latitude '11.68'^^xsd:double;
  dwc:startLatitude '11.68'^^xsd:double;
  dwc:endLatitude '11.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((43.13 11.68, 43.13 11.68, 43.13 11.68, 43.13 11.68, 43.13 11.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_856'^^xsd:string;
  dwc:observationDate '2001-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.42 43.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.42"^^xsd:decimal ;
  dwc:decimalLongitude "43.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.42 43.83)"^^geo:wktLiteral ;
  geo-pos:lat "12.42"^^xsd:decimal ;
  geo-pos:long "43.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1011'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1011'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '43.83'^^xsd:double;
  dwc:startLongitude '43.83'^^xsd:double;
  dwc:endLongitude '43.83'^^xsd:double;
  dwc:latitude '12.42'^^xsd:double;
  dwc:startLatitude '12.42'^^xsd:double;
  dwc:endLatitude '12.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((43.83 12.42, 43.83 12.42, 43.83 12.42, 43.83 12.42, 43.83 12.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1011'^^xsd:string;
  dwc:observationDate '2001-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.42 43.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.42"^^xsd:decimal ;
  dwc:decimalLongitude "43.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.42 43.86)"^^geo:wktLiteral ;
  geo-pos:lat "12.42"^^xsd:decimal ;
  geo-pos:long "43.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1012'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_1012'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '43.86'^^xsd:double;
  dwc:startLongitude '43.86'^^xsd:double;
  dwc:endLongitude '43.86'^^xsd:double;
  dwc:latitude '12.42'^^xsd:double;
  dwc:startLatitude '12.42'^^xsd:double;
  dwc:endLatitude '12.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((43.86 12.42, 43.86 12.42, 43.86 12.42, 43.86 12.42, 43.86 12.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1012'^^xsd:string;
  dwc:observationDate '2001-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.35 44.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.35"^^xsd:decimal ;
  dwc:decimalLongitude "44.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.35 44.09)"^^geo:wktLiteral ;
  geo-pos:lat "12.35"^^xsd:decimal ;
  geo-pos:long "44.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_796'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_796'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:longitude '44.09'^^xsd:double;
  dwc:startLongitude '44.09'^^xsd:double;
  dwc:endLongitude '44.09'^^xsd:double;
  dwc:latitude '12.35'^^xsd:double;
  dwc:startLatitude '12.35'^^xsd:double;
  dwc:endLatitude '12.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((44.09 12.35, 44.09 12.35, 44.09 12.35, 44.09 12.35, 44.09 12.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_796'^^xsd:string;
  dwc:observationDate '2000-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.45 44.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.45"^^xsd:decimal ;
  dwc:decimalLongitude "44.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.45 44.2)"^^geo:wktLiteral ;
  geo-pos:lat "12.45"^^xsd:decimal ;
  geo-pos:long "44.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1249'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1249'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '44.2'^^xsd:double;
  dwc:startLongitude '44.2'^^xsd:double;
  dwc:endLongitude '44.2'^^xsd:double;
  dwc:latitude '12.45'^^xsd:double;
  dwc:startLatitude '12.45'^^xsd:double;
  dwc:endLatitude '12.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((44.2 12.45, 44.2 12.45, 44.2 12.45, 44.2 12.45, 44.2 12.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1249'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5 44.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.5"^^xsd:decimal ;
  dwc:decimalLongitude "44.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.5 44.73)"^^geo:wktLiteral ;
  geo-pos:lat "12.5"^^xsd:decimal ;
  geo-pos:long "44.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_795'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_795'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:longitude '44.73'^^xsd:double;
  dwc:startLongitude '44.73'^^xsd:double;
  dwc:endLongitude '44.73'^^xsd:double;
  dwc:latitude '12.5'^^xsd:double;
  dwc:startLatitude '12.5'^^xsd:double;
  dwc:endLatitude '12.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((44.73 12.5, 44.73 12.5, 44.73 12.5, 44.73 12.5, 44.73 12.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_795'^^xsd:string;
  dwc:observationDate '2000-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.48 44.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.48"^^xsd:decimal ;
  dwc:decimalLongitude "44.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/1994__64_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.48 44.96)"^^geo:wktLiteral ;
  geo-pos:lat "12.48"^^xsd:decimal ;
  geo-pos:long "44.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_305'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_305'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.4666666666667'^^xsd:double;
  dwc:longitude '44.96'^^xsd:double;
  dwc:startLongitude '44.96'^^xsd:double;
  dwc:endLongitude '44.96'^^xsd:double;
  dwc:latitude '12.48'^^xsd:double;
  dwc:startLatitude '12.48'^^xsd:double;
  dwc:endLatitude '12.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((44.96 12.48, 44.96 12.48, 44.96 12.48, 44.96 12.48, 44.96 12.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_305'^^xsd:string;
  dwc:observationDate '1997-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.53 45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.53"^^xsd:decimal ;
  dwc:decimalLongitude "45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.53 45)"^^geo:wktLiteral ;
  geo-pos:lat "12.53"^^xsd:decimal ;
  geo-pos:long "45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_794'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_794'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '45'^^xsd:integer;
  dwc:startLongitude '45'^^xsd:integer;
  dwc:endLongitude '45'^^xsd:integer;
  dwc:latitude '12.53'^^xsd:double;
  dwc:startLatitude '12.53'^^xsd:double;
  dwc:endLatitude '12.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((45 12.53, 45 12.53, 45 12.53, 45 12.53, 45 12.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_794'^^xsd:string;
  dwc:observationDate '2000-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.52 45.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.52"^^xsd:decimal ;
  dwc:decimalLongitude "45.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.52 45.06)"^^geo:wktLiteral ;
  geo-pos:lat "12.52"^^xsd:decimal ;
  geo-pos:long "45.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1248'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1248'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '45.06'^^xsd:double;
  dwc:startLongitude '45.06'^^xsd:double;
  dwc:endLongitude '45.06'^^xsd:double;
  dwc:latitude '12.52'^^xsd:double;
  dwc:startLatitude '12.52'^^xsd:double;
  dwc:endLatitude '12.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((45.06 12.52, 45.06 12.52, 45.06 12.52, 45.06 12.52, 45.06 12.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1248'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.63 45.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-31.63"^^xsd:decimal ;
  dwc:decimalLongitude "45.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-31.63 45.5)"^^geo:wktLiteral ;
  geo-pos:lat "-31.63"^^xsd:decimal ;
  geo-pos:long "45.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_652'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_652'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '45.5'^^xsd:double;
  dwc:startLongitude '45.5'^^xsd:double;
  dwc:endLongitude '45.5'^^xsd:double;
  dwc:latitude '-31.63'^^xsd:double;
  dwc:startLatitude '-31.63'^^xsd:double;
  dwc:endLatitude '-31.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((45.5 -31.63, 45.5 -31.63, 45.5 -31.63, 45.5 -31.63, 45.5 -31.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_652'^^xsd:string;
  dwc:observationDate '1973-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.78 45.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.78"^^xsd:decimal ;
  dwc:decimalLongitude "45.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.78 45.83)"^^geo:wktLiteral ;
  geo-pos:lat "12.78"^^xsd:decimal ;
  geo-pos:long "45.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1247'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1247'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:longitude '45.83'^^xsd:double;
  dwc:startLongitude '45.83'^^xsd:double;
  dwc:endLongitude '45.83'^^xsd:double;
  dwc:latitude '12.78'^^xsd:double;
  dwc:startLatitude '12.78'^^xsd:double;
  dwc:endLatitude '12.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((45.83 12.78, 45.83 12.78, 45.83 12.78, 45.83 12.78, 45.83 12.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1247'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.76 45.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.76"^^xsd:decimal ;
  dwc:decimalLongitude "45.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.76 45.98)"^^geo:wktLiteral ;
  geo-pos:lat "12.76"^^xsd:decimal ;
  geo-pos:long "45.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1026'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_1026'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:longitude '45.98'^^xsd:double;
  dwc:startLongitude '45.98'^^xsd:double;
  dwc:endLongitude '45.98'^^xsd:double;
  dwc:latitude '12.76'^^xsd:double;
  dwc:startLatitude '12.76'^^xsd:double;
  dwc:endLatitude '12.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((45.98 12.76, 45.98 12.76, 45.98 12.76, 45.98 12.76, 45.98 12.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1026'^^xsd:string;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.32 47.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.32"^^xsd:decimal ;
  dwc:decimalLongitude "47.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.32 47.57)"^^geo:wktLiteral ;
  geo-pos:lat "13.32"^^xsd:decimal ;
  geo-pos:long "47.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_996'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_996'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '47.57'^^xsd:double;
  dwc:startLongitude '47.57'^^xsd:double;
  dwc:endLongitude '47.57'^^xsd:double;
  dwc:latitude '13.32'^^xsd:double;
  dwc:startLatitude '13.32'^^xsd:double;
  dwc:endLatitude '13.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((47.57 13.32, 47.57 13.32, 47.57 13.32, 47.57 13.32, 47.57 13.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_996'^^xsd:string;
  dwc:observationDate '2001-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.33 47.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.33"^^xsd:decimal ;
  dwc:decimalLongitude "47.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.33 47.63)"^^geo:wktLiteral ;
  geo-pos:lat "13.33"^^xsd:decimal ;
  geo-pos:long "47.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_997'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_997'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '47.63'^^xsd:double;
  dwc:startLongitude '47.63'^^xsd:double;
  dwc:endLongitude '47.63'^^xsd:double;
  dwc:latitude '13.33'^^xsd:double;
  dwc:startLatitude '13.33'^^xsd:double;
  dwc:endLatitude '13.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((47.63 13.33, 47.63 13.33, 47.63 13.33, 47.63 13.33, 47.63 13.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_997'^^xsd:string;
  dwc:observationDate '2001-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.43 47.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.43"^^xsd:decimal ;
  dwc:decimalLongitude "47.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.43 47.86)"^^geo:wktLiteral ;
  geo-pos:lat "13.43"^^xsd:decimal ;
  geo-pos:long "47.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_998'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_998'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.6'^^xsd:double;
  dwc:longitude '47.86'^^xsd:double;
  dwc:startLongitude '47.86'^^xsd:double;
  dwc:endLongitude '47.86'^^xsd:double;
  dwc:latitude '13.43'^^xsd:double;
  dwc:startLatitude '13.43'^^xsd:double;
  dwc:endLatitude '13.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((47.86 13.43, 47.86 13.43, 47.86 13.43, 47.86 13.43, 47.86 13.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_998'^^xsd:string;
  dwc:observationDate '2001-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.49 48.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.49"^^xsd:decimal ;
  dwc:decimalLongitude "48.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.49 48.02)"^^geo:wktLiteral ;
  geo-pos:lat "13.49"^^xsd:decimal ;
  geo-pos:long "48.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_999'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_999'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:longitude '48.02'^^xsd:double;
  dwc:startLongitude '48.02'^^xsd:double;
  dwc:endLongitude '48.02'^^xsd:double;
  dwc:latitude '13.49'^^xsd:double;
  dwc:startLatitude '13.49'^^xsd:double;
  dwc:endLatitude '13.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.02 13.49, 48.02 13.49, 48.02 13.49, 48.02 13.49, 48.02 13.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_999'^^xsd:string;
  dwc:observationDate '2001-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.5 48.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.5"^^xsd:decimal ;
  dwc:decimalLongitude "48.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.5 48.16)"^^geo:wktLiteral ;
  geo-pos:lat "13.5"^^xsd:decimal ;
  geo-pos:long "48.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_721'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_721'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:longitude '48.16'^^xsd:double;
  dwc:startLongitude '48.16'^^xsd:double;
  dwc:endLongitude '48.16'^^xsd:double;
  dwc:latitude '13.5'^^xsd:double;
  dwc:startLatitude '13.5'^^xsd:double;
  dwc:endLatitude '13.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.16 13.5, 48.16 13.5, 48.16 13.5, 48.16 13.5, 48.16 13.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_721'^^xsd:string;
  dwc:observationDate '1999-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.54 48.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.54"^^xsd:decimal ;
  dwc:decimalLongitude "48.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.54 48.92)"^^geo:wktLiteral ;
  geo-pos:lat "13.54"^^xsd:decimal ;
  geo-pos:long "48.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1025'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '64_1025'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.783333333333'^^xsd:double;
  dwc:longitude '48.92'^^xsd:double;
  dwc:startLongitude '48.92'^^xsd:double;
  dwc:endLongitude '48.92'^^xsd:double;
  dwc:latitude '13.54'^^xsd:double;
  dwc:startLatitude '13.54'^^xsd:double;
  dwc:endLatitude '13.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((48.92 13.54, 48.92 13.54, 48.92 13.54, 48.92 13.54, 48.92 13.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_1025'^^xsd:string;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.23 49.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.23"^^xsd:decimal ;
  dwc:decimalLongitude "49.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.23 49.84)"^^geo:wktLiteral ;
  geo-pos:lat "14.23"^^xsd:decimal ;
  geo-pos:long "49.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_396'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_396'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:longitude '49.84'^^xsd:double;
  dwc:startLongitude '49.84'^^xsd:double;
  dwc:endLongitude '49.84'^^xsd:double;
  dwc:latitude '14.23'^^xsd:double;
  dwc:startLatitude '14.23'^^xsd:double;
  dwc:endLatitude '14.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((49.84 14.23, 49.84 14.23, 49.84 14.23, 49.84 14.23, 49.84 14.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_396'^^xsd:string;
  dwc:observationDate '1998-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.35 50.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.35"^^xsd:decimal ;
  dwc:decimalLongitude "50.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.35 50.07)"^^geo:wktLiteral ;
  geo-pos:lat "14.35"^^xsd:decimal ;
  geo-pos:long "50.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1255'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_1255'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:longitude '50.07'^^xsd:double;
  dwc:startLongitude '50.07'^^xsd:double;
  dwc:endLongitude '50.07'^^xsd:double;
  dwc:latitude '14.35'^^xsd:double;
  dwc:startLatitude '14.35'^^xsd:double;
  dwc:endLatitude '14.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((50.07 14.35, 50.07 14.35, 50.07 14.35, 50.07 14.35, 50.07 14.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Fin Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '64_1255'^^xsd:string;
  dwc:observationDate '2000-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3 50.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.3"^^xsd:decimal ;
  dwc:decimalLongitude "50.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.3 50.21)"^^geo:wktLiteral ;
  geo-pos:lat "14.3"^^xsd:decimal ;
  geo-pos:long "50.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_731'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_731'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:longitude '50.21'^^xsd:double;
  dwc:startLongitude '50.21'^^xsd:double;
  dwc:endLongitude '50.21'^^xsd:double;
  dwc:latitude '14.3'^^xsd:double;
  dwc:startLatitude '14.3'^^xsd:double;
  dwc:endLatitude '14.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((50.21 14.3, 50.21 14.3, 50.21 14.3, 50.21 14.3, 50.21 14.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_731'^^xsd:string;
  dwc:observationDate '2000-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.02 50.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.02"^^xsd:decimal ;
  dwc:decimalLongitude "50.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.02 50.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.02"^^xsd:decimal ;
  geo-pos:long "50.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_672'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_672'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:longitude '50.48'^^xsd:double;
  dwc:startLongitude '50.48'^^xsd:double;
  dwc:endLongitude '50.48'^^xsd:double;
  dwc:latitude '29.02'^^xsd:double;
  dwc:startLatitude '29.02'^^xsd:double;
  dwc:endLatitude '29.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((50.48 29.02, 50.48 29.02, 50.48 29.02, 50.48 29.02, 50.48 29.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_672'^^xsd:string;
  dwc:observationDate '1972-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.46 50.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.46"^^xsd:decimal ;
  dwc:decimalLongitude "50.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.46 50.53)"^^geo:wktLiteral ;
  geo-pos:lat "14.46"^^xsd:decimal ;
  geo-pos:long "50.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_283'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_283'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.45'^^xsd:double;
  dwc:longitude '50.53'^^xsd:double;
  dwc:startLongitude '50.53'^^xsd:double;
  dwc:endLongitude '50.53'^^xsd:double;
  dwc:latitude '14.46'^^xsd:double;
  dwc:startLatitude '14.46'^^xsd:double;
  dwc:endLatitude '14.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((50.53 14.46, 50.53 14.46, 50.53 14.46, 50.53 14.46, 50.53 14.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_283'^^xsd:string;
  dwc:observationDate '1996-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.33 50.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.33"^^xsd:decimal ;
  dwc:decimalLongitude "50.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.33 50.65)"^^geo:wktLiteral ;
  geo-pos:lat "27.33"^^xsd:decimal ;
  geo-pos:long "50.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_781'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_781'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:longitude '50.65'^^xsd:double;
  dwc:startLongitude '50.65'^^xsd:double;
  dwc:endLongitude '50.65'^^xsd:double;
  dwc:latitude '27.33'^^xsd:double;
  dwc:startLatitude '27.33'^^xsd:double;
  dwc:endLatitude '27.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((50.65 27.33, 50.65 27.33, 50.65 27.33, 50.65 27.33, 50.65 27.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_781'^^xsd:string;
  dwc:observationDate '2000-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4 50.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.4"^^xsd:decimal ;
  dwc:decimalLongitude "50.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.4 50.7)"^^geo:wktLiteral ;
  geo-pos:lat "14.4"^^xsd:decimal ;
  geo-pos:long "50.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_822'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_822'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:longitude '50.7'^^xsd:double;
  dwc:startLongitude '50.7'^^xsd:double;
  dwc:endLongitude '50.7'^^xsd:double;
  dwc:latitude '14.4'^^xsd:double;
  dwc:startLatitude '14.4'^^xsd:double;
  dwc:endLatitude '14.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((50.7 14.4, 50.7 14.4, 50.7 14.4, 50.7 14.4, 50.7 14.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_822'^^xsd:string;
  dwc:observationDate '2000-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.5 51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.5"^^xsd:decimal ;
  dwc:decimalLongitude "51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.5 51)"^^geo:wktLiteral ;
  geo-pos:lat "14.5"^^xsd:decimal ;
  geo-pos:long "51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_821'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_821'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:longitude '51'^^xsd:integer;
  dwc:startLongitude '51'^^xsd:integer;
  dwc:endLongitude '51'^^xsd:integer;
  dwc:latitude '14.5'^^xsd:double;
  dwc:startLatitude '14.5'^^xsd:double;
  dwc:endLatitude '14.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51 14.5, 51 14.5, 51 14.5, 51 14.5, 51 14.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_821'^^xsd:string;
  dwc:observationDate '2000-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5 51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.5"^^xsd:decimal ;
  dwc:decimalLongitude "51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.5 51)"^^geo:wktLiteral ;
  geo-pos:lat "26.5"^^xsd:decimal ;
  geo-pos:long "51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_370'^^xsd:string;
  dwc:scientificName 'Sousa chinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_370'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:longitude '51'^^xsd:integer;
  dwc:startLongitude '51'^^xsd:integer;
  dwc:endLongitude '51'^^xsd:integer;
  dwc:latitude '26.5'^^xsd:double;
  dwc:startLatitude '26.5'^^xsd:double;
  dwc:endLatitude '26.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51 26.5, 51 26.5, 51 26.5, 51 26.5, 51 26.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Indo-Pacific Hump-Backed Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '220226'^^xsd:integer;
  dwc:occurrenceId '64_370'^^xsd:string;
  dwc:observationDate '1998-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '220226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.58 51.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.58"^^xsd:decimal ;
  dwc:decimalLongitude "51.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.58 51.07)"^^geo:wktLiteral ;
  geo-pos:lat "14.58"^^xsd:decimal ;
  geo-pos:long "51.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_820'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_820'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.6666666666667'^^xsd:double;
  dwc:longitude '51.07'^^xsd:double;
  dwc:startLongitude '51.07'^^xsd:double;
  dwc:endLongitude '51.07'^^xsd:double;
  dwc:latitude '14.58'^^xsd:double;
  dwc:startLatitude '14.58'^^xsd:double;
  dwc:endLatitude '14.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.07 14.58, 51.07 14.58, 51.07 14.58, 51.07 14.58, 51.07 14.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_820'^^xsd:string;
  dwc:observationDate '2000-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.07 51.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.07"^^xsd:decimal ;
  dwc:decimalLongitude "51.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.07 51.08)"^^geo:wktLiteral ;
  geo-pos:lat "14.07"^^xsd:decimal ;
  geo-pos:long "51.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_857'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_857'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:longitude '51.08'^^xsd:double;
  dwc:startLongitude '51.08'^^xsd:double;
  dwc:endLongitude '51.08'^^xsd:double;
  dwc:latitude '14.07'^^xsd:double;
  dwc:startLatitude '14.07'^^xsd:double;
  dwc:endLatitude '14.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.08 14.07, 51.08 14.07, 51.08 14.07, 51.08 14.07, 51.08 14.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_857'^^xsd:string;
  dwc:observationDate '2001-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.81 51.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.81"^^xsd:decimal ;
  dwc:decimalLongitude "51.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.81 51.19)"^^geo:wktLiteral ;
  geo-pos:lat "14.81"^^xsd:decimal ;
  geo-pos:long "51.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1000'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1000'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:longitude '51.19'^^xsd:double;
  dwc:startLongitude '51.19'^^xsd:double;
  dwc:endLongitude '51.19'^^xsd:double;
  dwc:latitude '14.81'^^xsd:double;
  dwc:startLatitude '14.81'^^xsd:double;
  dwc:endLatitude '14.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.19 14.81, 51.19 14.81, 51.19 14.81, 51.19 14.81, 51.19 14.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_1000'^^xsd:string;
  dwc:observationDate '2001-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.84 51.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.84"^^xsd:decimal ;
  dwc:decimalLongitude "51.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.84 51.24)"^^geo:wktLiteral ;
  geo-pos:lat "14.84"^^xsd:decimal ;
  geo-pos:long "51.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1001'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1001'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:longitude '51.24'^^xsd:double;
  dwc:startLongitude '51.24'^^xsd:double;
  dwc:endLongitude '51.24'^^xsd:double;
  dwc:latitude '14.84'^^xsd:double;
  dwc:startLatitude '14.84'^^xsd:double;
  dwc:endLatitude '14.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.24 14.84, 51.24 14.84, 51.24 14.84, 51.24 14.84, 51.24 14.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_1001'^^xsd:string;
  dwc:observationDate '2001-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.41 51.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.41"^^xsd:decimal ;
  dwc:decimalLongitude "51.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.41 51.27)"^^geo:wktLiteral ;
  geo-pos:lat "14.41"^^xsd:decimal ;
  geo-pos:long "51.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1311'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1311'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.95'^^xsd:double;
  dwc:longitude '51.27'^^xsd:double;
  dwc:startLongitude '51.27'^^xsd:double;
  dwc:endLongitude '51.27'^^xsd:double;
  dwc:latitude '14.41'^^xsd:double;
  dwc:startLatitude '14.41'^^xsd:double;
  dwc:endLatitude '14.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.27 14.41, 51.27 14.41, 51.27 14.41, 51.27 14.41, 51.27 14.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_1311'^^xsd:string;
  dwc:observationDate '2001-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.78 51.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.78"^^xsd:decimal ;
  dwc:decimalLongitude "51.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.78 51.32)"^^geo:wktLiteral ;
  geo-pos:lat "14.78"^^xsd:decimal ;
  geo-pos:long "51.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1013'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1013'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:longitude '51.32'^^xsd:double;
  dwc:startLongitude '51.32'^^xsd:double;
  dwc:endLongitude '51.32'^^xsd:double;
  dwc:latitude '14.78'^^xsd:double;
  dwc:startLatitude '14.78'^^xsd:double;
  dwc:endLatitude '14.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.32 14.78, 51.32 14.78, 51.32 14.78, 51.32 14.78, 51.32 14.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1013'^^xsd:string;
  dwc:observationDate '2001-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.83 51.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.83"^^xsd:decimal ;
  dwc:decimalLongitude "51.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.83 51.33)"^^geo:wktLiteral ;
  geo-pos:lat "-7.83"^^xsd:decimal ;
  geo-pos:long "51.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_604'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_604'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^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 '14.5'^^xsd:double;
  dwc:longitude '51.33'^^xsd:double;
  dwc:startLongitude '51.33'^^xsd:double;
  dwc:endLongitude '51.33'^^xsd:double;
  dwc:latitude '-7.83'^^xsd:double;
  dwc:startLatitude '-7.83'^^xsd:double;
  dwc:endLatitude '-7.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.33 -7.83, 51.33 -7.83, 51.33 -7.83, 51.33 -7.83, 51.33 -7.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_604'^^xsd:string;
  dwc:observationDate '1970-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.81 51.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.81"^^xsd:decimal ;
  dwc:decimalLongitude "51.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.81 51.38)"^^geo:wktLiteral ;
  geo-pos:lat "14.81"^^xsd:decimal ;
  geo-pos:long "51.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1014'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1014'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:longitude '51.38'^^xsd:double;
  dwc:startLongitude '51.38'^^xsd:double;
  dwc:endLongitude '51.38'^^xsd:double;
  dwc:latitude '14.81'^^xsd:double;
  dwc:startLatitude '14.81'^^xsd:double;
  dwc:endLatitude '14.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.38 14.81, 51.38 14.81, 51.38 14.81, 51.38 14.81, 51.38 14.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1014'^^xsd:string;
  dwc:observationDate '2001-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.91 51.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.91"^^xsd:decimal ;
  dwc:decimalLongitude "51.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.91 51.41)"^^geo:wktLiteral ;
  geo-pos:lat "14.91"^^xsd:decimal ;
  geo-pos:long "51.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1002'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1002'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.3333333333333'^^xsd:double;
  dwc:longitude '51.41'^^xsd:double;
  dwc:startLongitude '51.41'^^xsd:double;
  dwc:endLongitude '51.41'^^xsd:double;
  dwc:latitude '14.91'^^xsd:double;
  dwc:startLatitude '14.91'^^xsd:double;
  dwc:endLatitude '14.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.41 14.91, 51.41 14.91, 51.41 14.91, 51.41 14.91, 51.41 14.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_1002'^^xsd:string;
  dwc:observationDate '2001-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.53 51.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.53"^^xsd:decimal ;
  dwc:decimalLongitude "51.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.53 51.53)"^^geo:wktLiteral ;
  geo-pos:lat "14.53"^^xsd:decimal ;
  geo-pos:long "51.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1312'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1312'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.283333333333'^^xsd:double;
  dwc:longitude '51.53'^^xsd:double;
  dwc:startLongitude '51.53'^^xsd:double;
  dwc:endLongitude '51.53'^^xsd:double;
  dwc:latitude '14.53'^^xsd:double;
  dwc:startLatitude '14.53'^^xsd:double;
  dwc:endLatitude '14.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.53 14.53, 51.53 14.53, 51.53 14.53, 51.53 14.53, 51.53 14.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1312'^^xsd:string;
  dwc:observationDate '2001-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.8 51.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.8"^^xsd:decimal ;
  dwc:decimalLongitude "51.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.8 51.6)"^^geo:wktLiteral ;
  geo-pos:lat "14.8"^^xsd:decimal ;
  geo-pos:long "51.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_819'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_819'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.6666666666667'^^xsd:double;
  dwc:longitude '51.6'^^xsd:double;
  dwc:startLongitude '51.6'^^xsd:double;
  dwc:endLongitude '51.6'^^xsd:double;
  dwc:latitude '14.8'^^xsd:double;
  dwc:startLatitude '14.8'^^xsd:double;
  dwc:endLatitude '14.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.6 14.8, 51.6 14.8, 51.6 14.8, 51.6 14.8, 51.6 14.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_819'^^xsd:string;
  dwc:observationDate '2000-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.99 51.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.99"^^xsd:decimal ;
  dwc:decimalLongitude "51.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.99 51.65)"^^geo:wktLiteral ;
  geo-pos:lat "14.99"^^xsd:decimal ;
  geo-pos:long "51.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1003'^^xsd:string;
  dwc:scientificName 'Stenella attenuata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1003'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '51.65'^^xsd:double;
  dwc:startLongitude '51.65'^^xsd:double;
  dwc:endLongitude '51.65'^^xsd:double;
  dwc:latitude '14.99'^^xsd:double;
  dwc:startLatitude '14.99'^^xsd:double;
  dwc:endLatitude '14.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.65 14.99, 51.65 14.99, 51.65 14.99, 51.65 14.99, 51.65 14.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pantropical Spotted Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137105'^^xsd:integer;
  dwc:occurrenceId '64_1003'^^xsd:string;
  dwc:observationDate '2001-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.84 51.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.84"^^xsd:decimal ;
  dwc:decimalLongitude "51.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.84 51.71)"^^geo:wktLiteral ;
  geo-pos:lat "14.84"^^xsd:decimal ;
  geo-pos:long "51.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_793'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_793'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:longitude '51.71'^^xsd:double;
  dwc:startLongitude '51.71'^^xsd:double;
  dwc:endLongitude '51.71'^^xsd:double;
  dwc:latitude '14.84'^^xsd:double;
  dwc:startLatitude '14.84'^^xsd:double;
  dwc:endLatitude '14.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.71 14.84, 51.71 14.84, 51.71 14.84, 51.71 14.84, 51.71 14.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_793'^^xsd:string;
  dwc:observationDate '2000-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.26 51.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.26"^^xsd:decimal ;
  dwc:decimalLongitude "51.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.26 51.8)"^^geo:wktLiteral ;
  geo-pos:lat "25.26"^^xsd:decimal ;
  geo-pos:long "51.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_777'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_777'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:longitude '51.8'^^xsd:double;
  dwc:startLongitude '51.8'^^xsd:double;
  dwc:endLongitude '51.8'^^xsd:double;
  dwc:latitude '25.26'^^xsd:double;
  dwc:startLatitude '25.26'^^xsd:double;
  dwc:endLatitude '25.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.8 25.26, 51.8 25.26, 51.8 25.26, 51.8 25.26, 51.8 25.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_777'^^xsd:string;
  dwc:observationDate '2000-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.13 51.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.13"^^xsd:decimal ;
  dwc:decimalLongitude "51.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.13 51.81)"^^geo:wktLiteral ;
  geo-pos:lat "15.13"^^xsd:decimal ;
  geo-pos:long "51.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_395'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_395'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '51.81'^^xsd:double;
  dwc:startLongitude '51.81'^^xsd:double;
  dwc:endLongitude '51.81'^^xsd:double;
  dwc:latitude '15.13'^^xsd:double;
  dwc:startLatitude '15.13'^^xsd:double;
  dwc:endLatitude '15.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((51.81 15.13, 51.81 15.13, 51.81 15.13, 51.81 15.13, 51.81 15.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_395'^^xsd:string;
  dwc:observationDate '1998-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.83 52.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.83"^^xsd:decimal ;
  dwc:decimalLongitude "52.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.83 52.29)"^^geo:wktLiteral ;
  geo-pos:lat "14.83"^^xsd:decimal ;
  geo-pos:long "52.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_358'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_358'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '52.29'^^xsd:double;
  dwc:startLongitude '52.29'^^xsd:double;
  dwc:endLongitude '52.29'^^xsd:double;
  dwc:latitude '14.83'^^xsd:double;
  dwc:startLatitude '14.83'^^xsd:double;
  dwc:endLatitude '14.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.29 14.83, 52.29 14.83, 52.29 14.83, 52.29 14.83, 52.29 14.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_358'^^xsd:string;
  dwc:observationDate '1998-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3 52.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.3"^^xsd:decimal ;
  dwc:decimalLongitude "52.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.3 52.31)"^^geo:wktLiteral ;
  geo-pos:lat "15.3"^^xsd:decimal ;
  geo-pos:long "52.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1024'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1024'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '52.31'^^xsd:double;
  dwc:startLongitude '52.31'^^xsd:double;
  dwc:endLongitude '52.31'^^xsd:double;
  dwc:latitude '15.3'^^xsd:double;
  dwc:startLatitude '15.3'^^xsd:double;
  dwc:endLatitude '15.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.31 15.3, 52.31 15.3, 52.31 15.3, 52.31 15.3, 52.31 15.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1024'^^xsd:string;
  dwc:observationDate '2001-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.91 52.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "14.91"^^xsd:decimal ;
  dwc:decimalLongitude "52.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (14.91 52.34)"^^geo:wktLiteral ;
  geo-pos:lat "14.91"^^xsd:decimal ;
  geo-pos:long "52.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_382'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_382'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:longitude '52.34'^^xsd:double;
  dwc:startLongitude '52.34'^^xsd:double;
  dwc:endLongitude '52.34'^^xsd:double;
  dwc:latitude '14.91'^^xsd:double;
  dwc:startLatitude '14.91'^^xsd:double;
  dwc:endLatitude '14.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.34 14.91, 52.34 14.91, 52.34 14.91, 52.34 14.91, 52.34 14.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_382'^^xsd:string;
  dwc:observationDate '1998-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.37 52.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.37"^^xsd:decimal ;
  dwc:decimalLongitude "52.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.37 52.37)"^^geo:wktLiteral ;
  geo-pos:lat "15.37"^^xsd:decimal ;
  geo-pos:long "52.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_304'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_304'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '52.37'^^xsd:double;
  dwc:startLongitude '52.37'^^xsd:double;
  dwc:endLongitude '52.37'^^xsd:double;
  dwc:latitude '15.37'^^xsd:double;
  dwc:startLatitude '15.37'^^xsd:double;
  dwc:endLatitude '15.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.37 15.37, 52.37 15.37, 52.37 15.37, 52.37 15.37, 52.37 15.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_304'^^xsd:string;
  dwc:observationDate '1997-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.19 52.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.19"^^xsd:decimal ;
  dwc:decimalLongitude "52.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.19 52.44)"^^geo:wktLiteral ;
  geo-pos:lat "15.19"^^xsd:decimal ;
  geo-pos:long "52.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_792'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_792'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:longitude '52.44'^^xsd:double;
  dwc:startLongitude '52.44'^^xsd:double;
  dwc:endLongitude '52.44'^^xsd:double;
  dwc:latitude '15.19'^^xsd:double;
  dwc:startLatitude '15.19'^^xsd:double;
  dwc:endLatitude '15.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.44 15.19, 52.44 15.19, 52.44 15.19, 52.44 15.19, 52.44 15.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_792'^^xsd:string;
  dwc:observationDate '2000-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.69 52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.69"^^xsd:decimal ;
  dwc:decimalLongitude "52.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.69 52.8)"^^geo:wktLiteral ;
  geo-pos:lat "15.69"^^xsd:decimal ;
  geo-pos:long "52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1023'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1023'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^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 '52.8'^^xsd:double;
  dwc:startLongitude '52.8'^^xsd:double;
  dwc:endLongitude '52.8'^^xsd:double;
  dwc:latitude '15.69'^^xsd:double;
  dwc:startLatitude '15.69'^^xsd:double;
  dwc:endLatitude '15.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.8 15.69, 52.8 15.69, 52.8 15.69, 52.8 15.69, 52.8 15.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1023'^^xsd:string;
  dwc:observationDate '2001-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.26 52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.26"^^xsd:decimal ;
  dwc:decimalLongitude "52.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.26 52.8)"^^geo:wktLiteral ;
  geo-pos:lat "25.26"^^xsd:decimal ;
  geo-pos:long "52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_778'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_778'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:longitude '52.8'^^xsd:double;
  dwc:startLongitude '52.8'^^xsd:double;
  dwc:endLongitude '52.8'^^xsd:double;
  dwc:latitude '25.26'^^xsd:double;
  dwc:startLatitude '25.26'^^xsd:double;
  dwc:endLatitude '25.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.8 25.26, 52.8 25.26, 52.8 25.26, 52.8 25.26, 52.8 25.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_778'^^xsd:string;
  dwc:observationDate '2000-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.95 52.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.95"^^xsd:decimal ;
  dwc:decimalLongitude "52.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.95 52.93)"^^geo:wktLiteral ;
  geo-pos:lat "5.95"^^xsd:decimal ;
  geo-pos:long "52.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1254'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1254'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '52.93'^^xsd:double;
  dwc:startLongitude '52.93'^^xsd:double;
  dwc:endLongitude '52.93'^^xsd:double;
  dwc:latitude '5.95'^^xsd:double;
  dwc:startLatitude '5.95'^^xsd:double;
  dwc:endLatitude '5.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.93 5.95, 52.93 5.95, 52.93 5.95, 52.93 5.95, 52.93 5.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1254'^^xsd:string;
  dwc:observationDate '2000-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.22 52.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.22"^^xsd:decimal ;
  dwc:decimalLongitude "52.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.22 52.95)"^^geo:wktLiteral ;
  geo-pos:lat "15.22"^^xsd:decimal ;
  geo-pos:long "52.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_213'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_213'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:longitude '52.95'^^xsd:double;
  dwc:startLongitude '52.95'^^xsd:double;
  dwc:endLongitude '52.95'^^xsd:double;
  dwc:latitude '15.22'^^xsd:double;
  dwc:startLatitude '15.22'^^xsd:double;
  dwc:endLatitude '15.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((52.95 15.22, 52.95 15.22, 52.95 15.22, 52.95 15.22, 52.95 15.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_213'^^xsd:string;
  dwc:observationDate '1995-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.82 53.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "15.82"^^xsd:decimal ;
  dwc:decimalLongitude "53.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (15.82 53.05)"^^geo:wktLiteral ;
  geo-pos:lat "15.82"^^xsd:decimal ;
  geo-pos:long "53.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_394'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_394'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:longitude '53.05'^^xsd:double;
  dwc:startLongitude '53.05'^^xsd:double;
  dwc:endLongitude '53.05'^^xsd:double;
  dwc:latitude '15.82'^^xsd:double;
  dwc:startLatitude '15.82'^^xsd:double;
  dwc:endLatitude '15.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.05 15.82, 53.05 15.82, 53.05 15.82, 53.05 15.82, 53.05 15.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_394'^^xsd:string;
  dwc:observationDate '1998-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.16 53.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.16"^^xsd:decimal ;
  dwc:decimalLongitude "53.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.16 53.29)"^^geo:wktLiteral ;
  geo-pos:lat "16.16"^^xsd:decimal ;
  geo-pos:long "53.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1022'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1022'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^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 '53.29'^^xsd:double;
  dwc:startLongitude '53.29'^^xsd:double;
  dwc:endLongitude '53.29'^^xsd:double;
  dwc:latitude '16.16'^^xsd:double;
  dwc:startLatitude '16.16'^^xsd:double;
  dwc:endLatitude '16.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.29 16.16, 53.29 16.16, 53.29 16.16, 53.29 16.16, 53.29 16.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1022'^^xsd:string;
  dwc:observationDate '2001-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.04 53.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.04"^^xsd:decimal ;
  dwc:decimalLongitude "53.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.04 53.35)"^^geo:wktLiteral ;
  geo-pos:lat "25.04"^^xsd:decimal ;
  geo-pos:long "53.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_782'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_782'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:longitude '53.35'^^xsd:double;
  dwc:startLongitude '53.35'^^xsd:double;
  dwc:endLongitude '53.35'^^xsd:double;
  dwc:latitude '25.04'^^xsd:double;
  dwc:startLatitude '25.04'^^xsd:double;
  dwc:endLatitude '25.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.35 25.04, 53.35 25.04, 53.35 25.04, 53.35 25.04, 53.35 25.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_782'^^xsd:string;
  dwc:observationDate '2000-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.05 53.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.05"^^xsd:decimal ;
  dwc:decimalLongitude "53.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.05 53.36)"^^geo:wktLiteral ;
  geo-pos:lat "25.05"^^xsd:decimal ;
  geo-pos:long "53.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_783'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_783'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:longitude '53.36'^^xsd:double;
  dwc:startLongitude '53.36'^^xsd:double;
  dwc:endLongitude '53.36'^^xsd:double;
  dwc:latitude '25.05'^^xsd:double;
  dwc:startLatitude '25.05'^^xsd:double;
  dwc:endLatitude '25.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.36 25.05, 53.36 25.05, 53.36 25.05, 53.36 25.05, 53.36 25.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_783'^^xsd:string;
  dwc:observationDate '2000-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.17 53.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.17"^^xsd:decimal ;
  dwc:decimalLongitude "53.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.17 53.5)"^^geo:wktLiteral ;
  geo-pos:lat "25.17"^^xsd:decimal ;
  geo-pos:long "53.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_784'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_784'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:longitude '53.5'^^xsd:double;
  dwc:startLongitude '53.5'^^xsd:double;
  dwc:endLongitude '53.5'^^xsd:double;
  dwc:latitude '25.17'^^xsd:double;
  dwc:startLatitude '25.17'^^xsd:double;
  dwc:endLatitude '25.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.5 25.17, 53.5 25.17, 53.5 25.17, 53.5 25.17, 53.5 25.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_784'^^xsd:string;
  dwc:observationDate '2000-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.18 53.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.18"^^xsd:decimal ;
  dwc:decimalLongitude "53.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.18 53.63)"^^geo:wktLiteral ;
  geo-pos:lat "25.18"^^xsd:decimal ;
  geo-pos:long "53.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_785'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_785'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '53.63'^^xsd:double;
  dwc:startLongitude '53.63'^^xsd:double;
  dwc:endLongitude '53.63'^^xsd:double;
  dwc:latitude '25.18'^^xsd:double;
  dwc:startLatitude '25.18'^^xsd:double;
  dwc:endLatitude '25.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.63 25.18, 53.63 25.18, 53.63 25.18, 53.63 25.18, 53.63 25.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_785'^^xsd:string;
  dwc:observationDate '2000-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.38 53.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.38"^^xsd:decimal ;
  dwc:decimalLongitude "53.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.38 53.73)"^^geo:wktLiteral ;
  geo-pos:lat "26.38"^^xsd:decimal ;
  geo-pos:long "53.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_815'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '64_815'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:longitude '53.73'^^xsd:double;
  dwc:startLongitude '53.73'^^xsd:double;
  dwc:endLongitude '53.73'^^xsd:double;
  dwc:latitude '26.38'^^xsd:double;
  dwc:startLatitude '26.38'^^xsd:double;
  dwc:endLatitude '26.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.73 26.38, 53.73 26.38, 53.73 26.38, 53.73 26.38, 53.73 26.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_815'^^xsd:string;
  dwc:observationDate '2000-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.27 53.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.27"^^xsd:decimal ;
  dwc:decimalLongitude "53.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.27 53.81)"^^geo:wktLiteral ;
  geo-pos:lat "25.27"^^xsd:decimal ;
  geo-pos:long "53.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_310'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_310'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:longitude '53.81'^^xsd:double;
  dwc:startLongitude '53.81'^^xsd:double;
  dwc:endLongitude '53.81'^^xsd:double;
  dwc:latitude '25.27'^^xsd:double;
  dwc:startLatitude '25.27'^^xsd:double;
  dwc:endLatitude '25.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((53.81 25.27, 53.81 25.27, 53.81 25.27, 53.81 25.27, 53.81 25.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_310'^^xsd:string;
  dwc:observationDate '1997-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.58 54.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.58"^^xsd:decimal ;
  dwc:decimalLongitude "54.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.58 54.02)"^^geo:wktLiteral ;
  geo-pos:lat "16.58"^^xsd:decimal ;
  geo-pos:long "54.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1322'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1322'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '54.02'^^xsd:double;
  dwc:startLongitude '54.02'^^xsd:double;
  dwc:endLongitude '54.02'^^xsd:double;
  dwc:latitude '16.58'^^xsd:double;
  dwc:startLatitude '16.58'^^xsd:double;
  dwc:endLatitude '16.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.02 16.58, 54.02 16.58, 54.02 16.58, 54.02 16.58, 54.02 16.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_1322'^^xsd:string;
  dwc:observationDate '2002-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.95"^^xsd:decimal ;
  dwc:decimalLongitude "54.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  geo-pos:lat "16.95"^^xsd:decimal ;
  geo-pos:long "54.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1328'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1328'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '54.02'^^xsd:double;
  dwc:startLongitude '54.02'^^xsd:double;
  dwc:endLongitude '54.02'^^xsd:double;
  dwc:latitude '16.95'^^xsd:double;
  dwc:startLatitude '16.95'^^xsd:double;
  dwc:endLatitude '16.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1328'^^xsd:string;
  dwc:observationDate '2002-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.95"^^xsd:decimal ;
  dwc:decimalLongitude "54.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  geo-pos:lat "16.95"^^xsd:decimal ;
  geo-pos:long "54.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1329'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1329'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:longitude '54.02'^^xsd:double;
  dwc:startLongitude '54.02'^^xsd:double;
  dwc:endLongitude '54.02'^^xsd:double;
  dwc:latitude '16.95'^^xsd:double;
  dwc:startLatitude '16.95'^^xsd:double;
  dwc:endLatitude '16.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1329'^^xsd:string;
  dwc:observationDate '2002-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.95"^^xsd:decimal ;
  dwc:decimalLongitude "54.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  geo-pos:lat "16.95"^^xsd:decimal ;
  geo-pos:long "54.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1331'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_1331'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '54.02'^^xsd:double;
  dwc:startLongitude '54.02'^^xsd:double;
  dwc:endLongitude '54.02'^^xsd:double;
  dwc:latitude '16.95'^^xsd:double;
  dwc:startLatitude '16.95'^^xsd:double;
  dwc:endLatitude '16.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1331'^^xsd:string;
  dwc:observationDate '2002-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.95"^^xsd:decimal ;
  dwc:decimalLongitude "54.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.02)"^^geo:wktLiteral ;
  geo-pos:lat "16.95"^^xsd:decimal ;
  geo-pos:long "54.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1330'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1330'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '54.02'^^xsd:double;
  dwc:startLongitude '54.02'^^xsd:double;
  dwc:endLongitude '54.02'^^xsd:double;
  dwc:latitude '16.95'^^xsd:double;
  dwc:startLatitude '16.95'^^xsd:double;
  dwc:endLatitude '16.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95, 54.02 16.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1330'^^xsd:string;
  dwc:observationDate '2002-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.93 54.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.93"^^xsd:decimal ;
  dwc:decimalLongitude "54.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.93 54.05)"^^geo:wktLiteral ;
  geo-pos:lat "16.93"^^xsd:decimal ;
  geo-pos:long "54.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1324'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_1324'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:longitude '54.05'^^xsd:double;
  dwc:startLongitude '54.05'^^xsd:double;
  dwc:endLongitude '54.05'^^xsd:double;
  dwc:latitude '16.93'^^xsd:double;
  dwc:startLatitude '16.93'^^xsd:double;
  dwc:endLatitude '16.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.05 16.93, 54.05 16.93, 54.05 16.93, 54.05 16.93, 54.05 16.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1324'^^xsd:string;
  dwc:observationDate '2002-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.95"^^xsd:decimal ;
  dwc:decimalLongitude "54.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.95 54.07)"^^geo:wktLiteral ;
  geo-pos:lat "16.95"^^xsd:decimal ;
  geo-pos:long "54.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1327'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1327'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:longitude '54.07'^^xsd:double;
  dwc:startLongitude '54.07'^^xsd:double;
  dwc:endLongitude '54.07'^^xsd:double;
  dwc:latitude '16.95'^^xsd:double;
  dwc:startLatitude '16.95'^^xsd:double;
  dwc:endLatitude '16.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.07 16.95, 54.07 16.95, 54.07 16.95, 54.07 16.95, 54.07 16.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1327'^^xsd:string;
  dwc:observationDate '2002-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.86 54.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.86"^^xsd:decimal ;
  dwc:decimalLongitude "54.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.86 54.29)"^^geo:wktLiteral ;
  geo-pos:lat "16.86"^^xsd:decimal ;
  geo-pos:long "54.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1323'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1323'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:longitude '54.29'^^xsd:double;
  dwc:startLongitude '54.29'^^xsd:double;
  dwc:endLongitude '54.29'^^xsd:double;
  dwc:latitude '16.86'^^xsd:double;
  dwc:startLatitude '16.86'^^xsd:double;
  dwc:endLatitude '16.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.29 16.86, 54.29 16.86, 54.29 16.86, 54.29 16.86, 54.29 16.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1323'^^xsd:string;
  dwc:observationDate '2002-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 54.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16"^^xsd:decimal ;
  dwc:decimalLongitude "54.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16 54.33)"^^geo:wktLiteral ;
  geo-pos:lat "16"^^xsd:decimal ;
  geo-pos:long "54.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1313'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1313'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:longitude '54.33'^^xsd:double;
  dwc:startLongitude '54.33'^^xsd:double;
  dwc:endLongitude '54.33'^^xsd:double;
  dwc:latitude '16'^^xsd:integer;
  dwc:startLatitude '16'^^xsd:integer;
  dwc:endLatitude '16'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((54.33 16, 54.33 16, 54.33 16, 54.33 16, 54.33 16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1313'^^xsd:string;
  dwc:observationDate '2002-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 54.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.59"^^xsd:decimal ;
  dwc:decimalLongitude "54.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 54.41)"^^geo:wktLiteral ;
  geo-pos:lat "1.59"^^xsd:decimal ;
  geo-pos:long "54.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_717'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_717'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '54.41'^^xsd:double;
  dwc:startLongitude '54.41'^^xsd:double;
  dwc:endLongitude '54.41'^^xsd:double;
  dwc:latitude '1.59'^^xsd:double;
  dwc:startLatitude '1.59'^^xsd:double;
  dwc:endLatitude '1.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.41 1.59, 54.41 1.59, 54.41 1.59, 54.41 1.59, 54.41 1.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_717'^^xsd:string;
  dwc:observationDate '1999-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.82 54.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.82"^^xsd:decimal ;
  dwc:decimalLongitude "54.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.82 54.6)"^^geo:wktLiteral ;
  geo-pos:lat "16.82"^^xsd:decimal ;
  geo-pos:long "54.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1318'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1318'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.3'^^xsd:double;
  dwc:longitude '54.6'^^xsd:double;
  dwc:startLongitude '54.6'^^xsd:double;
  dwc:endLongitude '54.6'^^xsd:double;
  dwc:latitude '16.82'^^xsd:double;
  dwc:startLatitude '16.82'^^xsd:double;
  dwc:endLatitude '16.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.6 16.82, 54.6 16.82, 54.6 16.82, 54.6 16.82, 54.6 16.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1318'^^xsd:string;
  dwc:observationDate '2002-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.15 54.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.15"^^xsd:decimal ;
  dwc:decimalLongitude "54.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.15 54.63)"^^geo:wktLiteral ;
  geo-pos:lat "26.15"^^xsd:decimal ;
  geo-pos:long "54.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_371'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_371'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '54.63'^^xsd:double;
  dwc:startLongitude '54.63'^^xsd:double;
  dwc:endLongitude '54.63'^^xsd:double;
  dwc:latitude '26.15'^^xsd:double;
  dwc:startLatitude '26.15'^^xsd:double;
  dwc:endLatitude '26.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.63 26.15, 54.63 26.15, 54.63 26.15, 54.63 26.15, 54.63 26.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_371'^^xsd:string;
  dwc:observationDate '1998-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.15 54.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.15"^^xsd:decimal ;
  dwc:decimalLongitude "54.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.15 54.63)"^^geo:wktLiteral ;
  geo-pos:lat "26.15"^^xsd:decimal ;
  geo-pos:long "54.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_373'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_373'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '54.63'^^xsd:double;
  dwc:startLongitude '54.63'^^xsd:double;
  dwc:endLongitude '54.63'^^xsd:double;
  dwc:latitude '26.15'^^xsd:double;
  dwc:startLatitude '26.15'^^xsd:double;
  dwc:endLatitude '26.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.63 26.15, 54.63 26.15, 54.63 26.15, 54.63 26.15, 54.63 26.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_373'^^xsd:string;
  dwc:observationDate '1998-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.85 54.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.85"^^xsd:decimal ;
  dwc:decimalLongitude "54.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.85 54.78)"^^geo:wktLiteral ;
  geo-pos:lat "16.85"^^xsd:decimal ;
  geo-pos:long "54.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_767'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_767'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:longitude '54.78'^^xsd:double;
  dwc:startLongitude '54.78'^^xsd:double;
  dwc:endLongitude '54.78'^^xsd:double;
  dwc:latitude '16.85'^^xsd:double;
  dwc:startLatitude '16.85'^^xsd:double;
  dwc:endLatitude '16.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.78 16.85, 54.78 16.85, 54.78 16.85, 54.78 16.85, 54.78 16.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_767'^^xsd:string;
  dwc:observationDate '2000-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.22 54.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.22"^^xsd:decimal ;
  dwc:decimalLongitude "54.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.22 54.8)"^^geo:wktLiteral ;
  geo-pos:lat "25.22"^^xsd:decimal ;
  geo-pos:long "54.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_779'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_779'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '54.8'^^xsd:double;
  dwc:startLongitude '54.8'^^xsd:double;
  dwc:endLongitude '54.8'^^xsd:double;
  dwc:latitude '25.22'^^xsd:double;
  dwc:startLatitude '25.22'^^xsd:double;
  dwc:endLatitude '25.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.8 25.22, 54.8 25.22, 54.8 25.22, 54.8 25.22, 54.8 25.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_779'^^xsd:string;
  dwc:observationDate '2000-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.85 54.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.85"^^xsd:decimal ;
  dwc:decimalLongitude "54.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.85 54.81)"^^geo:wktLiteral ;
  geo-pos:lat "16.85"^^xsd:decimal ;
  geo-pos:long "54.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_732'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_732'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.3'^^xsd:double;
  dwc:longitude '54.81'^^xsd:double;
  dwc:startLongitude '54.81'^^xsd:double;
  dwc:endLongitude '54.81'^^xsd:double;
  dwc:latitude '16.85'^^xsd:double;
  dwc:startLatitude '16.85'^^xsd:double;
  dwc:endLatitude '16.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.81 16.85, 54.81 16.85, 54.81 16.85, 54.81 16.85, 54.81 16.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_732'^^xsd:string;
  dwc:observationDate '2000-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.25 54.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.25"^^xsd:decimal ;
  dwc:decimalLongitude "54.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.25 54.81)"^^geo:wktLiteral ;
  geo-pos:lat "25.25"^^xsd:decimal ;
  geo-pos:long "54.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_780'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_780'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:longitude '54.81'^^xsd:double;
  dwc:startLongitude '54.81'^^xsd:double;
  dwc:endLongitude '54.81'^^xsd:double;
  dwc:latitude '25.25'^^xsd:double;
  dwc:startLatitude '25.25'^^xsd:double;
  dwc:endLatitude '25.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((54.81 25.25, 54.81 25.25, 54.81 25.25, 54.81 25.25, 54.81 25.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_780'^^xsd:string;
  dwc:observationDate '2000-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.22 55.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.22"^^xsd:decimal ;
  dwc:decimalLongitude "55.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.22 55.03)"^^geo:wktLiteral ;
  geo-pos:lat "16.22"^^xsd:decimal ;
  geo-pos:long "55.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_818'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_818'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:longitude '55.03'^^xsd:double;
  dwc:startLongitude '55.03'^^xsd:double;
  dwc:endLongitude '55.03'^^xsd:double;
  dwc:latitude '16.22'^^xsd:double;
  dwc:startLatitude '16.22'^^xsd:double;
  dwc:endLatitude '16.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.03 16.22, 55.03 16.22, 55.03 16.22, 55.03 16.22, 55.03 16.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_818'^^xsd:string;
  dwc:observationDate '2000-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.23 55.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.23"^^xsd:decimal ;
  dwc:decimalLongitude "55.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.23 55.03)"^^geo:wktLiteral ;
  geo-pos:lat "16.23"^^xsd:decimal ;
  geo-pos:long "55.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_817'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_817'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:longitude '55.03'^^xsd:double;
  dwc:startLongitude '55.03'^^xsd:double;
  dwc:endLongitude '55.03'^^xsd:double;
  dwc:latitude '16.23'^^xsd:double;
  dwc:startLatitude '16.23'^^xsd:double;
  dwc:endLatitude '16.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.03 16.23, 55.03 16.23, 55.03 16.23, 55.03 16.23, 55.03 16.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_817'^^xsd:string;
  dwc:observationDate '2000-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1 55.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.1"^^xsd:decimal ;
  dwc:decimalLongitude "55.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.1 55.27)"^^geo:wktLiteral ;
  geo-pos:lat "-5.1"^^xsd:decimal ;
  geo-pos:long "55.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_608'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_608'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '55.27'^^xsd:double;
  dwc:startLongitude '55.27'^^xsd:double;
  dwc:endLongitude '55.27'^^xsd:double;
  dwc:latitude '-5.1'^^xsd:double;
  dwc:startLatitude '-5.1'^^xsd:double;
  dwc:endLatitude '-5.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.27 -5.1, 55.27 -5.1, 55.27 -5.1, 55.27 -5.1, 55.27 -5.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_608'^^xsd:string;
  dwc:observationDate '1970-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.5 55.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.5"^^xsd:decimal ;
  dwc:decimalLongitude "55.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.5 55.3)"^^geo:wktLiteral ;
  geo-pos:lat "16.5"^^xsd:decimal ;
  geo-pos:long "55.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_816'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_816'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '55.3'^^xsd:double;
  dwc:startLongitude '55.3'^^xsd:double;
  dwc:endLongitude '55.3'^^xsd:double;
  dwc:latitude '16.5'^^xsd:double;
  dwc:startLatitude '16.5'^^xsd:double;
  dwc:endLatitude '16.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.3 16.5, 55.3 16.5, 55.3 16.5, 55.3 16.5, 55.3 16.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_816'^^xsd:string;
  dwc:observationDate '2000-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.64 55.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.64"^^xsd:decimal ;
  dwc:decimalLongitude "55.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.64 55.34)"^^geo:wktLiteral ;
  geo-pos:lat "16.64"^^xsd:decimal ;
  geo-pos:long "55.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1016'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_1016'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:longitude '55.34'^^xsd:double;
  dwc:startLongitude '55.34'^^xsd:double;
  dwc:endLongitude '55.34'^^xsd:double;
  dwc:latitude '16.64'^^xsd:double;
  dwc:startLatitude '16.64'^^xsd:double;
  dwc:endLatitude '16.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.34 16.64, 55.34 16.64, 55.34 16.64, 55.34 16.64, 55.34 16.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1016'^^xsd:string;
  dwc:observationDate '2001-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.58 55.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-28.58"^^xsd:decimal ;
  dwc:decimalLongitude "55.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-28.58 55.67)"^^geo:wktLiteral ;
  geo-pos:lat "-28.58"^^xsd:decimal ;
  geo-pos:long "55.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_651'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_651'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '55.67'^^xsd:double;
  dwc:startLongitude '55.67'^^xsd:double;
  dwc:endLongitude '55.67'^^xsd:double;
  dwc:latitude '-28.58'^^xsd:double;
  dwc:startLatitude '-28.58'^^xsd:double;
  dwc:endLatitude '-28.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.67 -28.58, 55.67 -28.58, 55.67 -28.58, 55.67 -28.58, 55.67 -28.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_651'^^xsd:string;
  dwc:observationDate '1973-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17 55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17"^^xsd:decimal ;
  dwc:decimalLongitude "55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17 55.7)"^^geo:wktLiteral ;
  geo-pos:lat "17"^^xsd:decimal ;
  geo-pos:long "55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1314'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1314'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:longitude '55.7'^^xsd:double;
  dwc:startLongitude '55.7'^^xsd:double;
  dwc:endLongitude '55.7'^^xsd:double;
  dwc:latitude '17'^^xsd:integer;
  dwc:startLatitude '17'^^xsd:integer;
  dwc:endLatitude '17'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((55.7 17, 55.7 17, 55.7 17, 55.7 17, 55.7 17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1314'^^xsd:string;
  dwc:observationDate '2002-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.02 55.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.02"^^xsd:decimal ;
  dwc:decimalLongitude "55.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.02 55.87)"^^geo:wktLiteral ;
  geo-pos:lat "26.02"^^xsd:decimal ;
  geo-pos:long "55.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_786'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_786'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.6333333333333'^^xsd:double;
  dwc:longitude '55.87'^^xsd:double;
  dwc:startLongitude '55.87'^^xsd:double;
  dwc:endLongitude '55.87'^^xsd:double;
  dwc:latitude '26.02'^^xsd:double;
  dwc:startLatitude '26.02'^^xsd:double;
  dwc:endLatitude '26.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.87 26.02, 55.87 26.02, 55.87 26.02, 55.87 26.02, 55.87 26.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_786'^^xsd:string;
  dwc:observationDate '2000-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.71 55.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.71"^^xsd:decimal ;
  dwc:decimalLongitude "55.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.71 55.98)"^^geo:wktLiteral ;
  geo-pos:lat "6.71"^^xsd:decimal ;
  geo-pos:long "55.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_718'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_718'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.1'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '55.98'^^xsd:double;
  dwc:startLongitude '55.98'^^xsd:double;
  dwc:endLongitude '55.98'^^xsd:double;
  dwc:latitude '6.71'^^xsd:double;
  dwc:startLatitude '6.71'^^xsd:double;
  dwc:endLatitude '6.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((55.98 6.71, 55.98 6.71, 55.98 6.71, 55.98 6.71, 55.98 6.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_718'^^xsd:string;
  dwc:observationDate '1999-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.23 56.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.23"^^xsd:decimal ;
  dwc:decimalLongitude "56.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.23 56.23)"^^geo:wktLiteral ;
  geo-pos:lat "17.23"^^xsd:decimal ;
  geo-pos:long "56.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1316'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1316'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:longitude '56.23'^^xsd:double;
  dwc:startLongitude '56.23'^^xsd:double;
  dwc:endLongitude '56.23'^^xsd:double;
  dwc:latitude '17.23'^^xsd:double;
  dwc:startLatitude '17.23'^^xsd:double;
  dwc:endLatitude '17.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.23 17.23, 56.23 17.23, 56.23 17.23, 56.23 17.23, 56.23 17.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1316'^^xsd:string;
  dwc:observationDate '2002-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.44 56.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.44"^^xsd:decimal ;
  dwc:decimalLongitude "56.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.44 56.3)"^^geo:wktLiteral ;
  geo-pos:lat "26.44"^^xsd:decimal ;
  geo-pos:long "56.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_311'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_311'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:longitude '56.3'^^xsd:double;
  dwc:startLongitude '56.3'^^xsd:double;
  dwc:endLongitude '56.3'^^xsd:double;
  dwc:latitude '26.44'^^xsd:double;
  dwc:startLatitude '26.44'^^xsd:double;
  dwc:endLatitude '26.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.3 26.44, 56.3 26.44, 56.3 26.44, 56.3 26.44, 56.3 26.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_311'^^xsd:string;
  dwc:observationDate '1996-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.33 56.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.33"^^xsd:decimal ;
  dwc:decimalLongitude "56.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.33 56.32)"^^geo:wktLiteral ;
  geo-pos:lat "17.33"^^xsd:decimal ;
  geo-pos:long "56.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1315'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1315'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:longitude '56.32'^^xsd:double;
  dwc:startLongitude '56.32'^^xsd:double;
  dwc:endLongitude '56.32'^^xsd:double;
  dwc:latitude '17.33'^^xsd:double;
  dwc:startLatitude '17.33'^^xsd:double;
  dwc:endLatitude '17.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.32 17.33, 56.32 17.33, 56.32 17.33, 56.32 17.33, 56.32 17.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1315'^^xsd:string;
  dwc:observationDate '2002-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.19 56.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.19"^^xsd:decimal ;
  dwc:decimalLongitude "56.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.19 56.33)"^^geo:wktLiteral ;
  geo-pos:lat "26.19"^^xsd:decimal ;
  geo-pos:long "56.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_390'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_390'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '56.33'^^xsd:double;
  dwc:startLongitude '56.33'^^xsd:double;
  dwc:endLongitude '56.33'^^xsd:double;
  dwc:latitude '26.19'^^xsd:double;
  dwc:startLatitude '26.19'^^xsd:double;
  dwc:endLatitude '26.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.33 26.19, 56.33 26.19, 56.33 26.19, 56.33 26.19, 56.33 26.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_390'^^xsd:string;
  dwc:observationDate '1998-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.14 56.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.14"^^xsd:decimal ;
  dwc:decimalLongitude "56.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.14 56.37)"^^geo:wktLiteral ;
  geo-pos:lat "26.14"^^xsd:decimal ;
  geo-pos:long "56.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_312'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_312'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:longitude '56.37'^^xsd:double;
  dwc:startLongitude '56.37'^^xsd:double;
  dwc:endLongitude '56.37'^^xsd:double;
  dwc:latitude '26.14'^^xsd:double;
  dwc:startLatitude '26.14'^^xsd:double;
  dwc:endLatitude '26.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.37 26.14, 56.37 26.14, 56.37 26.14, 56.37 26.14, 56.37 26.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_312'^^xsd:string;
  dwc:observationDate '1997-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.24 56.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.24"^^xsd:decimal ;
  dwc:decimalLongitude "56.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.24 56.48)"^^geo:wktLiteral ;
  geo-pos:lat "17.24"^^xsd:decimal ;
  geo-pos:long "56.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_303'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_303'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.25'^^xsd:double;
  dwc:longitude '56.48'^^xsd:double;
  dwc:startLongitude '56.48'^^xsd:double;
  dwc:endLongitude '56.48'^^xsd:double;
  dwc:latitude '17.24'^^xsd:double;
  dwc:startLatitude '17.24'^^xsd:double;
  dwc:endLatitude '17.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.48 17.24, 56.48 17.24, 56.48 17.24, 56.48 17.24, 56.48 17.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_303'^^xsd:string;
  dwc:observationDate '1997-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.28 56.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.28"^^xsd:decimal ;
  dwc:decimalLongitude "56.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.28 56.49)"^^geo:wktLiteral ;
  geo-pos:lat "17.28"^^xsd:decimal ;
  geo-pos:long "56.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_393'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_393'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '7.6666666666667'^^xsd:double;
  dwc:longitude '56.49'^^xsd:double;
  dwc:startLongitude '56.49'^^xsd:double;
  dwc:endLongitude '56.49'^^xsd:double;
  dwc:latitude '17.28'^^xsd:double;
  dwc:startLatitude '17.28'^^xsd:double;
  dwc:endLatitude '17.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.49 17.28, 56.49 17.28, 56.49 17.28, 56.49 17.28, 56.49 17.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_393'^^xsd:string;
  dwc:observationDate '1998-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.08 56.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.08"^^xsd:decimal ;
  dwc:decimalLongitude "56.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.08 56.5)"^^geo:wktLiteral ;
  geo-pos:lat "17.08"^^xsd:decimal ;
  geo-pos:long "56.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1004'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1004'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:longitude '56.5'^^xsd:double;
  dwc:startLongitude '56.5'^^xsd:double;
  dwc:endLongitude '56.5'^^xsd:double;
  dwc:latitude '17.08'^^xsd:double;
  dwc:startLatitude '17.08'^^xsd:double;
  dwc:endLatitude '17.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.5 17.08, 56.5 17.08, 56.5 17.08, 56.5 17.08, 56.5 17.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1004'^^xsd:string;
  dwc:observationDate '2001-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.9 56.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.9"^^xsd:decimal ;
  dwc:decimalLongitude "56.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.9 56.68)"^^geo:wktLiteral ;
  geo-pos:lat "25.9"^^xsd:decimal ;
  geo-pos:long "56.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_313'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_313'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.8'^^xsd:double;
  dwc:longitude '56.68'^^xsd:double;
  dwc:startLongitude '56.68'^^xsd:double;
  dwc:endLongitude '56.68'^^xsd:double;
  dwc:latitude '25.9'^^xsd:double;
  dwc:startLatitude '25.9'^^xsd:double;
  dwc:endLatitude '25.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.68 25.9, 56.68 25.9, 56.68 25.9, 56.68 25.9, 56.68 25.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_313'^^xsd:string;
  dwc:observationDate '1997-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.59 56.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.59"^^xsd:decimal ;
  dwc:decimalLongitude "56.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.59 56.86)"^^geo:wktLiteral ;
  geo-pos:lat "17.59"^^xsd:decimal ;
  geo-pos:long "56.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_302'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_302'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:longitude '56.86'^^xsd:double;
  dwc:startLongitude '56.86'^^xsd:double;
  dwc:endLongitude '56.86'^^xsd:double;
  dwc:latitude '17.59'^^xsd:double;
  dwc:startLatitude '17.59'^^xsd:double;
  dwc:endLatitude '17.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((56.86 17.59, 56.86 17.59, 56.86 17.59, 56.86 17.59, 56.86 17.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_302'^^xsd:string;
  dwc:observationDate '1997-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.02 57.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.02"^^xsd:decimal ;
  dwc:decimalLongitude "57.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.02 57.12)"^^geo:wktLiteral ;
  geo-pos:lat "18.02"^^xsd:decimal ;
  geo-pos:long "57.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1021'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1021'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:longitude '57.12'^^xsd:double;
  dwc:startLongitude '57.12'^^xsd:double;
  dwc:endLongitude '57.12'^^xsd:double;
  dwc:latitude '18.02'^^xsd:double;
  dwc:startLatitude '18.02'^^xsd:double;
  dwc:endLatitude '18.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.12 18.02, 57.12 18.02, 57.12 18.02, 57.12 18.02, 57.12 18.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1021'^^xsd:string;
  dwc:observationDate '2001-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.06 57.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.06"^^xsd:decimal ;
  dwc:decimalLongitude "57.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.06 57.16)"^^geo:wktLiteral ;
  geo-pos:lat "18.06"^^xsd:decimal ;
  geo-pos:long "57.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1020'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_1020'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.1166666666667'^^xsd:double;
  dwc:longitude '57.16'^^xsd:double;
  dwc:startLongitude '57.16'^^xsd:double;
  dwc:endLongitude '57.16'^^xsd:double;
  dwc:latitude '18.06'^^xsd:double;
  dwc:startLatitude '18.06'^^xsd:double;
  dwc:endLatitude '18.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.16 18.06, 57.16 18.06, 57.16 18.06, 57.16 18.06, 57.16 18.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1020'^^xsd:string;
  dwc:observationDate '2001-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.35 57.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-20.35"^^xsd:decimal ;
  dwc:decimalLongitude "57.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-20.35 57.25)"^^geo:wktLiteral ;
  geo-pos:lat "-20.35"^^xsd:decimal ;
  geo-pos:long "57.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_650'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_650'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '57.25'^^xsd:double;
  dwc:startLongitude '57.25'^^xsd:double;
  dwc:endLongitude '57.25'^^xsd:double;
  dwc:latitude '-20.35'^^xsd:double;
  dwc:startLatitude '-20.35'^^xsd:double;
  dwc:endLatitude '-20.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.25 -20.35, 57.25 -20.35, 57.25 -20.35, 57.25 -20.35, 57.25 -20.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_650'^^xsd:string;
  dwc:observationDate '1973-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.22 57.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.22"^^xsd:decimal ;
  dwc:decimalLongitude "57.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.22 57.4)"^^geo:wktLiteral ;
  geo-pos:lat "25.22"^^xsd:decimal ;
  geo-pos:long "57.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_389'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_389'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.6'^^xsd:double;
  dwc:longitude '57.4'^^xsd:double;
  dwc:startLongitude '57.4'^^xsd:double;
  dwc:endLongitude '57.4'^^xsd:double;
  dwc:latitude '25.22'^^xsd:double;
  dwc:startLatitude '25.22'^^xsd:double;
  dwc:endLatitude '25.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.4 25.22, 57.4 25.22, 57.4 25.22, 57.4 25.22, 57.4 25.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_389'^^xsd:string;
  dwc:observationDate '1998-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.75 57.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.75"^^xsd:decimal ;
  dwc:decimalLongitude "57.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.75 57.48)"^^geo:wktLiteral ;
  geo-pos:lat "17.75"^^xsd:decimal ;
  geo-pos:long "57.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_383'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_383'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.45'^^xsd:double;
  dwc:longitude '57.48'^^xsd:double;
  dwc:startLongitude '57.48'^^xsd:double;
  dwc:endLongitude '57.48'^^xsd:double;
  dwc:latitude '17.75'^^xsd:double;
  dwc:startLatitude '17.75'^^xsd:double;
  dwc:endLatitude '17.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.48 17.75, 57.48 17.75, 57.48 17.75, 57.48 17.75, 57.48 17.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_383'^^xsd:string;
  dwc:observationDate '1998-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.03 57.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.03"^^xsd:decimal ;
  dwc:decimalLongitude "57.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.03 57.5)"^^geo:wktLiteral ;
  geo-pos:lat "25.03"^^xsd:decimal ;
  geo-pos:long "57.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1326'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1326'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:longitude '57.5'^^xsd:double;
  dwc:startLongitude '57.5'^^xsd:double;
  dwc:endLongitude '57.5'^^xsd:double;
  dwc:latitude '25.03'^^xsd:double;
  dwc:startLatitude '25.03'^^xsd:double;
  dwc:endLatitude '25.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.5 25.03, 57.5 25.03, 57.5 25.03, 57.5 25.03, 57.5 25.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1326'^^xsd:string;
  dwc:observationDate '2002-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.88 57.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.88"^^xsd:decimal ;
  dwc:decimalLongitude "57.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.88 57.63)"^^geo:wktLiteral ;
  geo-pos:lat "24.88"^^xsd:decimal ;
  geo-pos:long "57.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1325'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_1325'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.4666666666667'^^xsd:double;
  dwc:longitude '57.63'^^xsd:double;
  dwc:startLongitude '57.63'^^xsd:double;
  dwc:endLongitude '57.63'^^xsd:double;
  dwc:latitude '24.88'^^xsd:double;
  dwc:startLatitude '24.88'^^xsd:double;
  dwc:endLatitude '24.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.63 24.88, 57.63 24.88, 57.63 24.88, 57.63 24.88, 57.63 24.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1325'^^xsd:string;
  dwc:observationDate '2002-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.83 57.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.83"^^xsd:decimal ;
  dwc:decimalLongitude "57.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.83 57.81)"^^geo:wktLiteral ;
  geo-pos:lat "18.83"^^xsd:decimal ;
  geo-pos:long "57.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_766'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '64_766'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:longitude '57.81'^^xsd:double;
  dwc:startLongitude '57.81'^^xsd:double;
  dwc:endLongitude '57.81'^^xsd:double;
  dwc:latitude '18.83'^^xsd:double;
  dwc:startLatitude '18.83'^^xsd:double;
  dwc:endLatitude '18.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.81 18.83, 57.81 18.83, 57.81 18.83, 57.81 18.83, 57.81 18.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_766'^^xsd:string;
  dwc:observationDate '2000-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.17 57.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.17"^^xsd:decimal ;
  dwc:decimalLongitude "57.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.17 57.86)"^^geo:wktLiteral ;
  geo-pos:lat "20.17"^^xsd:decimal ;
  geo-pos:long "57.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_770'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_770'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:longitude '57.86'^^xsd:double;
  dwc:startLongitude '57.86'^^xsd:double;
  dwc:endLongitude '57.86'^^xsd:double;
  dwc:latitude '20.17'^^xsd:double;
  dwc:startLatitude '20.17'^^xsd:double;
  dwc:endLatitude '20.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.86 20.17, 57.86 20.17, 57.86 20.17, 57.86 20.17, 57.86 20.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_770'^^xsd:string;
  dwc:observationDate '2000-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.17 57.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.17"^^xsd:decimal ;
  dwc:decimalLongitude "57.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.17 57.87)"^^geo:wktLiteral ;
  geo-pos:lat "20.17"^^xsd:decimal ;
  geo-pos:long "57.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_771'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_771'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:longitude '57.87'^^xsd:double;
  dwc:startLongitude '57.87'^^xsd:double;
  dwc:endLongitude '57.87'^^xsd:double;
  dwc:latitude '20.17'^^xsd:double;
  dwc:startLatitude '20.17'^^xsd:double;
  dwc:endLatitude '20.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.87 20.17, 57.87 20.17, 57.87 20.17, 57.87 20.17, 57.87 20.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_771'^^xsd:string;
  dwc:observationDate '2000-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.16 57.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.16"^^xsd:decimal ;
  dwc:decimalLongitude "57.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.16 57.88)"^^geo:wktLiteral ;
  geo-pos:lat "20.16"^^xsd:decimal ;
  geo-pos:long "57.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_772'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '64_772'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.1'^^xsd:double;
  dwc:longitude '57.88'^^xsd:double;
  dwc:startLongitude '57.88'^^xsd:double;
  dwc:endLongitude '57.88'^^xsd:double;
  dwc:latitude '20.16'^^xsd:double;
  dwc:startLatitude '20.16'^^xsd:double;
  dwc:endLatitude '20.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.88 20.16, 57.88 20.16, 57.88 20.16, 57.88 20.16, 57.88 20.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_772'^^xsd:string;
  dwc:observationDate '2000-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.12 57.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.12"^^xsd:decimal ;
  dwc:decimalLongitude "57.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.12 57.95)"^^geo:wktLiteral ;
  geo-pos:lat "20.12"^^xsd:decimal ;
  geo-pos:long "57.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_769'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_769'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:longitude '57.95'^^xsd:double;
  dwc:startLongitude '57.95'^^xsd:double;
  dwc:endLongitude '57.95'^^xsd:double;
  dwc:latitude '20.12'^^xsd:double;
  dwc:startLatitude '20.12'^^xsd:double;
  dwc:endLatitude '20.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.95 20.12, 57.95 20.12, 57.95 20.12, 57.95 20.12, 57.95 20.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_769'^^xsd:string;
  dwc:observationDate '2000-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.13 57.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.13"^^xsd:decimal ;
  dwc:decimalLongitude "57.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.13 57.97)"^^geo:wktLiteral ;
  geo-pos:lat "20.13"^^xsd:decimal ;
  geo-pos:long "57.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1015'^^xsd:string;
  dwc:scientificName 'Pseudorca crassidens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '64_1015'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.6166666666667'^^xsd:double;
  dwc:longitude '57.97'^^xsd:double;
  dwc:startLongitude '57.97'^^xsd:double;
  dwc:endLongitude '57.97'^^xsd:double;
  dwc:latitude '20.13'^^xsd:double;
  dwc:startLatitude '20.13'^^xsd:double;
  dwc:endLatitude '20.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.97 20.13, 57.97 20.13, 57.97 20.13, 57.97 20.13, 57.97 20.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "False Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137104'^^xsd:integer;
  dwc:occurrenceId '64_1015'^^xsd:string;
  dwc:observationDate '2001-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.38 57.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.38"^^xsd:decimal ;
  dwc:decimalLongitude "57.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.38 57.98)"^^geo:wktLiteral ;
  geo-pos:lat "18.38"^^xsd:decimal ;
  geo-pos:long "57.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1317'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1317'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:longitude '57.98'^^xsd:double;
  dwc:startLongitude '57.98'^^xsd:double;
  dwc:endLongitude '57.98'^^xsd:double;
  dwc:latitude '18.38'^^xsd:double;
  dwc:startLatitude '18.38'^^xsd:double;
  dwc:endLatitude '18.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.98 18.38, 57.98 18.38, 57.98 18.38, 57.98 18.38, 57.98 18.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1317'^^xsd:string;
  dwc:observationDate '2002-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.14 57.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.14"^^xsd:decimal ;
  dwc:decimalLongitude "57.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.14 57.98)"^^geo:wktLiteral ;
  geo-pos:lat "20.14"^^xsd:decimal ;
  geo-pos:long "57.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_773'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_773'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:longitude '57.98'^^xsd:double;
  dwc:startLongitude '57.98'^^xsd:double;
  dwc:endLongitude '57.98'^^xsd:double;
  dwc:latitude '20.14'^^xsd:double;
  dwc:startLatitude '20.14'^^xsd:double;
  dwc:endLatitude '20.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((57.98 20.14, 57.98 20.14, 57.98 20.14, 57.98 20.14, 57.98 20.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_773'^^xsd:string;
  dwc:observationDate '2000-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.84 58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.84"^^xsd:decimal ;
  dwc:decimalLongitude "58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.84 58)"^^geo:wktLiteral ;
  geo-pos:lat "19.84"^^xsd:decimal ;
  geo-pos:long "58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_734'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_734'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:longitude '58'^^xsd:integer;
  dwc:startLongitude '58'^^xsd:integer;
  dwc:endLongitude '58'^^xsd:integer;
  dwc:latitude '19.84'^^xsd:double;
  dwc:startLatitude '19.84'^^xsd:double;
  dwc:endLatitude '19.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58 19.84, 58 19.84, 58 19.84, 58 19.84, 58 19.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_734'^^xsd:string;
  dwc:observationDate '2000-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 58.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.25"^^xsd:decimal ;
  dwc:decimalLongitude "58.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 58.02)"^^geo:wktLiteral ;
  geo-pos:lat "20.25"^^xsd:decimal ;
  geo-pos:long "58.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_774'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_774'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:longitude '58.02'^^xsd:double;
  dwc:startLongitude '58.02'^^xsd:double;
  dwc:endLongitude '58.02'^^xsd:double;
  dwc:latitude '20.25'^^xsd:double;
  dwc:startLatitude '20.25'^^xsd:double;
  dwc:endLatitude '20.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.02 20.25, 58.02 20.25, 58.02 20.25, 58.02 20.25, 58.02 20.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_774'^^xsd:string;
  dwc:observationDate '2000-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.12 58.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.12"^^xsd:decimal ;
  dwc:decimalLongitude "58.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.12 58.02)"^^geo:wktLiteral ;
  geo-pos:lat "24.12"^^xsd:decimal ;
  geo-pos:long "58.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_391'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_391'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:longitude '58.02'^^xsd:double;
  dwc:startLongitude '58.02'^^xsd:double;
  dwc:endLongitude '58.02'^^xsd:double;
  dwc:latitude '24.12'^^xsd:double;
  dwc:startLatitude '24.12'^^xsd:double;
  dwc:endLatitude '24.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.02 24.12, 58.02 24.12, 58.02 24.12, 58.02 24.12, 58.02 24.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_391'^^xsd:string;
  dwc:observationDate '1998-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 58.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.25"^^xsd:decimal ;
  dwc:decimalLongitude "58.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.25 58.07)"^^geo:wktLiteral ;
  geo-pos:lat "20.25"^^xsd:decimal ;
  geo-pos:long "58.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_768'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_768'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.25'^^xsd:double;
  dwc:longitude '58.07'^^xsd:double;
  dwc:startLongitude '58.07'^^xsd:double;
  dwc:endLongitude '58.07'^^xsd:double;
  dwc:latitude '20.25'^^xsd:double;
  dwc:startLatitude '20.25'^^xsd:double;
  dwc:endLatitude '20.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.07 20.25, 58.07 20.25, 58.07 20.25, 58.07 20.25, 58.07 20.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_768'^^xsd:string;
  dwc:observationDate '2000-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.22 58.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.22"^^xsd:decimal ;
  dwc:decimalLongitude "58.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.22 58.08)"^^geo:wktLiteral ;
  geo-pos:lat "20.22"^^xsd:decimal ;
  geo-pos:long "58.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_775'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_775'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:longitude '58.08'^^xsd:double;
  dwc:startLongitude '58.08'^^xsd:double;
  dwc:endLongitude '58.08'^^xsd:double;
  dwc:latitude '20.22'^^xsd:double;
  dwc:startLatitude '20.22'^^xsd:double;
  dwc:endLatitude '20.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.08 20.22, 58.08 20.22, 58.08 20.22, 58.08 20.22, 58.08 20.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_775'^^xsd:string;
  dwc:observationDate '2000-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.18 58.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.18"^^xsd:decimal ;
  dwc:decimalLongitude "58.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.18 58.12)"^^geo:wktLiteral ;
  geo-pos:lat "20.18"^^xsd:decimal ;
  geo-pos:long "58.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_917'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '64_917'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:longitude '58.12'^^xsd:double;
  dwc:startLongitude '58.12'^^xsd:double;
  dwc:endLongitude '58.12'^^xsd:double;
  dwc:latitude '20.18'^^xsd:double;
  dwc:startLatitude '20.18'^^xsd:double;
  dwc:endLatitude '20.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.12 20.18, 58.12 20.18, 58.12 20.18, 58.12 20.18, 58.12 20.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_917'^^xsd:string;
  dwc:observationDate '2001-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.15 58.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.15"^^xsd:decimal ;
  dwc:decimalLongitude "58.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.15 58.17)"^^geo:wktLiteral ;
  geo-pos:lat "25.15"^^xsd:decimal ;
  geo-pos:long "58.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1320'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1320'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:longitude '58.17'^^xsd:double;
  dwc:startLongitude '58.17'^^xsd:double;
  dwc:endLongitude '58.17'^^xsd:double;
  dwc:latitude '25.15'^^xsd:double;
  dwc:startLatitude '25.15'^^xsd:double;
  dwc:endLatitude '25.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.17 25.15, 58.17 25.15, 58.17 25.15, 58.17 25.15, 58.17 25.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1320'^^xsd:string;
  dwc:observationDate '2002-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.23 58.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.23"^^xsd:decimal ;
  dwc:decimalLongitude "58.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.23 58.18)"^^geo:wktLiteral ;
  geo-pos:lat "19.23"^^xsd:decimal ;
  geo-pos:long "58.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_733'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '64_733'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:longitude '58.18'^^xsd:double;
  dwc:startLongitude '58.18'^^xsd:double;
  dwc:endLongitude '58.18'^^xsd:double;
  dwc:latitude '19.23'^^xsd:double;
  dwc:startLatitude '19.23'^^xsd:double;
  dwc:endLatitude '19.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.18 19.23, 58.18 19.23, 58.18 19.23, 58.18 19.23, 58.18 19.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_733'^^xsd:string;
  dwc:observationDate '2000-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.61 58.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.61"^^xsd:decimal ;
  dwc:decimalLongitude "58.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.61 58.21)"^^geo:wktLiteral ;
  geo-pos:lat "24.61"^^xsd:decimal ;
  geo-pos:long "58.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_387'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_387'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:longitude '58.21'^^xsd:double;
  dwc:startLongitude '58.21'^^xsd:double;
  dwc:endLongitude '58.21'^^xsd:double;
  dwc:latitude '24.61'^^xsd:double;
  dwc:startLatitude '24.61'^^xsd:double;
  dwc:endLatitude '24.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.21 24.61, 58.21 24.61, 58.21 24.61, 58.21 24.61, 58.21 24.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_387'^^xsd:string;
  dwc:observationDate '1998-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.62 58.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.62"^^xsd:decimal ;
  dwc:decimalLongitude "58.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.62 58.23)"^^geo:wktLiteral ;
  geo-pos:lat "24.62"^^xsd:decimal ;
  geo-pos:long "58.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_386'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_386'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:longitude '58.23'^^xsd:double;
  dwc:startLongitude '58.23'^^xsd:double;
  dwc:endLongitude '58.23'^^xsd:double;
  dwc:latitude '24.62'^^xsd:double;
  dwc:startLatitude '24.62'^^xsd:double;
  dwc:endLatitude '24.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.23 24.62, 58.23 24.62, 58.23 24.62, 58.23 24.62, 58.23 24.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_386'^^xsd:string;
  dwc:observationDate '1998-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 58.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24"^^xsd:decimal ;
  dwc:decimalLongitude "58.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24 58.25)"^^geo:wktLiteral ;
  geo-pos:lat "24"^^xsd:decimal ;
  geo-pos:long "58.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_388'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_388'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:longitude '58.25'^^xsd:double;
  dwc:startLongitude '58.25'^^xsd:double;
  dwc:endLongitude '58.25'^^xsd:double;
  dwc:latitude '24'^^xsd:integer;
  dwc:startLatitude '24'^^xsd:integer;
  dwc:endLatitude '24'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((58.25 24, 58.25 24, 58.25 24, 58.25 24, 58.25 24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_388'^^xsd:string;
  dwc:observationDate '1998-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.25 58.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.25"^^xsd:decimal ;
  dwc:decimalLongitude "58.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.25 58.3)"^^geo:wktLiteral ;
  geo-pos:lat "24.25"^^xsd:decimal ;
  geo-pos:long "58.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1319'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_1319'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '58.3'^^xsd:double;
  dwc:startLongitude '58.3'^^xsd:double;
  dwc:endLongitude '58.3'^^xsd:double;
  dwc:latitude '24.25'^^xsd:double;
  dwc:startLatitude '24.25'^^xsd:double;
  dwc:endLatitude '24.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.3 24.25, 58.3 24.25, 58.3 24.25, 58.3 24.25, 58.3 24.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1319'^^xsd:string;
  dwc:observationDate '2002-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.38 58.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.38"^^xsd:decimal ;
  dwc:decimalLongitude "58.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.38 58.31)"^^geo:wktLiteral ;
  geo-pos:lat "24.38"^^xsd:decimal ;
  geo-pos:long "58.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_912'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_912'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:longitude '58.31'^^xsd:double;
  dwc:startLongitude '58.31'^^xsd:double;
  dwc:endLongitude '58.31'^^xsd:double;
  dwc:latitude '24.38'^^xsd:double;
  dwc:startLatitude '24.38'^^xsd:double;
  dwc:endLatitude '24.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.31 24.38, 58.31 24.38, 58.31 24.38, 58.31 24.38, 58.31 24.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_912'^^xsd:string;
  dwc:observationDate '2001-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.66 58.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.66"^^xsd:decimal ;
  dwc:decimalLongitude "58.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.66 58.36)"^^geo:wktLiteral ;
  geo-pos:lat "18.66"^^xsd:decimal ;
  geo-pos:long "58.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_384'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_384'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:longitude '58.36'^^xsd:double;
  dwc:startLongitude '58.36'^^xsd:double;
  dwc:endLongitude '58.36'^^xsd:double;
  dwc:latitude '18.66'^^xsd:double;
  dwc:startLatitude '18.66'^^xsd:double;
  dwc:endLatitude '18.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.36 18.66, 58.36 18.66, 58.36 18.66, 58.36 18.66, 58.36 18.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_384'^^xsd:string;
  dwc:observationDate '1998-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.01 58.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.01"^^xsd:decimal ;
  dwc:decimalLongitude "58.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.01 58.44)"^^geo:wktLiteral ;
  geo-pos:lat "20.01"^^xsd:decimal ;
  geo-pos:long "58.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_916'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_916'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:longitude '58.44'^^xsd:double;
  dwc:startLongitude '58.44'^^xsd:double;
  dwc:endLongitude '58.44'^^xsd:double;
  dwc:latitude '20.01'^^xsd:double;
  dwc:startLatitude '20.01'^^xsd:double;
  dwc:endLatitude '20.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.44 20.01, 58.44 20.01, 58.44 20.01, 58.44 20.01, 58.44 20.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_916'^^xsd:string;
  dwc:observationDate '2001-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.01 58.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.01"^^xsd:decimal ;
  dwc:decimalLongitude "58.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.01 58.46)"^^geo:wktLiteral ;
  geo-pos:lat "20.01"^^xsd:decimal ;
  geo-pos:long "58.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_915'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_915'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:longitude '58.46'^^xsd:double;
  dwc:startLongitude '58.46'^^xsd:double;
  dwc:endLongitude '58.46'^^xsd:double;
  dwc:latitude '20.01'^^xsd:double;
  dwc:startLatitude '20.01'^^xsd:double;
  dwc:endLatitude '20.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.46 20.01, 58.46 20.01, 58.46 20.01, 58.46 20.01, 58.46 20.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_915'^^xsd:string;
  dwc:observationDate '2001-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.98 58.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.98"^^xsd:decimal ;
  dwc:decimalLongitude "58.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.98 58.48)"^^geo:wktLiteral ;
  geo-pos:lat "19.98"^^xsd:decimal ;
  geo-pos:long "58.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_918'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_918'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:longitude '58.48'^^xsd:double;
  dwc:startLongitude '58.48'^^xsd:double;
  dwc:endLongitude '58.48'^^xsd:double;
  dwc:latitude '19.98'^^xsd:double;
  dwc:startLatitude '19.98'^^xsd:double;
  dwc:endLatitude '19.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.48 19.98, 58.48 19.98, 58.48 19.98, 58.48 19.98, 58.48 19.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_918'^^xsd:string;
  dwc:observationDate '2001-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.48 58.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.48"^^xsd:decimal ;
  dwc:decimalLongitude "58.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.48 58.55)"^^geo:wktLiteral ;
  geo-pos:lat "19.48"^^xsd:decimal ;
  geo-pos:long "58.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_301'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_301'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:longitude '58.55'^^xsd:double;
  dwc:startLongitude '58.55'^^xsd:double;
  dwc:endLongitude '58.55'^^xsd:double;
  dwc:latitude '19.48'^^xsd:double;
  dwc:startLatitude '19.48'^^xsd:double;
  dwc:endLatitude '19.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.55 19.48, 58.55 19.48, 58.55 19.48, 58.55 19.48, 58.55 19.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_301'^^xsd:string;
  dwc:observationDate '1997-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.99 58.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.99"^^xsd:decimal ;
  dwc:decimalLongitude "58.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.99 58.58)"^^geo:wktLiteral ;
  geo-pos:lat "23.99"^^xsd:decimal ;
  geo-pos:long "58.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_787'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_787'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '58.58'^^xsd:double;
  dwc:startLongitude '58.58'^^xsd:double;
  dwc:endLongitude '58.58'^^xsd:double;
  dwc:latitude '23.99'^^xsd:double;
  dwc:startLatitude '23.99'^^xsd:double;
  dwc:endLatitude '23.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.58 23.99, 58.58 23.99, 58.58 23.99, 58.58 23.99, 58.58 23.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_787'^^xsd:string;
  dwc:observationDate '2000-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.69 58.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.69"^^xsd:decimal ;
  dwc:decimalLongitude "58.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.69 58.62)"^^geo:wktLiteral ;
  geo-pos:lat "23.69"^^xsd:decimal ;
  geo-pos:long "58.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_392'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_392'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^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 '8.75'^^xsd:double;
  dwc:longitude '58.62'^^xsd:double;
  dwc:startLongitude '58.62'^^xsd:double;
  dwc:endLongitude '58.62'^^xsd:double;
  dwc:latitude '23.69'^^xsd:double;
  dwc:startLatitude '23.69'^^xsd:double;
  dwc:endLatitude '23.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.62 23.69, 58.62 23.69, 58.62 23.69, 58.62 23.69, 58.62 23.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_392'^^xsd:string;
  dwc:observationDate '1998-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.63 58.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.63"^^xsd:decimal ;
  dwc:decimalLongitude "58.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.63 58.67)"^^geo:wktLiteral ;
  geo-pos:lat "23.63"^^xsd:decimal ;
  geo-pos:long "58.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_764'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '64_764'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:longitude '58.67'^^xsd:double;
  dwc:startLongitude '58.67'^^xsd:double;
  dwc:endLongitude '58.67'^^xsd:double;
  dwc:latitude '23.63'^^xsd:double;
  dwc:startLatitude '23.63'^^xsd:double;
  dwc:endLatitude '23.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.67 23.63, 58.67 23.63, 58.67 23.63, 58.67 23.63, 58.67 23.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_764'^^xsd:string;
  dwc:observationDate '2000-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.03 58.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.03"^^xsd:decimal ;
  dwc:decimalLongitude "58.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.03 58.77)"^^geo:wktLiteral ;
  geo-pos:lat "20.03"^^xsd:decimal ;
  geo-pos:long "58.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_765'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_765'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:longitude '58.77'^^xsd:double;
  dwc:startLongitude '58.77'^^xsd:double;
  dwc:endLongitude '58.77'^^xsd:double;
  dwc:latitude '20.03'^^xsd:double;
  dwc:startLatitude '20.03'^^xsd:double;
  dwc:endLatitude '20.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.77 20.03, 58.77 20.03, 58.77 20.03, 58.77 20.03, 58.77 20.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_765'^^xsd:string;
  dwc:observationDate '2000-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.6 58.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.6"^^xsd:decimal ;
  dwc:decimalLongitude "58.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.6 58.92)"^^geo:wktLiteral ;
  geo-pos:lat "23.6"^^xsd:decimal ;
  geo-pos:long "58.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_919'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_919'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:longitude '58.92'^^xsd:double;
  dwc:startLongitude '58.92'^^xsd:double;
  dwc:endLongitude '58.92'^^xsd:double;
  dwc:latitude '23.6'^^xsd:double;
  dwc:startLatitude '23.6'^^xsd:double;
  dwc:endLatitude '23.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.92 23.6, 58.92 23.6, 58.92 23.6, 58.92 23.6, 58.92 23.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_919'^^xsd:string;
  dwc:observationDate '2001-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.74 58.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.74"^^xsd:decimal ;
  dwc:decimalLongitude "58.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.74 58.95)"^^geo:wktLiteral ;
  geo-pos:lat "19.74"^^xsd:decimal ;
  geo-pos:long "58.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1018'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_1018'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '58.95'^^xsd:double;
  dwc:startLongitude '58.95'^^xsd:double;
  dwc:endLongitude '58.95'^^xsd:double;
  dwc:latitude '19.74'^^xsd:double;
  dwc:startLatitude '19.74'^^xsd:double;
  dwc:endLatitude '19.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.95 19.74, 58.95 19.74, 58.95 19.74, 58.95 19.74, 58.95 19.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_1018'^^xsd:string;
  dwc:observationDate '2001-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 58.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.8"^^xsd:decimal ;
  dwc:decimalLongitude "58.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 58.95)"^^geo:wktLiteral ;
  geo-pos:lat "23.8"^^xsd:decimal ;
  geo-pos:long "58.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_776'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_776'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:longitude '58.95'^^xsd:double;
  dwc:startLongitude '58.95'^^xsd:double;
  dwc:endLongitude '58.95'^^xsd:double;
  dwc:latitude '23.8'^^xsd:double;
  dwc:startLatitude '23.8'^^xsd:double;
  dwc:endLatitude '23.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((58.95 23.8, 58.95 23.8, 58.95 23.8, 58.95 23.8, 58.95 23.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_776'^^xsd:string;
  dwc:observationDate '2000-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.45 59.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.45"^^xsd:decimal ;
  dwc:decimalLongitude "59.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.45 59.11)"^^geo:wktLiteral ;
  geo-pos:lat "23.45"^^xsd:decimal ;
  geo-pos:long "59.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_788'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_788'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:longitude '59.11'^^xsd:double;
  dwc:startLongitude '59.11'^^xsd:double;
  dwc:endLongitude '59.11'^^xsd:double;
  dwc:latitude '23.45'^^xsd:double;
  dwc:startLatitude '23.45'^^xsd:double;
  dwc:endLatitude '23.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.11 23.45, 59.11 23.45, 59.11 23.45, 59.11 23.45, 59.11 23.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_788'^^xsd:string;
  dwc:observationDate '2000-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.75 59.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.75"^^xsd:decimal ;
  dwc:decimalLongitude "59.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.75 59.12)"^^geo:wktLiteral ;
  geo-pos:lat "23.75"^^xsd:decimal ;
  geo-pos:long "59.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_374'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_374'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:longitude '59.12'^^xsd:double;
  dwc:startLongitude '59.12'^^xsd:double;
  dwc:endLongitude '59.12'^^xsd:double;
  dwc:latitude '23.75'^^xsd:double;
  dwc:startLatitude '23.75'^^xsd:double;
  dwc:endLatitude '23.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.12 23.75, 59.12 23.75, 59.12 23.75, 59.12 23.75, 59.12 23.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_374'^^xsd:string;
  dwc:observationDate '1998-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.75 59.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.75"^^xsd:decimal ;
  dwc:decimalLongitude "59.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.75 59.12)"^^geo:wktLiteral ;
  geo-pos:lat "23.75"^^xsd:decimal ;
  geo-pos:long "59.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_372'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_372'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '59.12'^^xsd:double;
  dwc:startLongitude '59.12'^^xsd:double;
  dwc:endLongitude '59.12'^^xsd:double;
  dwc:latitude '23.75'^^xsd:double;
  dwc:startLatitude '23.75'^^xsd:double;
  dwc:endLatitude '23.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.12 23.75, 59.12 23.75, 59.12 23.75, 59.12 23.75, 59.12 23.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_372'^^xsd:string;
  dwc:observationDate '1998-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.42 59.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.42"^^xsd:decimal ;
  dwc:decimalLongitude "59.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.42 59.15)"^^geo:wktLiteral ;
  geo-pos:lat "23.42"^^xsd:decimal ;
  geo-pos:long "59.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_789'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_789'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:longitude '59.15'^^xsd:double;
  dwc:startLongitude '59.15'^^xsd:double;
  dwc:endLongitude '59.15'^^xsd:double;
  dwc:latitude '23.42'^^xsd:double;
  dwc:startLatitude '23.42'^^xsd:double;
  dwc:endLatitude '23.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.15 23.42, 59.15 23.42, 59.15 23.42, 59.15 23.42, 59.15 23.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_789'^^xsd:string;
  dwc:observationDate '2000-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.41 59.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.41"^^xsd:decimal ;
  dwc:decimalLongitude "59.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.41 59.19)"^^geo:wktLiteral ;
  geo-pos:lat "19.41"^^xsd:decimal ;
  geo-pos:long "59.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1017'^^xsd:string;
  dwc:scientificName 'Balaenoptera brydei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_1017'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:longitude '59.19'^^xsd:double;
  dwc:startLongitude '59.19'^^xsd:double;
  dwc:endLongitude '59.19'^^xsd:double;
  dwc:latitude '19.41'^^xsd:double;
  dwc:startLatitude '19.41'^^xsd:double;
  dwc:endLatitude '19.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.19 19.41, 59.19 19.41, 59.19 19.41, 59.19 19.41, 59.19 19.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bryde\'s Whale" by the provider'^^xsd:string;
  dwc:aphiaid '242603'^^xsd:integer;
  dwc:occurrenceId '64_1017'^^xsd:string;
  dwc:observationDate '2001-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '242603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.42 59.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.42"^^xsd:decimal ;
  dwc:decimalLongitude "59.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.42 59.2)"^^geo:wktLiteral ;
  geo-pos:lat "23.42"^^xsd:decimal ;
  geo-pos:long "59.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_920'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_920'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:longitude '59.2'^^xsd:double;
  dwc:startLongitude '59.2'^^xsd:double;
  dwc:endLongitude '59.2'^^xsd:double;
  dwc:latitude '23.42'^^xsd:double;
  dwc:startLatitude '23.42'^^xsd:double;
  dwc:endLatitude '23.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.2 23.42, 59.2 23.42, 59.2 23.42, 59.2 23.42, 59.2 23.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_920'^^xsd:string;
  dwc:observationDate '2001-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.42 59.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.42"^^xsd:decimal ;
  dwc:decimalLongitude "59.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.42 59.24)"^^geo:wktLiteral ;
  geo-pos:lat "20.42"^^xsd:decimal ;
  geo-pos:long "59.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_914'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_914'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:longitude '59.24'^^xsd:double;
  dwc:startLongitude '59.24'^^xsd:double;
  dwc:endLongitude '59.24'^^xsd:double;
  dwc:latitude '20.42'^^xsd:double;
  dwc:startLatitude '20.42'^^xsd:double;
  dwc:endLatitude '20.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.24 20.42, 59.24 20.42, 59.24 20.42, 59.24 20.42, 59.24 20.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_914'^^xsd:string;
  dwc:observationDate '2001-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.61 59.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.61"^^xsd:decimal ;
  dwc:decimalLongitude "59.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.61 59.33)"^^geo:wktLiteral ;
  geo-pos:lat "20.61"^^xsd:decimal ;
  geo-pos:long "59.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_858'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_858'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:longitude '59.33'^^xsd:double;
  dwc:startLongitude '59.33'^^xsd:double;
  dwc:endLongitude '59.33'^^xsd:double;
  dwc:latitude '20.61'^^xsd:double;
  dwc:startLatitude '20.61'^^xsd:double;
  dwc:endLatitude '20.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.33 20.61, 59.33 20.61, 59.33 20.61, 59.33 20.61, 59.33 20.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_858'^^xsd:string;
  dwc:observationDate '2001-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.77 59.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.77"^^xsd:decimal ;
  dwc:decimalLongitude "59.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.77 59.4)"^^geo:wktLiteral ;
  geo-pos:lat "20.77"^^xsd:decimal ;
  geo-pos:long "59.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_859'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_859'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:longitude '59.4'^^xsd:double;
  dwc:startLongitude '59.4'^^xsd:double;
  dwc:endLongitude '59.4'^^xsd:double;
  dwc:latitude '20.77'^^xsd:double;
  dwc:startLatitude '20.77'^^xsd:double;
  dwc:endLatitude '20.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.4 20.77, 59.4 20.77, 59.4 20.77, 59.4 20.77, 59.4 20.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_859'^^xsd:string;
  dwc:observationDate '2001-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.13 59.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.13"^^xsd:decimal ;
  dwc:decimalLongitude "59.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.13 59.43)"^^geo:wktLiteral ;
  geo-pos:lat "23.13"^^xsd:decimal ;
  geo-pos:long "59.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_790'^^xsd:string;
  dwc:scientificName 'Stenella longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_790'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:longitude '59.43'^^xsd:double;
  dwc:startLongitude '59.43'^^xsd:double;
  dwc:endLongitude '59.43'^^xsd:double;
  dwc:latitude '23.13'^^xsd:double;
  dwc:startLatitude '23.13'^^xsd:double;
  dwc:endLatitude '23.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.43 23.13, 59.43 23.13, 59.43 23.13, 59.43 23.13, 59.43 23.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Long-Snouted Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137109'^^xsd:integer;
  dwc:occurrenceId '64_790'^^xsd:string;
  dwc:observationDate '2000-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.21 59.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.21"^^xsd:decimal ;
  dwc:decimalLongitude "59.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.21 59.45)"^^geo:wktLiteral ;
  geo-pos:lat "21.21"^^xsd:decimal ;
  geo-pos:long "59.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_791'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '64_791'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.4166666666667'^^xsd:double;
  dwc:longitude '59.45'^^xsd:double;
  dwc:startLongitude '59.45'^^xsd:double;
  dwc:endLongitude '59.45'^^xsd:double;
  dwc:latitude '21.21'^^xsd:double;
  dwc:startLatitude '21.21'^^xsd:double;
  dwc:endLatitude '21.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.45 21.21, 59.45 21.21, 59.45 21.21, 59.45 21.21, 59.45 21.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Striped Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '64_791'^^xsd:string;
  dwc:observationDate '2000-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.96 59.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.96"^^xsd:decimal ;
  dwc:decimalLongitude "59.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.96 59.47)"^^geo:wktLiteral ;
  geo-pos:lat "20.96"^^xsd:decimal ;
  geo-pos:long "59.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_284'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_284'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.75'^^xsd:double;
  dwc:longitude '59.47'^^xsd:double;
  dwc:startLongitude '59.47'^^xsd:double;
  dwc:endLongitude '59.47'^^xsd:double;
  dwc:latitude '20.96'^^xsd:double;
  dwc:startLatitude '20.96'^^xsd:double;
  dwc:endLatitude '20.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.47 20.96, 59.47 20.96, 59.47 20.96, 59.47 20.96, 59.47 20.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_284'^^xsd:string;
  dwc:observationDate '1996-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.06 59.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.06"^^xsd:decimal ;
  dwc:decimalLongitude "59.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.06 59.52)"^^geo:wktLiteral ;
  geo-pos:lat "23.06"^^xsd:decimal ;
  geo-pos:long "59.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_913'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_913'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:longitude '59.52'^^xsd:double;
  dwc:startLongitude '59.52'^^xsd:double;
  dwc:endLongitude '59.52'^^xsd:double;
  dwc:latitude '23.06'^^xsd:double;
  dwc:startLatitude '23.06'^^xsd:double;
  dwc:endLatitude '23.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.52 23.06, 59.52 23.06, 59.52 23.06, 59.52 23.06, 59.52 23.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Common Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '64_913'^^xsd:string;
  dwc:observationDate '2001-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.75 59.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.75"^^xsd:decimal ;
  dwc:decimalLongitude "59.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.75 59.7)"^^geo:wktLiteral ;
  geo-pos:lat "21.75"^^xsd:decimal ;
  geo-pos:long "59.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_735'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_735'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:longitude '59.7'^^xsd:double;
  dwc:startLongitude '59.7'^^xsd:double;
  dwc:endLongitude '59.7'^^xsd:double;
  dwc:latitude '21.75'^^xsd:double;
  dwc:startLatitude '21.75'^^xsd:double;
  dwc:endLatitude '21.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.7 21.75, 59.7 21.75, 59.7 21.75, 59.7 21.75, 59.7 21.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_735'^^xsd:string;
  dwc:observationDate '2000-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.04 59.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.04"^^xsd:decimal ;
  dwc:decimalLongitude "59.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.04 59.75)"^^geo:wktLiteral ;
  geo-pos:lat "21.04"^^xsd:decimal ;
  geo-pos:long "59.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_385'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_385'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.6666666666667'^^xsd:double;
  dwc:longitude '59.75'^^xsd:double;
  dwc:startLongitude '59.75'^^xsd:double;
  dwc:endLongitude '59.75'^^xsd:double;
  dwc:latitude '21.04'^^xsd:double;
  dwc:startLatitude '21.04'^^xsd:double;
  dwc:endLatitude '21.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.75 21.04, 59.75 21.04, 59.75 21.04, 59.75 21.04, 59.75 21.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Risso\'s Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '64_385'^^xsd:string;
  dwc:observationDate '1998-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.75 59.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.75"^^xsd:decimal ;
  dwc:decimalLongitude "59.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.75 59.77)"^^geo:wktLiteral ;
  geo-pos:lat "20.75"^^xsd:decimal ;
  geo-pos:long "59.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1019'^^xsd:string;
  dwc:scientificName 'Stenella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_1019'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:longitude '59.77'^^xsd:double;
  dwc:startLongitude '59.77'^^xsd:double;
  dwc:endLongitude '59.77'^^xsd:double;
  dwc:latitude '20.75'^^xsd:double;
  dwc:startLatitude '20.75'^^xsd:double;
  dwc:endLatitude '20.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.77 20.75, 59.77 20.75, 59.77 20.75, 59.77 20.75, 59.77 20.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Spinner Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137024'^^xsd:integer;
  dwc:occurrenceId '64_1019'^^xsd:string;
  dwc:observationDate '2001-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137024'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.07 59.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.07"^^xsd:decimal ;
  dwc:decimalLongitude "59.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.07 59.92)"^^geo:wktLiteral ;
  geo-pos:lat "22.07"^^xsd:decimal ;
  geo-pos:long "59.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_736'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_736'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '59.92'^^xsd:double;
  dwc:startLongitude '59.92'^^xsd:double;
  dwc:endLongitude '59.92'^^xsd:double;
  dwc:latitude '22.07'^^xsd:double;
  dwc:startLatitude '22.07'^^xsd:double;
  dwc:endLatitude '22.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((59.92 22.07, 59.92 22.07, 59.92 22.07, 59.92 22.07, 59.92 22.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_736'^^xsd:string;
  dwc:observationDate '2000-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.52 60)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.52"^^xsd:decimal ;
  dwc:decimalLongitude "60"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.52 60)"^^geo:wktLiteral ;
  geo-pos:lat "21.52"^^xsd:decimal ;
  geo-pos:long "60"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_719'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_719'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:longitude '60'^^xsd:integer;
  dwc:startLongitude '60'^^xsd:integer;
  dwc:endLongitude '60'^^xsd:integer;
  dwc:latitude '21.52'^^xsd:double;
  dwc:startLatitude '21.52'^^xsd:double;
  dwc:endLatitude '21.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((60 21.52, 60 21.52, 60 21.52, 60 21.52, 60 21.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_719'^^xsd:string;
  dwc:observationDate '1999-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.98 60)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.98"^^xsd:decimal ;
  dwc:decimalLongitude "60"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.98 60)"^^geo:wktLiteral ;
  geo-pos:lat "21.98"^^xsd:decimal ;
  geo-pos:long "60"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_860'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '64_860'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:longitude '60'^^xsd:integer;
  dwc:startLongitude '60'^^xsd:integer;
  dwc:endLongitude '60'^^xsd:integer;
  dwc:latitude '21.98'^^xsd:double;
  dwc:startLatitude '21.98'^^xsd:double;
  dwc:endLatitude '21.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((60 21.98, 60 21.98, 60 21.98, 60 21.98, 60 21.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_860'^^xsd:string;
  dwc:observationDate '2001-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.7 60.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.7"^^xsd:decimal ;
  dwc:decimalLongitude "60.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.7 60.12)"^^geo:wktLiteral ;
  geo-pos:lat "21.7"^^xsd:decimal ;
  geo-pos:long "60.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_720'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_720'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.75'^^xsd:double;
  dwc:longitude '60.12'^^xsd:double;
  dwc:startLongitude '60.12'^^xsd:double;
  dwc:endLongitude '60.12'^^xsd:double;
  dwc:latitude '21.7'^^xsd:double;
  dwc:startLatitude '21.7'^^xsd:double;
  dwc:endLatitude '21.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((60.12 21.7, 60.12 21.7, 60.12 21.7, 60.12 21.7, 60.12 21.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_720'^^xsd:string;
  dwc:observationDate '1999-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.34 62.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.34"^^xsd:decimal ;
  dwc:decimalLongitude "62.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.34 62.51)"^^geo:wktLiteral ;
  geo-pos:lat "21.34"^^xsd:decimal ;
  geo-pos:long "62.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1321'^^xsd:string;
  dwc:scientificName 'Globicephala macrorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_1321'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:longitude '62.51'^^xsd:double;
  dwc:startLongitude '62.51'^^xsd:double;
  dwc:endLongitude '62.51'^^xsd:double;
  dwc:latitude '21.34'^^xsd:double;
  dwc:startLatitude '21.34'^^xsd:double;
  dwc:endLatitude '21.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((62.51 21.34, 62.51 21.34, 62.51 21.34, 62.51 21.34, 62.51 21.34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Short-Finned Pilot Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137096'^^xsd:integer;
  dwc:occurrenceId '64_1321'^^xsd:string;
  dwc:observationDate '2002-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137096'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.21 66.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.21"^^xsd:decimal ;
  dwc:decimalLongitude "66.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.21 66.22)"^^geo:wktLiteral ;
  geo-pos:lat "6.21"^^xsd:decimal ;
  geo-pos:long "66.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1246'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1246'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^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 '1.4166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '66.22'^^xsd:double;
  dwc:startLongitude '66.22'^^xsd:double;
  dwc:endLongitude '66.22'^^xsd:double;
  dwc:latitude '6.21'^^xsd:double;
  dwc:startLatitude '6.21'^^xsd:double;
  dwc:endLatitude '6.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((66.22 6.21, 66.22 6.21, 66.22 6.21, 66.22 6.21, 66.22 6.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1246'^^xsd:string;
  dwc:observationDate '2000-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.13 73.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.13"^^xsd:decimal ;
  dwc:decimalLongitude "73.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.13 73.35)"^^geo:wktLiteral ;
  geo-pos:lat "-1.13"^^xsd:decimal ;
  geo-pos:long "73.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_642'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_642'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^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.833333333333'^^xsd:double;
  dwc:longitude '73.35'^^xsd:double;
  dwc:startLongitude '73.35'^^xsd:double;
  dwc:endLongitude '73.35'^^xsd:double;
  dwc:latitude '-1.13'^^xsd:double;
  dwc:startLatitude '-1.13'^^xsd:double;
  dwc:endLatitude '-1.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((73.35 -1.13, 73.35 -1.13, 73.35 -1.13, 73.35 -1.13, 73.35 -1.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_642'^^xsd:string;
  dwc:observationDate '1973-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.17 73.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.17"^^xsd:decimal ;
  dwc:decimalLongitude "73.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.17 73.51)"^^geo:wktLiteral ;
  geo-pos:lat "4.17"^^xsd:decimal ;
  geo-pos:long "73.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1245'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_1245'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:longitude '73.51'^^xsd:double;
  dwc:startLongitude '73.51'^^xsd:double;
  dwc:endLongitude '73.51'^^xsd:double;
  dwc:latitude '4.17'^^xsd:double;
  dwc:startLatitude '4.17'^^xsd:double;
  dwc:endLatitude '4.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((73.51 4.17, 73.51 4.17, 73.51 4.17, 73.51 4.17, 73.51 4.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1245'^^xsd:string;
  dwc:observationDate '2000-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.47 73.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.47"^^xsd:decimal ;
  dwc:decimalLongitude "73.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.47 73.61)"^^geo:wktLiteral ;
  geo-pos:lat "-1.47"^^xsd:decimal ;
  geo-pos:long "73.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1241'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_1241'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:longitude '73.61'^^xsd:double;
  dwc:startLongitude '73.61'^^xsd:double;
  dwc:endLongitude '73.61'^^xsd:double;
  dwc:latitude '-1.47'^^xsd:double;
  dwc:startLatitude '-1.47'^^xsd:double;
  dwc:endLatitude '-1.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((73.61 -1.47, 73.61 -1.47, 73.61 -1.47, 73.61 -1.47, 73.61 -1.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Bottlenose Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '64_1241'^^xsd:string;
  dwc:observationDate '2000-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.55 73.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.55"^^xsd:decimal ;
  dwc:decimalLongitude "73.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.55 73.83)"^^geo:wktLiteral ;
  geo-pos:lat "1.55"^^xsd:decimal ;
  geo-pos:long "73.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1242'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1242'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.4166666666667'^^xsd:double;
  dwc:longitude '73.83'^^xsd:double;
  dwc:startLongitude '73.83'^^xsd:double;
  dwc:endLongitude '73.83'^^xsd:double;
  dwc:latitude '1.55'^^xsd:double;
  dwc:startLatitude '1.55'^^xsd:double;
  dwc:endLatitude '1.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((73.83 1.55, 73.83 1.55, 73.83 1.55, 73.83 1.55, 73.83 1.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1242'^^xsd:string;
  dwc:observationDate '2000-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 73.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.59"^^xsd:decimal ;
  dwc:decimalLongitude "73.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 73.83)"^^geo:wktLiteral ;
  geo-pos:lat "1.59"^^xsd:decimal ;
  geo-pos:long "73.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1243'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1243'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.75'^^xsd:double;
  dwc:longitude '73.83'^^xsd:double;
  dwc:startLongitude '73.83'^^xsd:double;
  dwc:endLongitude '73.83'^^xsd:double;
  dwc:latitude '1.59'^^xsd:double;
  dwc:startLatitude '1.59'^^xsd:double;
  dwc:endLatitude '1.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((73.83 1.59, 73.83 1.59, 73.83 1.59, 73.83 1.59, 73.83 1.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1243'^^xsd:string;
  dwc:observationDate '2000-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.12 73.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.12"^^xsd:decimal ;
  dwc:decimalLongitude "73.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.12 73.83)"^^geo:wktLiteral ;
  geo-pos:lat "2.12"^^xsd:decimal ;
  geo-pos:long "73.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1244'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_1244'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:longitude '73.83'^^xsd:double;
  dwc:startLongitude '73.83'^^xsd:double;
  dwc:endLongitude '73.83'^^xsd:double;
  dwc:latitude '2.12'^^xsd:double;
  dwc:startLatitude '2.12'^^xsd:double;
  dwc:endLatitude '2.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((73.83 2.12, 73.83 2.12, 73.83 2.12, 73.83 2.12, 73.83 2.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1244'^^xsd:string;
  dwc:observationDate '2000-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.53 79.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.53"^^xsd:decimal ;
  dwc:decimalLongitude "79.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.53 79.13)"^^geo:wktLiteral ;
  geo-pos:lat "4.53"^^xsd:decimal ;
  geo-pos:long "79.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_606'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '64_606'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:longitude '79.13'^^xsd:double;
  dwc:startLongitude '79.13'^^xsd:double;
  dwc:endLongitude '79.13'^^xsd:double;
  dwc:latitude '4.53'^^xsd:double;
  dwc:startLatitude '4.53'^^xsd:double;
  dwc:endLatitude '4.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((79.13 4.53, 79.13 4.53, 79.13 4.53, 79.13 4.53, 79.13 4.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_606'^^xsd:string;
  dwc:observationDate '1970-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.67 79.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.67"^^xsd:decimal ;
  dwc:decimalLongitude "79.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.67 79.63)"^^geo:wktLiteral ;
  geo-pos:lat "4.67"^^xsd:decimal ;
  geo-pos:long "79.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1227'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1227'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '79.63'^^xsd:double;
  dwc:startLongitude '79.63'^^xsd:double;
  dwc:endLongitude '79.63'^^xsd:double;
  dwc:latitude '4.67'^^xsd:double;
  dwc:startLatitude '4.67'^^xsd:double;
  dwc:endLatitude '4.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((79.63 4.67, 79.63 4.67, 79.63 4.67, 79.63 4.67, 79.63 4.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1227'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.77 79.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.77"^^xsd:decimal ;
  dwc:decimalLongitude "79.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.77 79.7)"^^geo:wktLiteral ;
  geo-pos:lat "4.77"^^xsd:decimal ;
  geo-pos:long "79.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1237'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '64_1237'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:longitude '79.7'^^xsd:double;
  dwc:startLongitude '79.7'^^xsd:double;
  dwc:endLongitude '79.7'^^xsd:double;
  dwc:latitude '4.77'^^xsd:double;
  dwc:startLatitude '4.77'^^xsd:double;
  dwc:endLatitude '4.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((79.7 4.77, 79.7 4.77, 79.7 4.77, 79.7 4.77, 79.7 4.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1237'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.77 80.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.77"^^xsd:decimal ;
  dwc:decimalLongitude "80.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.77 80.21)"^^geo:wktLiteral ;
  geo-pos:lat "5.77"^^xsd:decimal ;
  geo-pos:long "80.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1236'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1236'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:longitude '80.21'^^xsd:double;
  dwc:startLongitude '80.21'^^xsd:double;
  dwc:endLongitude '80.21'^^xsd:double;
  dwc:latitude '5.77'^^xsd:double;
  dwc:startLatitude '5.77'^^xsd:double;
  dwc:endLatitude '5.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((80.21 5.77, 80.21 5.77, 80.21 5.77, 80.21 5.77, 80.21 5.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1236'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.78 80.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.78"^^xsd:decimal ;
  dwc:decimalLongitude "80.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.78 80.28)"^^geo:wktLiteral ;
  geo-pos:lat "5.78"^^xsd:decimal ;
  geo-pos:long "80.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1235'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1235'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:longitude '80.28'^^xsd:double;
  dwc:startLongitude '80.28'^^xsd:double;
  dwc:endLongitude '80.28'^^xsd:double;
  dwc:latitude '5.78'^^xsd:double;
  dwc:startLatitude '5.78'^^xsd:double;
  dwc:endLatitude '5.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((80.28 5.78, 80.28 5.78, 80.28 5.78, 80.28 5.78, 80.28 5.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1235'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8 80.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.8"^^xsd:decimal ;
  dwc:decimalLongitude "80.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.8 80.28)"^^geo:wktLiteral ;
  geo-pos:lat "5.8"^^xsd:decimal ;
  geo-pos:long "80.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1234'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1234'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:longitude '80.28'^^xsd:double;
  dwc:startLongitude '80.28'^^xsd:double;
  dwc:endLongitude '80.28'^^xsd:double;
  dwc:latitude '5.8'^^xsd:double;
  dwc:startLatitude '5.8'^^xsd:double;
  dwc:endLatitude '5.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((80.28 5.8, 80.28 5.8, 80.28 5.8, 80.28 5.8, 80.28 5.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1234'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.82 80.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.82"^^xsd:decimal ;
  dwc:decimalLongitude "80.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.82 80.89)"^^geo:wktLiteral ;
  geo-pos:lat "5.82"^^xsd:decimal ;
  geo-pos:long "80.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1233'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '64_1233'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.75'^^xsd:double;
  dwc:longitude '80.89'^^xsd:double;
  dwc:startLongitude '80.89'^^xsd:double;
  dwc:endLongitude '80.89'^^xsd:double;
  dwc:latitude '5.82'^^xsd:double;
  dwc:startLatitude '5.82'^^xsd:double;
  dwc:endLatitude '5.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((80.89 5.82, 80.89 5.82, 80.89 5.82, 80.89 5.82, 80.89 5.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Humpback Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '64_1233'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.28 82.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.28"^^xsd:decimal ;
  dwc:decimalLongitude "82.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.28 82.6)"^^geo:wktLiteral ;
  geo-pos:lat "2.28"^^xsd:decimal ;
  geo-pos:long "82.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_671'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1972'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '64_671'^^xsd:string;
  dwc:yearCollected '1972'^^xsd:integer;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:endYearCollected '1972'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '82.6'^^xsd:double;
  dwc:startLongitude '82.6'^^xsd:double;
  dwc:endLongitude '82.6'^^xsd:double;
  dwc:latitude '2.28'^^xsd:double;
  dwc:startLatitude '2.28'^^xsd:double;
  dwc:endLatitude '2.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((82.6 2.28, 82.6 2.28, 82.6 2.28, 82.6 2.28, 82.6 2.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_671'^^xsd:string;
  dwc:observationDate '1972-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.75 82.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.75"^^xsd:decimal ;
  dwc:decimalLongitude "82.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.75 82.7)"^^geo:wktLiteral ;
  geo-pos:lat "5.75"^^xsd:decimal ;
  geo-pos:long "82.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_605'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1970'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_605'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:startYearCollected '1970'^^xsd:integer;
  dwc:endYearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:longitude '82.7'^^xsd:double;
  dwc:startLongitude '82.7'^^xsd:double;
  dwc:endLongitude '82.7'^^xsd:double;
  dwc:latitude '5.75'^^xsd:double;
  dwc:startLatitude '5.75'^^xsd:double;
  dwc:endLatitude '5.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((82.7 5.75, 82.7 5.75, 82.7 5.75, 82.7 5.75, 82.7 5.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_605'^^xsd:string;
  dwc:observationDate '1970-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.92 83.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.92"^^xsd:decimal ;
  dwc:decimalLongitude "83.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.92 83.8)"^^geo:wktLiteral ;
  geo-pos:lat "5.92"^^xsd:decimal ;
  geo-pos:long "83.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1232'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '64_1232'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:longitude '83.8'^^xsd:double;
  dwc:startLongitude '83.8'^^xsd:double;
  dwc:endLongitude '83.8'^^xsd:double;
  dwc:latitude '5.92'^^xsd:double;
  dwc:startLatitude '5.92'^^xsd:double;
  dwc:endLatitude '5.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((83.8 5.92, 83.8 5.92, 83.8 5.92, 83.8 5.92, 83.8 5.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1232'^^xsd:string;
  dwc:observationDate '2000-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.47 89.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.47"^^xsd:decimal ;
  dwc:decimalLongitude "89.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.47 89.37)"^^geo:wktLiteral ;
  geo-pos:lat "3.47"^^xsd:decimal ;
  geo-pos:long "89.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_648'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '64_648'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '89.37'^^xsd:double;
  dwc:startLongitude '89.37'^^xsd:double;
  dwc:endLongitude '89.37'^^xsd:double;
  dwc:latitude '3.47'^^xsd:double;
  dwc:startLatitude '3.47'^^xsd:double;
  dwc:endLatitude '3.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((89.37 3.47, 89.37 3.47, 89.37 3.47, 89.37 3.47, 89.37 3.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_648'^^xsd:string;
  dwc:observationDate '1973-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.57 89.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.57"^^xsd:decimal ;
  dwc:decimalLongitude "89.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.57 89.63)"^^geo:wktLiteral ;
  geo-pos:lat "3.57"^^xsd:decimal ;
  geo-pos:long "89.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_649'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_649'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '89.63'^^xsd:double;
  dwc:startLongitude '89.63'^^xsd:double;
  dwc:endLongitude '89.63'^^xsd:double;
  dwc:latitude '3.57'^^xsd:double;
  dwc:startLatitude '3.57'^^xsd:double;
  dwc:endLatitude '3.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((89.63 3.57, 89.63 3.57, 89.63 3.57, 89.63 3.57, 89.63 3.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_649'^^xsd:string;
  dwc:observationDate '1973-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.52 92.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.52"^^xsd:decimal ;
  dwc:decimalLongitude "92.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.52 92.95)"^^geo:wktLiteral ;
  geo-pos:lat "5.52"^^xsd:decimal ;
  geo-pos:long "92.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_647'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '64_647'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:longitude '92.95'^^xsd:double;
  dwc:startLongitude '92.95'^^xsd:double;
  dwc:endLongitude '92.95'^^xsd:double;
  dwc:latitude '5.52'^^xsd:double;
  dwc:startLatitude '5.52'^^xsd:double;
  dwc:endLatitude '5.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((92.95 5.52, 92.95 5.52, 92.95 5.52, 92.95 5.52, 92.95 5.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_647'^^xsd:string;
  dwc:observationDate '1973-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.16 96.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.16"^^xsd:decimal ;
  dwc:decimalLongitude "96.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.16 96.26)"^^geo:wktLiteral ;
  geo-pos:lat "6.16"^^xsd:decimal ;
  geo-pos:long "96.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1231'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1231'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:longitude '96.26'^^xsd:double;
  dwc:startLongitude '96.26'^^xsd:double;
  dwc:endLongitude '96.26'^^xsd:double;
  dwc:latitude '6.16'^^xsd:double;
  dwc:startLatitude '6.16'^^xsd:double;
  dwc:endLatitude '6.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((96.26 6.16, 96.26 6.16, 96.26 6.16, 96.26 6.16, 96.26 6.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1231'^^xsd:string;
  dwc:observationDate '2000-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.65 97.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.65"^^xsd:decimal ;
  dwc:decimalLongitude "97.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.65 97.42)"^^geo:wktLiteral ;
  geo-pos:lat "5.65"^^xsd:decimal ;
  geo-pos:long "97.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1230'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '64_1230'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.3333333333333'^^xsd:double;
  dwc:longitude '97.42'^^xsd:double;
  dwc:startLongitude '97.42'^^xsd:double;
  dwc:endLongitude '97.42'^^xsd:double;
  dwc:latitude '5.65'^^xsd:double;
  dwc:startLatitude '5.65'^^xsd:double;
  dwc:endLatitude '5.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((97.42 5.65, 97.42 5.65, 97.42 5.65, 97.42 5.65, 97.42 5.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1230'^^xsd:string;
  dwc:observationDate '2000-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.25 100.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.25"^^xsd:decimal ;
  dwc:decimalLongitude "100.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.25 100.55)"^^geo:wktLiteral ;
  geo-pos:lat "3.25"^^xsd:decimal ;
  geo-pos:long "100.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1229'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1229'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:longitude '100.55'^^xsd:double;
  dwc:startLongitude '100.55'^^xsd:double;
  dwc:endLongitude '100.55'^^xsd:double;
  dwc:latitude '3.25'^^xsd:double;
  dwc:startLatitude '3.25'^^xsd:double;
  dwc:endLatitude '3.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((100.55 3.25, 100.55 3.25, 100.55 3.25, 100.55 3.25, 100.55 3.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1229'^^xsd:string;
  dwc:observationDate '2000-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.08 100.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.08"^^xsd:decimal ;
  dwc:decimalLongitude "100.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.08 100.73)"^^geo:wktLiteral ;
  geo-pos:lat "3.08"^^xsd:decimal ;
  geo-pos:long "100.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1228'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '64_1228'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:longitude '100.73'^^xsd:double;
  dwc:startLongitude '100.73'^^xsd:double;
  dwc:endLongitude '100.73'^^xsd:double;
  dwc:latitude '3.08'^^xsd:double;
  dwc:startLatitude '3.08'^^xsd:double;
  dwc:endLatitude '3.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((100.73 3.08, 100.73 3.08, 100.73 3.08, 100.73 3.08, 100.73 3.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_1228'^^xsd:string;
  dwc:observationDate '2000-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.33 116.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.33"^^xsd:decimal ;
  dwc:decimalLongitude "116.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.33 116.18)"^^geo:wktLiteral ;
  geo-pos:lat "16.33"^^xsd:decimal ;
  geo-pos:long "116.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_643'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_643'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:longitude '116.18'^^xsd:double;
  dwc:startLongitude '116.18'^^xsd:double;
  dwc:endLongitude '116.18'^^xsd:double;
  dwc:latitude '16.33'^^xsd:double;
  dwc:startLatitude '16.33'^^xsd:double;
  dwc:endLatitude '16.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((116.18 16.33, 116.18 16.33, 116.18 16.33, 116.18 16.33, 116.18 16.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_643'^^xsd:string;
  dwc:observationDate '1973-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17 117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17"^^xsd:decimal ;
  dwc:decimalLongitude "117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17 117)"^^geo:wktLiteral ;
  geo-pos:lat "17"^^xsd:decimal ;
  geo-pos:long "117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1120'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '64_1120'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:longitude '117'^^xsd:integer;
  dwc:startLongitude '117'^^xsd:integer;
  dwc:endLongitude '117'^^xsd:integer;
  dwc:latitude '17'^^xsd:integer;
  dwc:startLatitude '17'^^xsd:integer;
  dwc:endLatitude '17'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((117 17, 117 17, 117 17, 117 17, 117 17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_1120'^^xsd:string;
  dwc:observationDate '1997-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_1121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_1121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_1121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4"^^xsd:decimal ;
  dwc:decimalLongitude "119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_1121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4 119)"^^geo:wktLiteral ;
  geo-pos:lat "4"^^xsd:decimal ;
  geo-pos:long "119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_1121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_1121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_1121'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_1121'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:longitude '119'^^xsd:integer;
  dwc:startLongitude '119'^^xsd:integer;
  dwc:endLongitude '119'^^xsd:integer;
  dwc:latitude '4'^^xsd:integer;
  dwc:startLatitude '4'^^xsd:integer;
  dwc:endLatitude '4'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((119 4, 119 4, 119 4, 119 4, 119 4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_1121'^^xsd:string;
  dwc:observationDate '1997-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.17 119.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-9.17"^^xsd:decimal ;
  dwc:decimalLongitude "119.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-9.17 119.8)"^^geo:wktLiteral ;
  geo-pos:lat "-9.17"^^xsd:decimal ;
  geo-pos:long "119.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_634'^^xsd:string;
  dwc:scientificName 'Globicephala'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '64_634'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:longitude '119.8'^^xsd:double;
  dwc:startLongitude '119.8'^^xsd:double;
  dwc:endLongitude '119.8'^^xsd:double;
  dwc:latitude '-9.17'^^xsd:double;
  dwc:startLatitude '-9.17'^^xsd:double;
  dwc:endLatitude '-9.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((119.8 -9.17, 119.8 -9.17, 119.8 -9.17, 119.8 -9.17, 119.8 -9.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Pilot whale" by the provider'^^xsd:string;
  dwc:aphiaid '137017'^^xsd:integer;
  dwc:occurrenceId '64_634'^^xsd:string;
  dwc:observationDate '1974-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137017'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.88 124.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "12.88"^^xsd:decimal ;
  dwc:decimalLongitude "124.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (12.88 124.67)"^^geo:wktLiteral ;
  geo-pos:lat "12.88"^^xsd:decimal ;
  geo-pos:long "124.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_644'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '64_644'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:longitude '124.67'^^xsd:double;
  dwc:startLongitude '124.67'^^xsd:double;
  dwc:endLongitude '124.67'^^xsd:double;
  dwc:latitude '12.88'^^xsd:double;
  dwc:startLatitude '12.88'^^xsd:double;
  dwc:endLatitude '12.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((124.67 12.88, 124.67 12.88, 124.67 12.88, 124.67 12.88, 124.67 12.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_644'^^xsd:string;
  dwc:observationDate '1973-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.32 125.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.32"^^xsd:decimal ;
  dwc:decimalLongitude "125.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.32 125.88)"^^geo:wktLiteral ;
  geo-pos:lat "-8.32"^^xsd:decimal ;
  geo-pos:long "125.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_633'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1947'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_633'^^xsd:string;
  dwc:yearCollected '1947'^^xsd:integer;
  dwc:startYearCollected '1947'^^xsd:integer;
  dwc:endYearCollected '1947'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.6666666666667'^^xsd:double;
  dwc:longitude '125.88'^^xsd:double;
  dwc:startLongitude '125.88'^^xsd:double;
  dwc:endLongitude '125.88'^^xsd:double;
  dwc:latitude '-8.32'^^xsd:double;
  dwc:startLatitude '-8.32'^^xsd:double;
  dwc:endLatitude '-8.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((125.88 -8.32, 125.88 -8.32, 125.88 -8.32, 125.88 -8.32, 125.88 -8.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_633'^^xsd:string;
  dwc:observationDate '1947-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 125.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.3"^^xsd:decimal ;
  dwc:decimalLongitude "125.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.3 125.97)"^^geo:wktLiteral ;
  geo-pos:lat "-8.3"^^xsd:decimal ;
  geo-pos:long "125.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_632'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_632'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:longitude '125.97'^^xsd:double;
  dwc:startLongitude '125.97'^^xsd:double;
  dwc:endLongitude '125.97'^^xsd:double;
  dwc:latitude '-8.3'^^xsd:double;
  dwc:startLatitude '-8.3'^^xsd:double;
  dwc:endLatitude '-8.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((125.97 -8.3, 125.97 -8.3, 125.97 -8.3, 125.97 -8.3, 125.97 -8.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_632'^^xsd:string;
  dwc:observationDate '1974-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.87 127.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "17.87"^^xsd:decimal ;
  dwc:decimalLongitude "127.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (17.87 127.85)"^^geo:wktLiteral ;
  geo-pos:lat "17.87"^^xsd:decimal ;
  geo-pos:long "127.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_646'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_646'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '127.85'^^xsd:double;
  dwc:startLongitude '127.85'^^xsd:double;
  dwc:endLongitude '127.85'^^xsd:double;
  dwc:latitude '17.87'^^xsd:double;
  dwc:startLatitude '17.87'^^xsd:double;
  dwc:endLatitude '17.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((127.85 17.87, 127.85 17.87, 127.85 17.87, 127.85 17.87, 127.85 17.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_646'^^xsd:string;
  dwc:observationDate '1973-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.28 132.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.28"^^xsd:decimal ;
  dwc:decimalLongitude "132.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.28 132.35)"^^geo:wktLiteral ;
  geo-pos:lat "13.28"^^xsd:decimal ;
  geo-pos:long "132.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_645'^^xsd:string;
  dwc:scientificName 'Phocoenidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1973'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '64_645'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:startYearCollected '1973'^^xsd:integer;
  dwc:endYearCollected '1973'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:longitude '132.35'^^xsd:double;
  dwc:startLongitude '132.35'^^xsd:double;
  dwc:endLongitude '132.35'^^xsd:double;
  dwc:latitude '13.28'^^xsd:double;
  dwc:startLatitude '13.28'^^xsd:double;
  dwc:endLatitude '13.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((132.35 13.28, 132.35 13.28, 132.35 13.28, 132.35 13.28, 132.35 13.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Porpoise" by the provider'^^xsd:string;
  dwc:aphiaid '136984'^^xsd:integer;
  dwc:occurrenceId '64_645'^^xsd:string;
  dwc:observationDate '1973-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '136984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.53 157.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.53"^^xsd:decimal ;
  dwc:decimalLongitude "157.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.53 157.82)"^^geo:wktLiteral ;
  geo-pos:lat "-7.53"^^xsd:decimal ;
  geo-pos:long "157.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_629'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '64_629'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^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 '12.666666666667'^^xsd:double;
  dwc:longitude '157.82'^^xsd:double;
  dwc:startLongitude '157.82'^^xsd:double;
  dwc:endLongitude '157.82'^^xsd:double;
  dwc:latitude '-7.53'^^xsd:double;
  dwc:startLatitude '-7.53'^^xsd:double;
  dwc:endLatitude '-7.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((157.82 -7.53, 157.82 -7.53, 157.82 -7.53, 157.82 -7.53, 157.82 -7.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Dolphin" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '64_629'^^xsd:string;
  dwc:observationDate '1974-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.35 158.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.35"^^xsd:decimal ;
  dwc:decimalLongitude "158.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.35 158.05)"^^geo:wktLiteral ;
  geo-pos:lat "-8.35"^^xsd:decimal ;
  geo-pos:long "158.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_625'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_625'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:longitude '158.05'^^xsd:double;
  dwc:startLongitude '158.05'^^xsd:double;
  dwc:endLongitude '158.05'^^xsd:double;
  dwc:latitude '-8.35'^^xsd:double;
  dwc:startLatitude '-8.35'^^xsd:double;
  dwc:endLatitude '-8.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((158.05 -8.35, 158.05 -8.35, 158.05 -8.35, 158.05 -8.35, 158.05 -8.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_625'^^xsd:string;
  dwc:observationDate '1974-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.92 158.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.92"^^xsd:decimal ;
  dwc:decimalLongitude "158.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.92 158.25)"^^geo:wktLiteral ;
  geo-pos:lat "-7.92"^^xsd:decimal ;
  geo-pos:long "158.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_626'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_626'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^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 '17.083333333333'^^xsd:double;
  dwc:longitude '158.25'^^xsd:double;
  dwc:startLongitude '158.25'^^xsd:double;
  dwc:endLongitude '158.25'^^xsd:double;
  dwc:latitude '-7.92'^^xsd:double;
  dwc:startLatitude '-7.92'^^xsd:double;
  dwc:endLatitude '-7.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((158.25 -7.92, 158.25 -7.92, 158.25 -7.92, 158.25 -7.92, 158.25 -7.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_626'^^xsd:string;
  dwc:observationDate '1974-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.25 158.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.25"^^xsd:decimal ;
  dwc:decimalLongitude "158.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.25 158.28)"^^geo:wktLiteral ;
  geo-pos:lat "-7.25"^^xsd:decimal ;
  geo-pos:long "158.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_627'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '64_627'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^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'^^xsd:integer;
  dwc:longitude '158.28'^^xsd:double;
  dwc:startLongitude '158.28'^^xsd:double;
  dwc:endLongitude '158.28'^^xsd:double;
  dwc:latitude '-7.25'^^xsd:double;
  dwc:startLatitude '-7.25'^^xsd:double;
  dwc:endLatitude '-7.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((158.28 -7.25, 158.28 -7.25, 158.28 -7.25, 158.28 -7.25, 158.28 -7.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_627'^^xsd:string;
  dwc:observationDate '1974-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.58 158.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.58"^^xsd:decimal ;
  dwc:decimalLongitude "158.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.58 158.32)"^^geo:wktLiteral ;
  geo-pos:lat "-8.58"^^xsd:decimal ;
  geo-pos:long "158.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_631'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '64_631'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:longitude '158.32'^^xsd:double;
  dwc:startLongitude '158.32'^^xsd:double;
  dwc:endLongitude '158.32'^^xsd:double;
  dwc:latitude '-8.58'^^xsd:double;
  dwc:startLatitude '-8.58'^^xsd:double;
  dwc:endLatitude '-8.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((158.32 -8.58, 158.32 -8.58, 158.32 -8.58, 158.32 -8.58, 158.32 -8.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_631'^^xsd:string;
  dwc:observationDate '1974-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.02 158.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.02"^^xsd:decimal ;
  dwc:decimalLongitude "158.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.02 158.32)"^^geo:wktLiteral ;
  geo-pos:lat "-8.02"^^xsd:decimal ;
  geo-pos:long "158.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_630'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '64_630'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:longitude '158.32'^^xsd:double;
  dwc:startLongitude '158.32'^^xsd:double;
  dwc:endLongitude '158.32'^^xsd:double;
  dwc:latitude '-8.02'^^xsd:double;
  dwc:startLatitude '-8.02'^^xsd:double;
  dwc:endLatitude '-8.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((158.32 -8.02, 158.32 -8.02, 158.32 -8.02, 158.32 -8.02, 158.32 -8.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Killer Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '64_630'^^xsd:string;
  dwc:observationDate '1974-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.25 158.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-8.25"^^xsd:decimal ;
  dwc:decimalLongitude "158.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-8.25 158.38)"^^geo:wktLiteral ;
  geo-pos:lat "-8.25"^^xsd:decimal ;
  geo-pos:long "158.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_624'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '64_624'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:longitude '158.38'^^xsd:double;
  dwc:startLongitude '158.38'^^xsd:double;
  dwc:endLongitude '158.38'^^xsd:double;
  dwc:latitude '-8.25'^^xsd:double;
  dwc:startLatitude '-8.25'^^xsd:double;
  dwc:endLatitude '-8.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((158.38 -8.25, 158.38 -8.25, 158.38 -8.25, 158.38 -8.25, 158.38 -8.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Whale" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '64_624'^^xsd:string;
  dwc:observationDate '1974-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.25 158.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.25"^^xsd:decimal ;
  dwc:decimalLongitude "158.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.25 158.4)"^^geo:wktLiteral ;
  geo-pos:lat "-7.25"^^xsd:decimal ;
  geo-pos:long "158.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_628'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '64_628'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^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 '8.25'^^xsd:double;
  dwc:longitude '158.4'^^xsd:double;
  dwc:startLongitude '158.4'^^xsd:double;
  dwc:endLongitude '158.4'^^xsd:double;
  dwc:latitude '-7.25'^^xsd:double;
  dwc:startLatitude '-7.25'^^xsd:double;
  dwc:endLatitude '-7.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((158.4 -7.25, 158.4 -7.25, 158.4 -7.25, 158.4 -7.25, 158.4 -7.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_628'^^xsd:string;
  dwc:observationDate '1974-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1994__64_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1994__64_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1994__64_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.75 159.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-23.75"^^xsd:decimal ;
  dwc:decimalLongitude "159.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1994__64_623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-23.75 159.23)"^^geo:wktLiteral ;
  geo-pos:lat "-23.75"^^xsd:decimal ;
  geo-pos:long "159.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1994__64_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "64_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1994_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-02-14'^^xsd:date;
  dwc:institutionCode 'UK Royal Navy'^^xsd:string;
  dwc:collectionCode '64'^^xsd:integer;
  dwc:catalogNumber '64_623'^^xsd:string;
  dwc:scientificName 'Physeter macrocephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1974'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '64_623'^^xsd:string;
  dwc:yearCollected '1974'^^xsd:integer;
  dwc:startYearCollected '1974'^^xsd:integer;
  dwc:endYearCollected '1974'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:longitude '159.23'^^xsd:double;
  dwc:startLongitude '159.23'^^xsd:double;
  dwc:endLongitude '159.23'^^xsd:double;
  dwc:latitude '-23.75'^^xsd:double;
  dwc:startLatitude '-23.75'^^xsd:double;
  dwc:endLatitude '-23.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((159.23 -23.75, 159.23 -23.75, 159.23 -23.75, 159.23 -23.75, 159.23 -23.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Sperm Whale" by the provider'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:occurrenceId '64_623'^^xsd:string;
  dwc:observationDate '1974-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF