@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/4843__1152_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.24 -11.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.24"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.24 -11.76)"^^geo:wktLiteral ;
  geo-pos:lat "53.24"^^xsd:decimal ;
  geo-pos:long "-11.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_392'^^xsd:string;
  dwc:scientificName 'Mola mola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_392'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.871111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.76'^^xsd:double;
  dwc:startLongitude '-11.76'^^xsd:double;
  dwc:endLongitude '-11.76'^^xsd:double;
  dwc:latitude '53.24'^^xsd:double;
  dwc:startLatitude '53.24'^^xsd:double;
  dwc:endLatitude '53.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.76 53.24, -11.76 53.24, -11.76 53.24, -11.76 53.24, -11.76 53.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MM" by the provider'^^xsd:string;
  dwc:aphiaid '127405'^^xsd:integer;
  dwc:occurrenceId '1152_392'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.91 -11.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.91"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.91 -11.71)"^^geo:wktLiteral ;
  geo-pos:lat "53.91"^^xsd:decimal ;
  geo-pos:long "-11.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_413'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_413'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.0838888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.71'^^xsd:double;
  dwc:startLongitude '-11.71'^^xsd:double;
  dwc:endLongitude '-11.71'^^xsd:double;
  dwc:latitude '53.91'^^xsd:double;
  dwc:startLatitude '53.91'^^xsd:double;
  dwc:endLatitude '53.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.71 53.91, -11.71 53.91, -11.71 53.91, -11.71 53.91, -11.71 53.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_413'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.94 -11.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.94"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.94 -11.68)"^^geo:wktLiteral ;
  geo-pos:lat "53.94"^^xsd:decimal ;
  geo-pos:long "-11.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_414'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_414'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.2775'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.68'^^xsd:double;
  dwc:startLongitude '-11.68'^^xsd:double;
  dwc:endLongitude '-11.68'^^xsd:double;
  dwc:latitude '53.94'^^xsd:double;
  dwc:startLatitude '53.94'^^xsd:double;
  dwc:endLatitude '53.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.68 53.94, -11.68 53.94, -11.68 53.94, -11.68 53.94, -11.68 53.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_414'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50 -11.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50 -11.45)"^^geo:wktLiteral ;
  geo-pos:lat "50"^^xsd:decimal ;
  geo-pos:long "-11.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_899'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_899'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.810833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.45'^^xsd:double;
  dwc:startLongitude '-11.45'^^xsd:double;
  dwc:endLongitude '-11.45'^^xsd:double;
  dwc:latitude '50'^^xsd:integer;
  dwc:startLatitude '50'^^xsd:integer;
  dwc:endLatitude '50'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-11.45 50, -11.45 50, -11.45 50, -11.45 50, -11.45 50))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_899'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.07 -11.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.07"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.07 -11.44)"^^geo:wktLiteral ;
  geo-pos:lat "50.07"^^xsd:decimal ;
  geo-pos:long "-11.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_900'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_900'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.222777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.44'^^xsd:double;
  dwc:startLongitude '-11.44'^^xsd:double;
  dwc:endLongitude '-11.44'^^xsd:double;
  dwc:latitude '50.07'^^xsd:double;
  dwc:startLatitude '50.07'^^xsd:double;
  dwc:endLatitude '50.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.44 50.07, -11.44 50.07, -11.44 50.07, -11.44 50.07, -11.44 50.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_900'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -11.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2"^^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/4843__1152_901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2 -11.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.2"^^xsd:decimal ;
  geo-pos:long "-11.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_901'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_901'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.9525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.42'^^xsd:double;
  dwc:startLongitude '-11.42'^^xsd:double;
  dwc:endLongitude '-11.42'^^xsd:double;
  dwc:latitude '50.2'^^xsd:double;
  dwc:startLatitude '50.2'^^xsd:double;
  dwc:endLatitude '50.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.42 50.2, -11.42 50.2, -11.42 50.2, -11.42 50.2, -11.42 50.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_901'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.69 -11.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.69 -11.4)"^^geo:wktLiteral ;
  geo-pos:lat "51.69"^^xsd:decimal ;
  geo-pos:long "-11.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_395'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_395'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.7586111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.4'^^xsd:double;
  dwc:startLongitude '-11.4'^^xsd:double;
  dwc:endLongitude '-11.4'^^xsd:double;
  dwc:latitude '51.69'^^xsd:double;
  dwc:startLatitude '51.69'^^xsd:double;
  dwc:endLatitude '51.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.4 51.69, -11.4 51.69, -11.4 51.69, -11.4 51.69, -11.4 51.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "RD" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '1152_395'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.97 -11.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.97"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.97 -11.39)"^^geo:wktLiteral ;
  geo-pos:lat "49.97"^^xsd:decimal ;
  geo-pos:long "-11.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_898'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_898'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.152777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.39'^^xsd:double;
  dwc:startLongitude '-11.39'^^xsd:double;
  dwc:endLongitude '-11.39'^^xsd:double;
  dwc:latitude '49.97'^^xsd:double;
  dwc:startLatitude '49.97'^^xsd:double;
  dwc:endLatitude '49.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.39 49.97, -11.39 49.97, -11.39 49.97, -11.39 49.97, -11.39 49.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_898'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.98 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.98"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.98 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "52.98"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_393'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_393'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.853055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:startLongitude '-11.38'^^xsd:double;
  dwc:endLongitude '-11.38'^^xsd:double;
  dwc:latitude '52.98'^^xsd:double;
  dwc:startLatitude '52.98'^^xsd:double;
  dwc:endLatitude '52.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.38 52.98, -11.38 52.98, -11.38 52.98, -11.38 52.98, -11.38 52.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_393'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_902> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -11.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -11.36)"^^geo:wktLiteral ;
  geo-pos:lat "50.55"^^xsd:decimal ;
  geo-pos:long "-11.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_902'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_902'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.610833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.36'^^xsd:double;
  dwc:startLongitude '-11.36'^^xsd:double;
  dwc:endLongitude '-11.36'^^xsd:double;
  dwc:latitude '50.55'^^xsd:double;
  dwc:startLatitude '50.55'^^xsd:double;
  dwc:endLatitude '50.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.36 50.55, -11.36 50.55, -11.36 50.55, -11.36 50.55, -11.36 50.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_902'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.96 -11.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.96"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.96 -11.36)"^^geo:wktLiteral ;
  geo-pos:lat "52.96"^^xsd:decimal ;
  geo-pos:long "-11.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_394'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_394'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.995277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.36'^^xsd:double;
  dwc:startLongitude '-11.36'^^xsd:double;
  dwc:endLongitude '-11.36'^^xsd:double;
  dwc:latitude '52.96'^^xsd:double;
  dwc:startLatitude '52.96'^^xsd:double;
  dwc:endLatitude '52.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.36 52.96, -11.36 52.96, -11.36 52.96, -11.36 52.96, -11.36 52.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_394'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_903> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -11.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.63"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -11.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.63"^^xsd:decimal ;
  geo-pos:long "-11.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_903'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_903'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.081666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.34'^^xsd:double;
  dwc:startLongitude '-11.34'^^xsd:double;
  dwc:endLongitude '-11.34'^^xsd:double;
  dwc:latitude '50.63'^^xsd:double;
  dwc:startLatitude '50.63'^^xsd:double;
  dwc:endLatitude '50.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.34 50.63, -11.34 50.63, -11.34 50.63, -11.34 50.63, -11.34 50.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_903'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -11.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.67"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -11.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.67"^^xsd:decimal ;
  geo-pos:long "-11.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_904'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_904'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.535'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.34'^^xsd:double;
  dwc:startLongitude '-11.34'^^xsd:double;
  dwc:endLongitude '-11.34'^^xsd:double;
  dwc:latitude '50.67'^^xsd:double;
  dwc:startLatitude '50.67'^^xsd:double;
  dwc:endLatitude '50.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.34 50.67, -11.34 50.67, -11.34 50.67, -11.34 50.67, -11.34 50.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_904'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_905> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.68 -11.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.68"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.68 -11.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.68"^^xsd:decimal ;
  geo-pos:long "-11.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_905'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_905'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.6538888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.33'^^xsd:double;
  dwc:startLongitude '-11.33'^^xsd:double;
  dwc:endLongitude '-11.33'^^xsd:double;
  dwc:latitude '50.68'^^xsd:double;
  dwc:startLatitude '50.68'^^xsd:double;
  dwc:endLatitude '50.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.33 50.68, -11.33 50.68, -11.33 50.68, -11.33 50.68, -11.33 50.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "P?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_905'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71 -11.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71 -11.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.71"^^xsd:decimal ;
  geo-pos:long "-11.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_906'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_906'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.8194444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.33'^^xsd:double;
  dwc:startLongitude '-11.33'^^xsd:double;
  dwc:endLongitude '-11.33'^^xsd:double;
  dwc:latitude '50.71'^^xsd:double;
  dwc:startLatitude '50.71'^^xsd:double;
  dwc:endLatitude '50.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.33 50.71, -11.33 50.71, -11.33 50.71, -11.33 50.71, -11.33 50.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_906'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.65 -11.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.65"^^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/4843__1152_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.65 -11.32)"^^geo:wktLiteral ;
  geo-pos:lat "51.65"^^xsd:decimal ;
  geo-pos:long "-11.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_396'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_396'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.1591666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.32'^^xsd:double;
  dwc:startLongitude '-11.32'^^xsd:double;
  dwc:endLongitude '-11.32'^^xsd:double;
  dwc:latitude '51.65'^^xsd:double;
  dwc:startLatitude '51.65'^^xsd:double;
  dwc:endLatitude '51.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.32 51.65, -11.32 51.65, -11.32 51.65, -11.32 51.65, -11.32 51.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_396'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.02 -11.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.02"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.02 -11.24)"^^geo:wktLiteral ;
  geo-pos:lat "50.02"^^xsd:decimal ;
  geo-pos:long "-11.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_897'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_897'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.526388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.24'^^xsd:double;
  dwc:startLongitude '-11.24'^^xsd:double;
  dwc:endLongitude '-11.24'^^xsd:double;
  dwc:latitude '50.02'^^xsd:double;
  dwc:startLatitude '50.02'^^xsd:double;
  dwc:endLatitude '50.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.24 50.02, -11.24 50.02, -11.24 50.02, -11.24 50.02, -11.24 50.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_897'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.02 -11.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.02"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.02 -11.07)"^^geo:wktLiteral ;
  geo-pos:lat "52.02"^^xsd:decimal ;
  geo-pos:long "-11.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_406'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_406'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.287777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.07'^^xsd:double;
  dwc:startLongitude '-11.07'^^xsd:double;
  dwc:endLongitude '-11.07'^^xsd:double;
  dwc:latitude '52.02'^^xsd:double;
  dwc:startLatitude '52.02'^^xsd:double;
  dwc:endLatitude '52.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.07 52.02, -11.07 52.02, -11.07 52.02, -11.07 52.02, -11.07 52.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_406'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52 -11.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4843__1152_405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52 -11.03)"^^geo:wktLiteral ;
  geo-pos:lat "52"^^xsd:decimal ;
  geo-pos:long "-11.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_405'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_405'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.068333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.03'^^xsd:double;
  dwc:startLongitude '-11.03'^^xsd:double;
  dwc:endLongitude '-11.03'^^xsd:double;
  dwc:latitude '52'^^xsd:integer;
  dwc:startLatitude '52'^^xsd:integer;
  dwc:endLatitude '52'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-11.03 52, -11.03 52, -11.03 52, -11.03 52, -11.03 52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_405'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09 -10.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09 -10.87)"^^geo:wktLiteral ;
  geo-pos:lat "51.09"^^xsd:decimal ;
  geo-pos:long "-10.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_401'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_401'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.7666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.87'^^xsd:double;
  dwc:startLongitude '-10.87'^^xsd:double;
  dwc:endLongitude '-10.87'^^xsd:double;
  dwc:latitude '51.09'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.87 51.09, -10.87 51.09, -10.87 51.09, -10.87 51.09, -10.87 51.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_401'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.77 -10.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.77"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.77 -10.76)"^^geo:wktLiteral ;
  geo-pos:lat "52.77"^^xsd:decimal ;
  geo-pos:long "-10.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_412'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_412'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.7358333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.76'^^xsd:double;
  dwc:startLongitude '-10.76'^^xsd:double;
  dwc:endLongitude '-10.76'^^xsd:double;
  dwc:latitude '52.77'^^xsd:double;
  dwc:startLatitude '52.77'^^xsd:double;
  dwc:endLatitude '52.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.76 52.77, -10.76 52.77, -10.76 52.77, -10.76 52.77, -10.76 52.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_412'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.76"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.75)"^^geo:wktLiteral ;
  geo-pos:lat "52.76"^^xsd:decimal ;
  geo-pos:long "-10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_411'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_411'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6791666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.75'^^xsd:double;
  dwc:startLongitude '-10.75'^^xsd:double;
  dwc:endLongitude '-10.75'^^xsd:double;
  dwc:latitude '52.76'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.75 52.76, -10.75 52.76, -10.75 52.76, -10.75 52.76, -10.75 52.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_411'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.75 -10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.75"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.75 -10.74)"^^geo:wktLiteral ;
  geo-pos:lat "52.75"^^xsd:decimal ;
  geo-pos:long "-10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_410'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_410'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6233333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.74'^^xsd:double;
  dwc:startLongitude '-10.74'^^xsd:double;
  dwc:endLongitude '-10.74'^^xsd:double;
  dwc:latitude '52.75'^^xsd:double;
  dwc:startLatitude '52.75'^^xsd:double;
  dwc:endLatitude '52.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.74 52.75, -10.74 52.75, -10.74 52.75, -10.74 52.75, -10.74 52.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_410'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.49 -10.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.49"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.49 -10.73)"^^geo:wktLiteral ;
  geo-pos:lat "52.49"^^xsd:decimal ;
  geo-pos:long "-10.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_407'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_407'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5830555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.73'^^xsd:double;
  dwc:startLongitude '-10.73'^^xsd:double;
  dwc:endLongitude '-10.73'^^xsd:double;
  dwc:latitude '52.49'^^xsd:double;
  dwc:startLatitude '52.49'^^xsd:double;
  dwc:endLatitude '52.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.73 52.49, -10.73 52.49, -10.73 52.49, -10.73 52.49, -10.73 52.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_407'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.75 -10.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.75"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.75 -10.73)"^^geo:wktLiteral ;
  geo-pos:lat "52.75"^^xsd:decimal ;
  geo-pos:long "-10.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_408'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_408'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5641666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.73'^^xsd:double;
  dwc:startLongitude '-10.73'^^xsd:double;
  dwc:endLongitude '-10.73'^^xsd:double;
  dwc:latitude '52.75'^^xsd:double;
  dwc:startLatitude '52.75'^^xsd:double;
  dwc:endLatitude '52.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.73 52.75, -10.73 52.75, -10.73 52.75, -10.73 52.75, -10.73 52.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_408'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.75 -10.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.75"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.75 -10.73)"^^geo:wktLiteral ;
  geo-pos:lat "52.75"^^xsd:decimal ;
  geo-pos:long "-10.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_409'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_409'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5955555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.73'^^xsd:double;
  dwc:startLongitude '-10.73'^^xsd:double;
  dwc:endLongitude '-10.73'^^xsd:double;
  dwc:latitude '52.75'^^xsd:double;
  dwc:startLatitude '52.75'^^xsd:double;
  dwc:endLatitude '52.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.73 52.75, -10.73 52.75, -10.73 52.75, -10.73 52.75, -10.73 52.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_409'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -10.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.24"^^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/4843__1152_896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -10.58)"^^geo:wktLiteral ;
  geo-pos:lat "50.24"^^xsd:decimal ;
  geo-pos:long "-10.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_896'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_896'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.4219444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.58'^^xsd:double;
  dwc:startLongitude '-10.58'^^xsd:double;
  dwc:endLongitude '-10.58'^^xsd:double;
  dwc:latitude '50.24'^^xsd:double;
  dwc:startLatitude '50.24'^^xsd:double;
  dwc:endLatitude '50.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.58 50.24, -10.58 50.24, -10.58 50.24, -10.58 50.24, -10.58 50.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_896'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.91 -10.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.91"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.91 -10.56)"^^geo:wktLiteral ;
  geo-pos:lat "48.91"^^xsd:decimal ;
  geo-pos:long "-10.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_844'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_844'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.047777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.56'^^xsd:double;
  dwc:startLongitude '-10.56'^^xsd:double;
  dwc:endLongitude '-10.56'^^xsd:double;
  dwc:latitude '48.91'^^xsd:double;
  dwc:startLatitude '48.91'^^xsd:double;
  dwc:endLatitude '48.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.56 48.91, -10.56 48.91, -10.56 48.91, -10.56 48.91, -10.56 48.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_844'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -10.5)"^^geo:wktLiteral ;
  geo-pos:lat "51.46"^^xsd:decimal ;
  geo-pos:long "-10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_402'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_402'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.3902777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.5'^^xsd:double;
  dwc:startLongitude '-10.5'^^xsd:double;
  dwc:endLongitude '-10.5'^^xsd:double;
  dwc:latitude '51.46'^^xsd:double;
  dwc:startLatitude '51.46'^^xsd:double;
  dwc:endLatitude '51.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.5 51.46, -10.5 51.46, -10.5 51.46, -10.5 51.46, -10.5 51.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "P?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_402'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47 -10.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.47"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47 -10.49)"^^geo:wktLiteral ;
  geo-pos:lat "51.47"^^xsd:decimal ;
  geo-pos:long "-10.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_403'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_403'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.5016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.49'^^xsd:double;
  dwc:startLongitude '-10.49'^^xsd:double;
  dwc:endLongitude '-10.49'^^xsd:double;
  dwc:latitude '51.47'^^xsd:double;
  dwc:startLatitude '51.47'^^xsd:double;
  dwc:endLatitude '51.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.49 51.47, -10.49 51.47, -10.49 51.47, -10.49 51.47, -10.49 51.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_403'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.95 -10.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.95"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.95 -10.46)"^^geo:wktLiteral ;
  geo-pos:lat "48.95"^^xsd:decimal ;
  geo-pos:long "-10.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_843'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_843'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.6047222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.46'^^xsd:double;
  dwc:startLongitude '-10.46'^^xsd:double;
  dwc:endLongitude '-10.46'^^xsd:double;
  dwc:latitude '48.95'^^xsd:double;
  dwc:startLatitude '48.95'^^xsd:double;
  dwc:endLatitude '48.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.46 48.95, -10.46 48.95, -10.46 48.95, -10.46 48.95, -10.46 48.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_843'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.51 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.51"^^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/4843__1152_404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.51 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.51"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_404'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_404'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.7194444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:startLongitude '-10.45'^^xsd:double;
  dwc:endLongitude '-10.45'^^xsd:double;
  dwc:latitude '51.51'^^xsd:double;
  dwc:startLatitude '51.51'^^xsd:double;
  dwc:endLatitude '51.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.45 51.51, -10.45 51.51, -10.45 51.51, -10.45 51.51, -10.45 51.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_404'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29 -10.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.29"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29 -10.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.29"^^xsd:decimal ;
  geo-pos:long "-10.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_895'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_895'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.7194444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.42'^^xsd:double;
  dwc:startLongitude '-10.42'^^xsd:double;
  dwc:endLongitude '-10.42'^^xsd:double;
  dwc:latitude '50.29'^^xsd:double;
  dwc:startLatitude '50.29'^^xsd:double;
  dwc:endLatitude '50.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.42 50.29, -10.42 50.29, -10.42 50.29, -10.42 50.29, -10.42 50.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_895'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -10.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14 -10.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.14"^^xsd:decimal ;
  geo-pos:long "-10.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_397'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_397'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.188611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.27'^^xsd:double;
  dwc:startLongitude '-10.27'^^xsd:double;
  dwc:endLongitude '-10.27'^^xsd:double;
  dwc:latitude '51.14'^^xsd:double;
  dwc:startLatitude '51.14'^^xsd:double;
  dwc:endLatitude '51.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.27 51.14, -10.27 51.14, -10.27 51.14, -10.27 51.14, -10.27 51.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_397'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.03 -10.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.03"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.03 -10.26)"^^geo:wktLiteral ;
  geo-pos:lat "49.03"^^xsd:decimal ;
  geo-pos:long "-10.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_842'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_842'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.7447222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.26'^^xsd:double;
  dwc:startLongitude '-10.26'^^xsd:double;
  dwc:endLongitude '-10.26'^^xsd:double;
  dwc:latitude '49.03'^^xsd:double;
  dwc:startLatitude '49.03'^^xsd:double;
  dwc:endLatitude '49.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.26 49.03, -10.26 49.03, -10.26 49.03, -10.26 49.03, -10.26 49.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_842'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.34 -10.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.34"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.34 -10.26)"^^geo:wktLiteral ;
  geo-pos:lat "50.34"^^xsd:decimal ;
  geo-pos:long "-10.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_894'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_894'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.0319444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.26'^^xsd:double;
  dwc:startLongitude '-10.26'^^xsd:double;
  dwc:endLongitude '-10.26'^^xsd:double;
  dwc:latitude '50.34'^^xsd:double;
  dwc:startLatitude '50.34'^^xsd:double;
  dwc:endLatitude '50.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.26 50.34, -10.26 50.34, -10.26 50.34, -10.26 50.34, -10.26 50.34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_894'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_845> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.49"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.49 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "49.49"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_845'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_845'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.290833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.25'^^xsd:double;
  dwc:startLongitude '-10.25'^^xsd:double;
  dwc:endLongitude '-10.25'^^xsd:double;
  dwc:latitude '49.49'^^xsd:double;
  dwc:startLatitude '49.49'^^xsd:double;
  dwc:endLatitude '49.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.25 49.49, -10.25 49.49, -10.25 49.49, -10.25 49.49, -10.25 49.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_845'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.05"^^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/4843__1152_841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "49.05"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_841'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_841'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.5825'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:startLongitude '-10.22'^^xsd:double;
  dwc:endLongitude '-10.22'^^xsd:double;
  dwc:latitude '49.05'^^xsd:double;
  dwc:startLatitude '49.05'^^xsd:double;
  dwc:endLatitude '49.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.22 49.05, -10.22 49.05, -10.22 49.05, -10.22 49.05, -10.22 49.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_841'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.36"^^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/4843__1152_893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "50.36"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_893'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_893'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.8713888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:startLongitude '-10.22'^^xsd:double;
  dwc:endLongitude '-10.22'^^xsd:double;
  dwc:latitude '50.36'^^xsd:double;
  dwc:startLatitude '50.36'^^xsd:double;
  dwc:endLatitude '50.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.22 50.36, -10.22 50.36, -10.22 50.36, -10.22 50.36, -10.22 50.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_893'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09 -10.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09 -10.17)"^^geo:wktLiteral ;
  geo-pos:lat "51.09"^^xsd:decimal ;
  geo-pos:long "-10.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_398'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_398'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.671666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.17'^^xsd:double;
  dwc:startLongitude '-10.17'^^xsd:double;
  dwc:endLongitude '-10.17'^^xsd:double;
  dwc:latitude '51.09'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.17 51.09, -10.17 51.09, -10.17 51.09, -10.17 51.09, -10.17 51.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_398'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "50.38"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_892'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_892'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.5983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:startLongitude '-10.15'^^xsd:double;
  dwc:endLongitude '-10.15'^^xsd:double;
  dwc:latitude '50.38'^^xsd:double;
  dwc:startLatitude '50.38'^^xsd:double;
  dwc:endLatitude '50.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.15 50.38, -10.15 50.38, -10.15 50.38, -10.15 50.38, -10.15 50.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_892'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.39"^^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/4843__1152_891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "50.39"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_891'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_891'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.4772222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:startLongitude '-10.12'^^xsd:double;
  dwc:endLongitude '-10.12'^^xsd:double;
  dwc:latitude '50.39'^^xsd:double;
  dwc:startLatitude '50.39'^^xsd:double;
  dwc:endLatitude '50.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.12 50.39, -10.12 50.39, -10.12 50.39, -10.12 50.39, -10.12 50.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_891'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.06"^^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/4843__1152_399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "51.06"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_399'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_399'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.915'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:startLongitude '-10.12'^^xsd:double;
  dwc:endLongitude '-10.12'^^xsd:double;
  dwc:latitude '51.06'^^xsd:double;
  dwc:startLatitude '51.06'^^xsd:double;
  dwc:endLatitude '51.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.12 51.06, -10.12 51.06, -10.12 51.06, -10.12 51.06, -10.12 51.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_399'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 -10.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.95"^^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/4843__1152_400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.95 -10.08)"^^geo:wktLiteral ;
  geo-pos:lat "50.95"^^xsd:decimal ;
  geo-pos:long "-10.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_400'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_400'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.08'^^xsd:double;
  dwc:startLongitude '-10.08'^^xsd:double;
  dwc:endLongitude '-10.08'^^xsd:double;
  dwc:latitude '50.95'^^xsd:double;
  dwc:startLatitude '50.95'^^xsd:double;
  dwc:endLatitude '50.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.08 50.95, -10.08 50.95, -10.08 50.95, -10.08 50.95, -10.08 50.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_400'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_890> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.41"^^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/4843__1152_890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -10.07)"^^geo:wktLiteral ;
  geo-pos:lat "50.41"^^xsd:decimal ;
  geo-pos:long "-10.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_890'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_890'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.5944444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.07'^^xsd:double;
  dwc:startLongitude '-10.07'^^xsd:double;
  dwc:endLongitude '-10.07'^^xsd:double;
  dwc:latitude '50.41'^^xsd:double;
  dwc:startLatitude '50.41'^^xsd:double;
  dwc:endLatitude '50.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.07 50.41, -10.07 50.41, -10.07 50.41, -10.07 50.41, -10.07 50.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_890'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -10.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.41"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4843__1152_889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -10.06)"^^geo:wktLiteral ;
  geo-pos:lat "50.41"^^xsd:decimal ;
  geo-pos:long "-10.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_889'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_889'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.5583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.06'^^xsd:double;
  dwc:startLongitude '-10.06'^^xsd:double;
  dwc:endLongitude '-10.06'^^xsd:double;
  dwc:latitude '50.41'^^xsd:double;
  dwc:startLatitude '50.41'^^xsd:double;
  dwc:endLatitude '50.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.06 50.41, -10.06 50.41, -10.06 50.41, -10.06 50.41, -10.06 50.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_889'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.43"^^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/4843__1152_888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -10)"^^geo:wktLiteral ;
  geo-pos:lat "50.43"^^xsd:decimal ;
  geo-pos:long "-10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_888'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_888'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.3058333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:startLongitude '-10'^^xsd:integer;
  dwc:endLongitude '-10'^^xsd:integer;
  dwc:latitude '50.43'^^xsd:double;
  dwc:startLatitude '50.43'^^xsd:double;
  dwc:endLatitude '50.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10 50.43, -10 50.43, -10 50.43, -10 50.43, -10 50.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_888'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.15"^^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/4843__1152_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.15 -9.92)"^^geo:wktLiteral ;
  geo-pos:lat "39.15"^^xsd:decimal ;
  geo-pos:long "-9.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_246'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_246'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.9505555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '39.15'^^xsd:double;
  dwc:startLatitude '39.15'^^xsd:double;
  dwc:endLatitude '39.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 39.15, -9.92 39.15, -9.92 39.15, -9.92 39.15, -9.92 39.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_246'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.88 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.88"^^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/4843__1152_846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.88 -9.92)"^^geo:wktLiteral ;
  geo-pos:lat "49.88"^^xsd:decimal ;
  geo-pos:long "-9.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_846'^^xsd:string;
  dwc:scientificName 'Mola mola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_846'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.1133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '49.88'^^xsd:double;
  dwc:startLatitude '49.88'^^xsd:double;
  dwc:endLatitude '49.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 49.88, -9.92 49.88, -9.92 49.88, -9.92 49.88, -9.92 49.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MM" by the provider'^^xsd:string;
  dwc:aphiaid '127405'^^xsd:integer;
  dwc:occurrenceId '1152_846'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^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/4843__1152_887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -9.92)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-9.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_887'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_887'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.0027777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:startLongitude '-9.92'^^xsd:double;
  dwc:endLongitude '-9.92'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:startLatitude '50.45'^^xsd:double;
  dwc:endLatitude '50.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.92 50.45, -9.92 50.45, -9.92 50.45, -9.92 50.45, -9.92 50.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_887'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_840> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 -9.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 -9.86)"^^geo:wktLiteral ;
  geo-pos:lat "49.2"^^xsd:decimal ;
  geo-pos:long "-9.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_840'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_840'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.3947222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.86'^^xsd:double;
  dwc:startLongitude '-9.86'^^xsd:double;
  dwc:endLongitude '-9.86'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:startLatitude '49.2'^^xsd:double;
  dwc:endLatitude '49.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.86 49.2, -9.86 49.2, -9.86 49.2, -9.86 49.2, -9.86 49.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_840'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33 -9.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.33"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33 -9.84)"^^geo:wktLiteral ;
  geo-pos:lat "55.33"^^xsd:decimal ;
  geo-pos:long "-9.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_415'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1152_415'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.0283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.84'^^xsd:double;
  dwc:startLongitude '-9.84'^^xsd:double;
  dwc:endLongitude '-9.84'^^xsd:double;
  dwc:latitude '55.33'^^xsd:double;
  dwc:startLatitude '55.33'^^xsd:double;
  dwc:endLatitude '55.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.84 55.33, -9.84 55.33, -9.84 55.33, -9.84 55.33, -9.84 55.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_415'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.22 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.22"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.22 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "49.22"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_839'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_839'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.1011111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.8'^^xsd:double;
  dwc:startLongitude '-9.8'^^xsd:double;
  dwc:endLongitude '-9.8'^^xsd:double;
  dwc:latitude '49.22'^^xsd:double;
  dwc:startLatitude '49.22'^^xsd:double;
  dwc:endLatitude '49.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.8 49.22, -9.8 49.22, -9.8 49.22, -9.8 49.22, -9.8 49.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_839'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_886> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -9.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^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/4843__1152_886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -9.77)"^^geo:wktLiteral ;
  geo-pos:lat "50.5"^^xsd:decimal ;
  geo-pos:long "-9.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_886'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_886'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.883055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.77'^^xsd:double;
  dwc:startLongitude '-9.77'^^xsd:double;
  dwc:endLongitude '-9.77'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:startLatitude '50.5'^^xsd:double;
  dwc:endLatitude '50.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.77 50.5, -9.77 50.5, -9.77 50.5, -9.77 50.5, -9.77 50.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_886'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_885> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.51"^^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/4843__1152_885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "50.51"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_885'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_885'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.688888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:startLongitude '-9.72'^^xsd:double;
  dwc:endLongitude '-9.72'^^xsd:double;
  dwc:latitude '50.51'^^xsd:double;
  dwc:startLatitude '50.51'^^xsd:double;
  dwc:endLatitude '50.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.72 50.51, -9.72 50.51, -9.72 50.51, -9.72 50.51, -9.72 50.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_885'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_884> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.52 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.52"^^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/4843__1152_884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.52 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "50.52"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_884'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_884'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.6675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:startLongitude '-9.72'^^xsd:double;
  dwc:endLongitude '-9.72'^^xsd:double;
  dwc:latitude '50.52'^^xsd:double;
  dwc:startLatitude '50.52'^^xsd:double;
  dwc:endLatitude '50.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.72 50.52, -9.72 50.52, -9.72 50.52, -9.72 50.52, -9.72 50.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_884'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_883> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.53 -9.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.53"^^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/4843__1152_883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.53 -9.68)"^^geo:wktLiteral ;
  geo-pos:lat "50.53"^^xsd:decimal ;
  geo-pos:long "-9.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_883'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_883'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.500833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.68'^^xsd:double;
  dwc:startLongitude '-9.68'^^xsd:double;
  dwc:endLongitude '-9.68'^^xsd:double;
  dwc:latitude '50.53'^^xsd:double;
  dwc:startLatitude '50.53'^^xsd:double;
  dwc:endLatitude '50.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.68 50.53, -9.68 50.53, -9.68 50.53, -9.68 50.53, -9.68 50.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_883'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.54 -9.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.54"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.54 -9.64)"^^geo:wktLiteral ;
  geo-pos:lat "50.54"^^xsd:decimal ;
  geo-pos:long "-9.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_882'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_882'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.315833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.64'^^xsd:double;
  dwc:startLongitude '-9.64'^^xsd:double;
  dwc:endLongitude '-9.64'^^xsd:double;
  dwc:latitude '50.54'^^xsd:double;
  dwc:startLatitude '50.54'^^xsd:double;
  dwc:endLatitude '50.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.64 50.54, -9.64 50.54, -9.64 50.54, -9.64 50.54, -9.64 50.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_882'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -9.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.55"^^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/4843__1152_881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -9.62)"^^geo:wktLiteral ;
  geo-pos:lat "50.55"^^xsd:decimal ;
  geo-pos:long "-9.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_881'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_881'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.229166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.62'^^xsd:double;
  dwc:startLongitude '-9.62'^^xsd:double;
  dwc:endLongitude '-9.62'^^xsd:double;
  dwc:latitude '50.55'^^xsd:double;
  dwc:startLatitude '50.55'^^xsd:double;
  dwc:endLatitude '50.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.62 50.55, -9.62 50.55, -9.62 50.55, -9.62 50.55, -9.62 50.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_881'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -9.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.15"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.15 -9.61)"^^geo:wktLiteral ;
  geo-pos:lat "38.15"^^xsd:decimal ;
  geo-pos:long "-9.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_245'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_245'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.894166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.61'^^xsd:double;
  dwc:startLongitude '-9.61'^^xsd:double;
  dwc:endLongitude '-9.61'^^xsd:double;
  dwc:latitude '38.15'^^xsd:double;
  dwc:startLatitude '38.15'^^xsd:double;
  dwc:endLatitude '38.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.61 38.15, -9.61 38.15, -9.61 38.15, -9.61 38.15, -9.61 38.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_245'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_244'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_244'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.436388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:startLongitude '-9.6'^^xsd:double;
  dwc:endLongitude '-9.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:startLatitude '38.22'^^xsd:double;
  dwc:endLatitude '38.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.6 38.22, -9.6 38.22, -9.6 38.22, -9.6 38.22, -9.6 38.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_244'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.23 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.23"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.23 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.23"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_243'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_243'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.400277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.6'^^xsd:double;
  dwc:startLongitude '-9.6'^^xsd:double;
  dwc:endLongitude '-9.6'^^xsd:double;
  dwc:latitude '38.23'^^xsd:double;
  dwc:startLatitude '38.23'^^xsd:double;
  dwc:endLatitude '38.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.6 38.23, -9.6 38.23, -9.6 38.23, -9.6 38.23, -9.6 38.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_243'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.57"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.56)"^^geo:wktLiteral ;
  geo-pos:lat "50.57"^^xsd:decimal ;
  geo-pos:long "-9.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_880'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_880'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.945833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.56'^^xsd:double;
  dwc:startLongitude '-9.56'^^xsd:double;
  dwc:endLongitude '-9.56'^^xsd:double;
  dwc:latitude '50.57'^^xsd:double;
  dwc:startLatitude '50.57'^^xsd:double;
  dwc:endLatitude '50.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.56 50.57, -9.56 50.57, -9.56 50.57, -9.56 50.57, -9.56 50.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_880'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.47 -9.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.47"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.47 -9.54)"^^geo:wktLiteral ;
  geo-pos:lat "40.47"^^xsd:decimal ;
  geo-pos:long "-9.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_265'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_265'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.9036111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.54'^^xsd:double;
  dwc:startLongitude '-9.54'^^xsd:double;
  dwc:endLongitude '-9.54'^^xsd:double;
  dwc:latitude '40.47'^^xsd:double;
  dwc:startLatitude '40.47'^^xsd:double;
  dwc:endLatitude '40.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.54 40.47, -9.54 40.47, -9.54 40.47, -9.54 40.47, -9.54 40.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_265'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.48 -9.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.48 -9.52)"^^geo:wktLiteral ;
  geo-pos:lat "40.48"^^xsd:decimal ;
  geo-pos:long "-9.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_266'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_266'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.0275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.52'^^xsd:double;
  dwc:startLongitude '-9.52'^^xsd:double;
  dwc:endLongitude '-9.52'^^xsd:double;
  dwc:latitude '40.48'^^xsd:double;
  dwc:startLatitude '40.48'^^xsd:double;
  dwc:endLatitude '40.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.52 40.48, -9.52 40.48, -9.52 40.48, -9.52 40.48, -9.52 40.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_266'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^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/4843__1152_278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_278'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_278'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.196111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.5'^^xsd:double;
  dwc:startLongitude '-9.5'^^xsd:double;
  dwc:endLongitude '-9.5'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:startLatitude '42.72'^^xsd:double;
  dwc:endLatitude '42.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5 42.72, -9.5 42.72, -9.5 42.72, -9.5 42.72, -9.5 42.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_278'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 -9.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 -9.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "-9.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_279'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_279'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.268055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.49'^^xsd:double;
  dwc:startLongitude '-9.49'^^xsd:double;
  dwc:endLongitude '-9.49'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:startLatitude '43.01'^^xsd:double;
  dwc:endLatitude '43.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.49 43.01, -9.49 43.01, -9.49 43.01, -9.49 43.01, -9.49 43.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "UB" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1152_279'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_879> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -9.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -9.49)"^^geo:wktLiteral ;
  geo-pos:lat "50.59"^^xsd:decimal ;
  geo-pos:long "-9.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_879'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_879'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.916944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.49'^^xsd:double;
  dwc:startLongitude '-9.49'^^xsd:double;
  dwc:endLongitude '-9.49'^^xsd:double;
  dwc:latitude '50.59'^^xsd:double;
  dwc:startLatitude '50.59'^^xsd:double;
  dwc:endLatitude '50.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.49 50.59, -9.49 50.59, -9.49 50.59, -9.49 50.59, -9.49 50.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_879'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_878> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -9.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -9.49)"^^geo:wktLiteral ;
  geo-pos:lat "50.59"^^xsd:decimal ;
  geo-pos:long "-9.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_878'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_878'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.888055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.49'^^xsd:double;
  dwc:startLongitude '-9.49'^^xsd:double;
  dwc:endLongitude '-9.49'^^xsd:double;
  dwc:latitude '50.59'^^xsd:double;
  dwc:startLatitude '50.59'^^xsd:double;
  dwc:endLatitude '50.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.49 50.59, -9.49 50.59, -9.49 50.59, -9.49 50.59, -9.49 50.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SH" by the provider'^^xsd:string;
  dwc:aphiaid '10193'^^xsd:integer;
  dwc:occurrenceId '1152_878'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.53 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "40.53"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_267'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_267'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.4044444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.47'^^xsd:double;
  dwc:latitude '40.53'^^xsd:double;
  dwc:startLatitude '40.53'^^xsd:double;
  dwc:endLatitude '40.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.47 40.53, -9.47 40.53, -9.47 40.53, -9.47 40.53, -9.47 40.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_267'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_907> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "51.02"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_907'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_907'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.500555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:startLongitude '-9.47'^^xsd:double;
  dwc:endLongitude '-9.47'^^xsd:double;
  dwc:latitude '51.02'^^xsd:double;
  dwc:startLatitude '51.02'^^xsd:double;
  dwc:endLatitude '51.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.47 51.02, -9.47 51.02, -9.47 51.02, -9.47 51.02, -9.47 51.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_907'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.56 -9.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.56 -9.46)"^^geo:wktLiteral ;
  geo-pos:lat "37.56"^^xsd:decimal ;
  geo-pos:long "-9.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_236'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_236'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.778611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.46'^^xsd:double;
  dwc:startLongitude '-9.46'^^xsd:double;
  dwc:endLongitude '-9.46'^^xsd:double;
  dwc:latitude '37.56'^^xsd:double;
  dwc:startLatitude '37.56'^^xsd:double;
  dwc:endLatitude '37.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.46 37.56, -9.46 37.56, -9.46 37.56, -9.46 37.56, -9.46 37.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_236'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38 -9.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38 -9.46)"^^geo:wktLiteral ;
  geo-pos:lat "50.38"^^xsd:decimal ;
  geo-pos:long "-9.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_847'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_847'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.513333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.46'^^xsd:double;
  dwc:startLongitude '-9.46'^^xsd:double;
  dwc:endLongitude '-9.46'^^xsd:double;
  dwc:latitude '50.38'^^xsd:double;
  dwc:startLatitude '50.38'^^xsd:double;
  dwc:endLatitude '50.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.46 50.38, -9.46 50.38, -9.46 50.38, -9.46 50.38, -9.46 50.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_847'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.57 -9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.57"^^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/4843__1152_237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.57 -9.45)"^^geo:wktLiteral ;
  geo-pos:lat "37.57"^^xsd:decimal ;
  geo-pos:long "-9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_237'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_237'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.869444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.45'^^xsd:double;
  dwc:startLongitude '-9.45'^^xsd:double;
  dwc:endLongitude '-9.45'^^xsd:double;
  dwc:latitude '37.57'^^xsd:double;
  dwc:startLatitude '37.57'^^xsd:double;
  dwc:endLatitude '37.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.45 37.57, -9.45 37.57, -9.45 37.57, -9.45 37.57, -9.45 37.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_237'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -9.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^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/4843__1152_877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -9.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "-9.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_877'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_877'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.749444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.45'^^xsd:double;
  dwc:startLongitude '-9.45'^^xsd:double;
  dwc:endLongitude '-9.45'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:startLatitude '50.6'^^xsd:double;
  dwc:endLatitude '50.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.45 50.6, -9.45 50.6, -9.45 50.6, -9.45 50.6, -9.45 50.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_877'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.25 -9.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.25 -9.44)"^^geo:wktLiteral ;
  geo-pos:lat "48.25"^^xsd:decimal ;
  geo-pos:long "-9.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_834'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_834'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.190833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.44'^^xsd:double;
  dwc:startLongitude '-9.44'^^xsd:double;
  dwc:endLongitude '-9.44'^^xsd:double;
  dwc:latitude '48.25'^^xsd:double;
  dwc:startLatitude '48.25'^^xsd:double;
  dwc:endLatitude '48.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.44 48.25, -9.44 48.25, -9.44 48.25, -9.44 48.25, -9.44 48.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_834'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -9.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -9.44)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "-9.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_876'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_876'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.7'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.44'^^xsd:double;
  dwc:startLongitude '-9.44'^^xsd:double;
  dwc:endLongitude '-9.44'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:startLatitude '50.6'^^xsd:double;
  dwc:endLatitude '50.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.44 50.6, -9.44 50.6, -9.44 50.6, -9.44 50.6, -9.44 50.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_876'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_875> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -9.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.61"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -9.43)"^^geo:wktLiteral ;
  geo-pos:lat "50.61"^^xsd:decimal ;
  geo-pos:long "-9.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_875'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_875'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.648611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.43'^^xsd:double;
  dwc:startLongitude '-9.43'^^xsd:double;
  dwc:endLongitude '-9.43'^^xsd:double;
  dwc:latitude '50.61'^^xsd:double;
  dwc:startLatitude '50.61'^^xsd:double;
  dwc:endLatitude '50.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.43 50.61, -9.43 50.61, -9.43 50.61, -9.43 50.61, -9.43 50.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SH" by the provider'^^xsd:string;
  dwc:aphiaid '10193'^^xsd:integer;
  dwc:occurrenceId '1152_875'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -9.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.61"^^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/4843__1152_874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -9.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.61"^^xsd:decimal ;
  geo-pos:long "-9.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_874'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_874'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.6125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.42'^^xsd:double;
  dwc:startLongitude '-9.42'^^xsd:double;
  dwc:endLongitude '-9.42'^^xsd:double;
  dwc:latitude '50.61'^^xsd:double;
  dwc:startLatitude '50.61'^^xsd:double;
  dwc:endLatitude '50.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.42 50.61, -9.42 50.61, -9.42 50.61, -9.42 50.61, -9.42 50.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_874'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.63 -9.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.63 -9.41)"^^geo:wktLiteral ;
  geo-pos:lat "37.63"^^xsd:decimal ;
  geo-pos:long "-9.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_238'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_238'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.318611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.41'^^xsd:double;
  dwc:startLongitude '-9.41'^^xsd:double;
  dwc:endLongitude '-9.41'^^xsd:double;
  dwc:latitude '37.63'^^xsd:double;
  dwc:startLatitude '37.63'^^xsd:double;
  dwc:endLatitude '37.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.41 37.63, -9.41 37.63, -9.41 37.63, -9.41 37.63, -9.41 37.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_238'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_848> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^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/4843__1152_848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -9.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.45"^^xsd:decimal ;
  geo-pos:long "-9.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_848'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_848'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.4'^^xsd:double;
  dwc:startLongitude '-9.4'^^xsd:double;
  dwc:endLongitude '-9.4'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:startLatitude '50.45'^^xsd:double;
  dwc:endLatitude '50.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.4 50.45, -9.4 50.45, -9.4 50.45, -9.4 50.45, -9.4 50.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_848'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.62"^^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/4843__1152_873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.62"^^xsd:decimal ;
  geo-pos:long "-9.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_873'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_873'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.535833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.4'^^xsd:double;
  dwc:startLongitude '-9.4'^^xsd:double;
  dwc:endLongitude '-9.4'^^xsd:double;
  dwc:latitude '50.62'^^xsd:double;
  dwc:startLatitude '50.62'^^xsd:double;
  dwc:endLatitude '50.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.4 50.62, -9.4 50.62, -9.4 50.62, -9.4 50.62, -9.4 50.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_873'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_849> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 -9.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.46"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46 -9.39)"^^geo:wktLiteral ;
  geo-pos:lat "50.46"^^xsd:decimal ;
  geo-pos:long "-9.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_849'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_849'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.085555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.39'^^xsd:double;
  dwc:startLongitude '-9.39'^^xsd:double;
  dwc:endLongitude '-9.39'^^xsd:double;
  dwc:latitude '50.46'^^xsd:double;
  dwc:startLatitude '50.46'^^xsd:double;
  dwc:endLatitude '50.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.39 50.46, -9.39 50.46, -9.39 50.46, -9.39 50.46, -9.39 50.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_849'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.62"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.39)"^^geo:wktLiteral ;
  geo-pos:lat "50.62"^^xsd:decimal ;
  geo-pos:long "-9.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_871'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_871'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.469722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.39'^^xsd:double;
  dwc:startLongitude '-9.39'^^xsd:double;
  dwc:endLongitude '-9.39'^^xsd:double;
  dwc:latitude '50.62'^^xsd:double;
  dwc:startLatitude '50.62'^^xsd:double;
  dwc:endLatitude '50.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.39 50.62, -9.39 50.62, -9.39 50.62, -9.39 50.62, -9.39 50.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_871'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.62"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.39)"^^geo:wktLiteral ;
  geo-pos:lat "50.62"^^xsd:decimal ;
  geo-pos:long "-9.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_872'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_872'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.476111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.39'^^xsd:double;
  dwc:startLongitude '-9.39'^^xsd:double;
  dwc:endLongitude '-9.39'^^xsd:double;
  dwc:latitude '50.62'^^xsd:double;
  dwc:startLatitude '50.62'^^xsd:double;
  dwc:endLatitude '50.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.39 50.62, -9.39 50.62, -9.39 50.62, -9.39 50.62, -9.39 50.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_872'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_850> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.47 -9.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.47"^^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/4843__1152_850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.47 -9.38)"^^geo:wktLiteral ;
  geo-pos:lat "50.47"^^xsd:decimal ;
  geo-pos:long "-9.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_850'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_850'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.162777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.38'^^xsd:double;
  dwc:startLongitude '-9.38'^^xsd:double;
  dwc:endLongitude '-9.38'^^xsd:double;
  dwc:latitude '50.47'^^xsd:double;
  dwc:startLatitude '50.47'^^xsd:double;
  dwc:endLatitude '50.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.38 50.47, -9.38 50.47, -9.38 50.47, -9.38 50.47, -9.38 50.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_850'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 -9.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 -9.37)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "-9.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_280'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_280'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.611666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.37'^^xsd:double;
  dwc:startLongitude '-9.37'^^xsd:double;
  dwc:endLongitude '-9.37'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:startLatitude '43.21'^^xsd:double;
  dwc:endLatitude '43.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.37 43.21, -9.37 43.21, -9.37 43.21, -9.37 43.21, -9.37 43.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_280'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_851> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.48 -9.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.48"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.48 -9.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.48"^^xsd:decimal ;
  geo-pos:long "-9.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_851'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_851'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.269444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.37'^^xsd:double;
  dwc:startLongitude '-9.37'^^xsd:double;
  dwc:endLongitude '-9.37'^^xsd:double;
  dwc:latitude '50.48'^^xsd:double;
  dwc:startLatitude '50.48'^^xsd:double;
  dwc:endLatitude '50.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.37 50.48, -9.37 50.48, -9.37 50.48, -9.37 50.48, -9.37 50.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_851'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.37)"^^geo:wktLiteral ;
  geo-pos:lat "50.63"^^xsd:decimal ;
  geo-pos:long "-9.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_870'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_870'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.380277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.37'^^xsd:double;
  dwc:startLongitude '-9.37'^^xsd:double;
  dwc:endLongitude '-9.37'^^xsd:double;
  dwc:latitude '50.63'^^xsd:double;
  dwc:startLatitude '50.63'^^xsd:double;
  dwc:endLatitude '50.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.37 50.63, -9.37 50.63, -9.37 50.63, -9.37 50.63, -9.37 50.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_870'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.49 -9.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.49"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.49 -9.36)"^^geo:wktLiteral ;
  geo-pos:lat "50.49"^^xsd:decimal ;
  geo-pos:long "-9.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_852'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_852'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.316388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.36'^^xsd:double;
  dwc:startLongitude '-9.36'^^xsd:double;
  dwc:endLongitude '-9.36'^^xsd:double;
  dwc:latitude '50.49'^^xsd:double;
  dwc:startLatitude '50.49'^^xsd:double;
  dwc:endLatitude '50.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.36 50.49, -9.36 50.49, -9.36 50.49, -9.36 50.49, -9.36 50.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_852'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_853> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -9.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -9.36)"^^geo:wktLiteral ;
  geo-pos:lat "50.5"^^xsd:decimal ;
  geo-pos:long "-9.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_853'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_853'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.36'^^xsd:double;
  dwc:startLongitude '-9.36'^^xsd:double;
  dwc:endLongitude '-9.36'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:startLatitude '50.5'^^xsd:double;
  dwc:endLatitude '50.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.36 50.5, -9.36 50.5, -9.36 50.5, -9.36 50.5, -9.36 50.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_853'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.36)"^^geo:wktLiteral ;
  geo-pos:lat "50.63"^^xsd:decimal ;
  geo-pos:long "-9.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_869'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_869'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.36'^^xsd:double;
  dwc:startLongitude '-9.36'^^xsd:double;
  dwc:endLongitude '-9.36'^^xsd:double;
  dwc:latitude '50.63'^^xsd:double;
  dwc:startLatitude '50.63'^^xsd:double;
  dwc:endLatitude '50.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.36 50.63, -9.36 50.63, -9.36 50.63, -9.36 50.63, -9.36 50.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_869'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.54 -9.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.54"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.54 -9.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.54"^^xsd:decimal ;
  geo-pos:long "-9.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_277'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_277'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.8286111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.35'^^xsd:double;
  dwc:startLongitude '-9.35'^^xsd:double;
  dwc:endLongitude '-9.35'^^xsd:double;
  dwc:latitude '42.54'^^xsd:double;
  dwc:startLatitude '42.54'^^xsd:double;
  dwc:endLatitude '42.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.35 42.54, -9.35 42.54, -9.35 42.54, -9.35 42.54, -9.35 42.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_277'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.52 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.52"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.52 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.52"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_854'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_854'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.506944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:startLongitude '-9.34'^^xsd:double;
  dwc:endLongitude '-9.34'^^xsd:double;
  dwc:latitude '50.52'^^xsd:double;
  dwc:startLatitude '50.52'^^xsd:double;
  dwc:endLatitude '50.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.34 50.52, -9.34 50.52, -9.34 50.52, -9.34 50.52, -9.34 50.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_854'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_855> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.52 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.52"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.52 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.52"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_855'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_855'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:startLongitude '-9.34'^^xsd:double;
  dwc:endLongitude '-9.34'^^xsd:double;
  dwc:latitude '50.52'^^xsd:double;
  dwc:startLatitude '50.52'^^xsd:double;
  dwc:endLatitude '50.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.34 50.52, -9.34 50.52, -9.34 50.52, -9.34 50.52, -9.34 50.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_855'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_868> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.64"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.64"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_868'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_868'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.264722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:startLongitude '-9.34'^^xsd:double;
  dwc:endLongitude '-9.34'^^xsd:double;
  dwc:latitude '50.64'^^xsd:double;
  dwc:startLatitude '50.64'^^xsd:double;
  dwc:endLatitude '50.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.34 50.64, -9.34 50.64, -9.34 50.64, -9.34 50.64, -9.34 50.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_868'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -9.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -9.33)"^^geo:wktLiteral ;
  geo-pos:lat "41.63"^^xsd:decimal ;
  geo-pos:long "-9.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_224'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_224'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.88'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.33'^^xsd:double;
  dwc:startLongitude '-9.33'^^xsd:double;
  dwc:endLongitude '-9.33'^^xsd:double;
  dwc:latitude '41.63'^^xsd:double;
  dwc:startLatitude '41.63'^^xsd:double;
  dwc:endLatitude '41.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.33 41.63, -9.33 41.63, -9.33 41.63, -9.33 41.63, -9.33 41.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_224'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_867> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64 -9.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.64"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64 -9.32)"^^geo:wktLiteral ;
  geo-pos:lat "50.64"^^xsd:decimal ;
  geo-pos:long "-9.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_867'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_867'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.171944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.32'^^xsd:double;
  dwc:startLongitude '-9.32'^^xsd:double;
  dwc:endLongitude '-9.32'^^xsd:double;
  dwc:latitude '50.64'^^xsd:double;
  dwc:startLatitude '50.64'^^xsd:double;
  dwc:endLatitude '50.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.32 50.64, -9.32 50.64, -9.32 50.64, -9.32 50.64, -9.32 50.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_867'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.59 -9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.59 -9.31)"^^geo:wktLiteral ;
  geo-pos:lat "40.59"^^xsd:decimal ;
  geo-pos:long "-9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_268'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_268'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.6836111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.31'^^xsd:double;
  dwc:startLongitude '-9.31'^^xsd:double;
  dwc:endLongitude '-9.31'^^xsd:double;
  dwc:latitude '40.59'^^xsd:double;
  dwc:startLatitude '40.59'^^xsd:double;
  dwc:endLatitude '40.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.31 40.59, -9.31 40.59, -9.31 40.59, -9.31 40.59, -9.31 40.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_268'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.65 -9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.65 -9.31)"^^geo:wktLiteral ;
  geo-pos:lat "41.65"^^xsd:decimal ;
  geo-pos:long "-9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_223'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_223'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.6780555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.31'^^xsd:double;
  dwc:startLongitude '-9.31'^^xsd:double;
  dwc:endLongitude '-9.31'^^xsd:double;
  dwc:latitude '41.65'^^xsd:double;
  dwc:startLatitude '41.65'^^xsd:double;
  dwc:endLatitude '41.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.31 41.65, -9.31 41.65, -9.31 41.65, -9.31 41.65, -9.31 41.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_223'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -9.31)"^^geo:wktLiteral ;
  geo-pos:lat "50.55"^^xsd:decimal ;
  geo-pos:long "-9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_856'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_856'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.743888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.31'^^xsd:double;
  dwc:startLongitude '-9.31'^^xsd:double;
  dwc:endLongitude '-9.31'^^xsd:double;
  dwc:latitude '50.55'^^xsd:double;
  dwc:startLatitude '50.55'^^xsd:double;
  dwc:endLatitude '50.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.31 50.55, -9.31 50.55, -9.31 50.55, -9.31 50.55, -9.31 50.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_856'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_866> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.31)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "-9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_866'^^xsd:string;
  dwc:scientificName 'Mola mola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_866'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.124166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.31'^^xsd:double;
  dwc:startLongitude '-9.31'^^xsd:double;
  dwc:endLongitude '-9.31'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.31 50.65, -9.31 50.65, -9.31 50.65, -9.31 50.65, -9.31 50.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MM" by the provider'^^xsd:string;
  dwc:aphiaid '127405'^^xsd:integer;
  dwc:occurrenceId '1152_866'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.13 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.13"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_281'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_281'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.255555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:startLongitude '-9.3'^^xsd:double;
  dwc:endLongitude '-9.3'^^xsd:double;
  dwc:latitude '43.13'^^xsd:double;
  dwc:startLatitude '43.13'^^xsd:double;
  dwc:endLatitude '43.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.3 43.13, -9.3 43.13, -9.3 43.13, -9.3 43.13, -9.3 43.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_281'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_857> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.56 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.56 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.56"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_857'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_857'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.805555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:startLongitude '-9.3'^^xsd:double;
  dwc:endLongitude '-9.3'^^xsd:double;
  dwc:latitude '50.56'^^xsd:double;
  dwc:startLatitude '50.56'^^xsd:double;
  dwc:endLatitude '50.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.3 50.56, -9.3 50.56, -9.3 50.56, -9.3 50.56, -9.3 50.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_857'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.57"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.57"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_858'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_858'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.842222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:startLongitude '-9.3'^^xsd:double;
  dwc:endLongitude '-9.3'^^xsd:double;
  dwc:latitude '50.57'^^xsd:double;
  dwc:startLatitude '50.57'^^xsd:double;
  dwc:endLatitude '50.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.3 50.57, -9.3 50.57, -9.3 50.57, -9.3 50.57, -9.3 50.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_858'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.68"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "57.68"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_420'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_420'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.244444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.3'^^xsd:double;
  dwc:startLongitude '-9.3'^^xsd:double;
  dwc:endLongitude '-9.3'^^xsd:double;
  dwc:latitude '57.68'^^xsd:double;
  dwc:startLatitude '57.68'^^xsd:double;
  dwc:endLatitude '57.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.3 57.68, -9.3 57.68, -9.3 57.68, -9.3 57.68, -9.3 57.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_420'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.46 -9.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.46"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.46 -9.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.46"^^xsd:decimal ;
  geo-pos:long "-9.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_276'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_276'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.2975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.29'^^xsd:double;
  dwc:startLongitude '-9.29'^^xsd:double;
  dwc:endLongitude '-9.29'^^xsd:double;
  dwc:latitude '42.46'^^xsd:double;
  dwc:startLatitude '42.46'^^xsd:double;
  dwc:endLatitude '42.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.29 42.46, -9.29 42.46, -9.29 42.46, -9.29 42.46, -9.29 42.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_276'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_859> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.57"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.29)"^^geo:wktLiteral ;
  geo-pos:lat "50.57"^^xsd:decimal ;
  geo-pos:long "-9.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_859'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_859'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.853611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.29'^^xsd:double;
  dwc:startLongitude '-9.29'^^xsd:double;
  dwc:endLongitude '-9.29'^^xsd:double;
  dwc:latitude '50.57'^^xsd:double;
  dwc:startLatitude '50.57'^^xsd:double;
  dwc:endLatitude '50.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.29 50.57, -9.29 50.57, -9.29 50.57, -9.29 50.57, -9.29 50.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_859'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_865> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.29)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "-9.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_865'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_865'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.031111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.29'^^xsd:double;
  dwc:startLongitude '-9.29'^^xsd:double;
  dwc:endLongitude '-9.29'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.29 50.65, -9.29 50.65, -9.29 50.65, -9.29 50.65, -9.29 50.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_865'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.31 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.31"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.31 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "41.31"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_269'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_269'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.014722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.28'^^xsd:double;
  dwc:startLongitude '-9.28'^^xsd:double;
  dwc:endLongitude '-9.28'^^xsd:double;
  dwc:latitude '41.31'^^xsd:double;
  dwc:startLatitude '41.31'^^xsd:double;
  dwc:endLatitude '41.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 41.31, -9.28 41.31, -9.28 41.31, -9.28 41.31, -9.28 41.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_269'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.32 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.32"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.32 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "41.32"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_270'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_270'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.046666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.28'^^xsd:double;
  dwc:startLongitude '-9.28'^^xsd:double;
  dwc:endLongitude '-9.28'^^xsd:double;
  dwc:latitude '41.32'^^xsd:double;
  dwc:startLatitude '41.32'^^xsd:double;
  dwc:endLatitude '41.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 41.32, -9.28 41.32, -9.28 41.32, -9.28 41.32, -9.28 41.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_270'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.68 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.68"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.68 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "41.68"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_222'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_222'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.4847222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.28'^^xsd:double;
  dwc:startLongitude '-9.28'^^xsd:double;
  dwc:endLongitude '-9.28'^^xsd:double;
  dwc:latitude '41.68'^^xsd:double;
  dwc:startLatitude '41.68'^^xsd:double;
  dwc:endLatitude '41.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 41.68, -9.28 41.68, -9.28 41.68, -9.28 41.68, -9.28 41.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_222'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.43 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "49.43"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_838'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_838'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.658333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.28'^^xsd:double;
  dwc:startLongitude '-9.28'^^xsd:double;
  dwc:endLongitude '-9.28'^^xsd:double;
  dwc:latitude '49.43'^^xsd:double;
  dwc:startLatitude '49.43'^^xsd:double;
  dwc:endLatitude '49.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 49.43, -9.28 49.43, -9.28 49.43, -9.28 49.43, -9.28 49.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_838'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_864'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_864'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.019722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.28'^^xsd:double;
  dwc:startLongitude '-9.28'^^xsd:double;
  dwc:endLongitude '-9.28'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 50.65, -9.28 50.65, -9.28 50.65, -9.28 50.65, -9.28 50.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_864'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.74"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "57.74"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_421'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_421'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.619444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.28'^^xsd:double;
  dwc:startLongitude '-9.28'^^xsd:double;
  dwc:endLongitude '-9.28'^^xsd:double;
  dwc:latitude '57.74'^^xsd:double;
  dwc:startLatitude '57.74'^^xsd:double;
  dwc:endLatitude '57.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 57.74, -9.28 57.74, -9.28 57.74, -9.28 57.74, -9.28 57.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_421'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.44"^^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/4843__1152_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -9.27)"^^geo:wktLiteral ;
  geo-pos:lat "42.44"^^xsd:decimal ;
  geo-pos:long "-9.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_275'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_275'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.1527777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.27'^^xsd:double;
  dwc:startLongitude '-9.27'^^xsd:double;
  dwc:endLongitude '-9.27'^^xsd:double;
  dwc:latitude '42.44'^^xsd:double;
  dwc:startLatitude '42.44'^^xsd:double;
  dwc:endLatitude '42.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 42.44, -9.27 42.44, -9.27 42.44, -9.27 42.44, -9.27 42.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_275'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.59"^^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/4843__1152_860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59 -9.27)"^^geo:wktLiteral ;
  geo-pos:lat "50.59"^^xsd:decimal ;
  geo-pos:long "-9.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_860'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_860'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.003055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.27'^^xsd:double;
  dwc:startLongitude '-9.27'^^xsd:double;
  dwc:endLongitude '-9.27'^^xsd:double;
  dwc:latitude '50.59'^^xsd:double;
  dwc:startLatitude '50.59'^^xsd:double;
  dwc:endLatitude '50.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 50.59, -9.27 50.59, -9.27 50.59, -9.27 50.59, -9.27 50.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_860'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.76 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.76"^^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/4843__1152_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.76 -9.27)"^^geo:wktLiteral ;
  geo-pos:lat "57.76"^^xsd:decimal ;
  geo-pos:long "-9.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_422'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_422'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.716944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.27'^^xsd:double;
  dwc:startLongitude '-9.27'^^xsd:double;
  dwc:endLongitude '-9.27'^^xsd:double;
  dwc:latitude '57.76'^^xsd:double;
  dwc:startLatitude '57.76'^^xsd:double;
  dwc:endLatitude '57.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 57.76, -9.27 57.76, -9.27 57.76, -9.27 57.76, -9.27 57.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_422'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.8"^^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/4843__1152_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.8 -9.27)"^^geo:wktLiteral ;
  geo-pos:lat "57.8"^^xsd:decimal ;
  geo-pos:long "-9.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_380'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_380'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.2730555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.27'^^xsd:double;
  dwc:startLongitude '-9.27'^^xsd:double;
  dwc:endLongitude '-9.27'^^xsd:double;
  dwc:latitude '57.8'^^xsd:double;
  dwc:startLatitude '57.8'^^xsd:double;
  dwc:endLatitude '57.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 57.8, -9.27 57.8, -9.27 57.8, -9.27 57.8, -9.27 57.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_380'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_863> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.66 -9.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.66"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.66 -9.26)"^^geo:wktLiteral ;
  geo-pos:lat "50.66"^^xsd:decimal ;
  geo-pos:long "-9.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_863'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_863'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.917777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.26'^^xsd:double;
  dwc:startLongitude '-9.26'^^xsd:double;
  dwc:endLongitude '-9.26'^^xsd:double;
  dwc:latitude '50.66'^^xsd:double;
  dwc:startLatitude '50.66'^^xsd:double;
  dwc:endLatitude '50.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.26 50.66, -9.26 50.66, -9.26 50.66, -9.26 50.66, -9.26 50.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_863'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.61"^^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/4843__1152_861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.61"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_861'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_861'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.167222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:startLongitude '-9.25'^^xsd:double;
  dwc:endLongitude '-9.25'^^xsd:double;
  dwc:latitude '50.61'^^xsd:double;
  dwc:startLatitude '50.61'^^xsd:double;
  dwc:endLatitude '50.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.25 50.61, -9.25 50.61, -9.25 50.61, -9.25 50.61, -9.25 50.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_861'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.39"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "42.39"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_274'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_274'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.7366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:startLongitude '-9.22'^^xsd:double;
  dwc:endLongitude '-9.22'^^xsd:double;
  dwc:latitude '42.39'^^xsd:double;
  dwc:startLatitude '42.39'^^xsd:double;
  dwc:endLatitude '42.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.22 42.39, -9.22 42.39, -9.22 42.39, -9.22 42.39, -9.22 42.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_274'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.45 -9.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.45"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.45 -9.21)"^^geo:wktLiteral ;
  geo-pos:lat "40.45"^^xsd:decimal ;
  geo-pos:long "-9.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_258'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_258'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.336944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.21'^^xsd:double;
  dwc:startLongitude '-9.21'^^xsd:double;
  dwc:endLongitude '-9.21'^^xsd:double;
  dwc:latitude '40.45'^^xsd:double;
  dwc:startLatitude '40.45'^^xsd:double;
  dwc:endLatitude '40.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.21 40.45, -9.21 40.45, -9.21 40.45, -9.21 40.45, -9.21 40.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_258'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_835> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.52 -9.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.52"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.52 -9.21)"^^geo:wktLiteral ;
  geo-pos:lat "48.52"^^xsd:decimal ;
  geo-pos:long "-9.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_835'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_835'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.255555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.21'^^xsd:double;
  dwc:startLongitude '-9.21'^^xsd:double;
  dwc:endLongitude '-9.21'^^xsd:double;
  dwc:latitude '48.52'^^xsd:double;
  dwc:startLatitude '48.52'^^xsd:double;
  dwc:endLatitude '48.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.21 48.52, -9.21 48.52, -9.21 48.52, -9.21 48.52, -9.21 48.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_835'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_862> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.68 -9.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.68"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.68 -9.21)"^^geo:wktLiteral ;
  geo-pos:lat "50.68"^^xsd:decimal ;
  geo-pos:long "-9.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_862'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_862'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.727222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.21'^^xsd:double;
  dwc:startLongitude '-9.21'^^xsd:double;
  dwc:endLongitude '-9.21'^^xsd:double;
  dwc:latitude '50.68'^^xsd:double;
  dwc:startLatitude '50.68'^^xsd:double;
  dwc:endLatitude '50.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.21 50.68, -9.21 50.68, -9.21 50.68, -9.21 50.68, -9.21 50.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_862'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.81 -9.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.81"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.81 -9.19)"^^geo:wktLiteral ;
  geo-pos:lat "41.81"^^xsd:decimal ;
  geo-pos:long "-9.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_221'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1152_221'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.554166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.19'^^xsd:double;
  dwc:startLongitude '-9.19'^^xsd:double;
  dwc:endLongitude '-9.19'^^xsd:double;
  dwc:latitude '41.81'^^xsd:double;
  dwc:startLatitude '41.81'^^xsd:double;
  dwc:endLatitude '41.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.19 41.81, -9.19 41.81, -9.19 41.81, -9.19 41.81, -9.19 41.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_221'^^xsd:string;
  dwc:observationDate '2005-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.74 -9.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.74"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.74 -9.18)"^^geo:wktLiteral ;
  geo-pos:lat "39.74"^^xsd:decimal ;
  geo-pos:long "-9.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_247'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_247'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.082222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.18'^^xsd:double;
  dwc:startLongitude '-9.18'^^xsd:double;
  dwc:endLongitude '-9.18'^^xsd:double;
  dwc:latitude '39.74'^^xsd:double;
  dwc:startLatitude '39.74'^^xsd:double;
  dwc:endLatitude '39.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.18 39.74, -9.18 39.74, -9.18 39.74, -9.18 39.74, -9.18 39.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_247'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.78 -9.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.78"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.78 -9.18)"^^geo:wktLiteral ;
  geo-pos:lat "40.78"^^xsd:decimal ;
  geo-pos:long "-9.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_259'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_259'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.336666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.18'^^xsd:double;
  dwc:startLongitude '-9.18'^^xsd:double;
  dwc:endLongitude '-9.18'^^xsd:double;
  dwc:latitude '40.78'^^xsd:double;
  dwc:startLatitude '40.78'^^xsd:double;
  dwc:endLatitude '40.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.18 40.78, -9.18 40.78, -9.18 40.78, -9.18 40.78, -9.18 40.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_259'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.35 -9.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.35 -9.17)"^^geo:wktLiteral ;
  geo-pos:lat "42.35"^^xsd:decimal ;
  geo-pos:long "-9.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_273'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_273'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.3891666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.17'^^xsd:double;
  dwc:startLongitude '-9.17'^^xsd:double;
  dwc:endLongitude '-9.17'^^xsd:double;
  dwc:latitude '42.35'^^xsd:double;
  dwc:startLatitude '42.35'^^xsd:double;
  dwc:endLatitude '42.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.17 42.35, -9.17 42.35, -9.17 42.35, -9.17 42.35, -9.17 42.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_273'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.75 -9.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.75 -9.16)"^^geo:wktLiteral ;
  geo-pos:lat "39.75"^^xsd:decimal ;
  geo-pos:long "-9.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_248'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_248'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.228055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.16'^^xsd:double;
  dwc:startLongitude '-9.16'^^xsd:double;
  dwc:endLongitude '-9.16'^^xsd:double;
  dwc:latitude '39.75'^^xsd:double;
  dwc:startLatitude '39.75'^^xsd:double;
  dwc:endLatitude '39.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.16 39.75, -9.16 39.75, -9.16 39.75, -9.16 39.75, -9.16 39.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_248'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.32 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.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/4843__1152_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.32 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "40.32"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_257'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_257'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.448055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:startLongitude '-9.13'^^xsd:double;
  dwc:endLongitude '-9.13'^^xsd:double;
  dwc:latitude '40.32'^^xsd:double;
  dwc:startLatitude '40.32'^^xsd:double;
  dwc:endLatitude '40.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.13 40.32, -9.13 40.32, -9.13 40.32, -9.13 40.32, -9.13 40.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_257'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.81 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.81"^^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/4843__1152_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.81 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "40.81"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_260'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_260'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.648055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:startLongitude '-9.13'^^xsd:double;
  dwc:endLongitude '-9.13'^^xsd:double;
  dwc:latitude '40.81'^^xsd:double;
  dwc:startLatitude '40.81'^^xsd:double;
  dwc:endLatitude '40.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.13 40.81, -9.13 40.81, -9.13 40.81, -9.13 40.81, -9.13 40.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_260'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.31"^^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/4843__1152_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.31 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.31"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_272'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_272'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.0469444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:startLongitude '-9.13'^^xsd:double;
  dwc:endLongitude '-9.13'^^xsd:double;
  dwc:latitude '42.31'^^xsd:double;
  dwc:startLatitude '42.31'^^xsd:double;
  dwc:endLatitude '42.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.13 42.31, -9.13 42.31, -9.13 42.31, -9.13 42.31, -9.13 42.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_272'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.28 -9.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.28 -9.11)"^^geo:wktLiteral ;
  geo-pos:lat "40.28"^^xsd:decimal ;
  geo-pos:long "-9.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_256'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_256'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.156666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.11'^^xsd:double;
  dwc:startLongitude '-9.11'^^xsd:double;
  dwc:endLongitude '-9.11'^^xsd:double;
  dwc:latitude '40.28'^^xsd:double;
  dwc:startLatitude '40.28'^^xsd:double;
  dwc:endLatitude '40.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.11 40.28, -9.11 40.28, -9.11 40.28, -9.11 40.28, -9.11 40.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_256'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.28 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.28"^^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/4843__1152_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.28 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "40.28"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_255'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_255'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.114444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.1'^^xsd:double;
  dwc:startLongitude '-9.1'^^xsd:double;
  dwc:endLongitude '-9.1'^^xsd:double;
  dwc:latitude '40.28'^^xsd:double;
  dwc:startLatitude '40.28'^^xsd:double;
  dwc:endLatitude '40.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.1 40.28, -9.1 40.28, -9.1 40.28, -9.1 40.28, -9.1 40.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_255'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.81 -9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.81"^^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/4843__1152_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.81 -9.09)"^^geo:wktLiteral ;
  geo-pos:lat "39.81"^^xsd:decimal ;
  geo-pos:long "-9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_249'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_249'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.724722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.09'^^xsd:double;
  dwc:startLongitude '-9.09'^^xsd:double;
  dwc:endLongitude '-9.09'^^xsd:double;
  dwc:latitude '39.81'^^xsd:double;
  dwc:startLatitude '39.81'^^xsd:double;
  dwc:endLatitude '39.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.09 39.81, -9.09 39.81, -9.09 39.81, -9.09 39.81, -9.09 39.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_249'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.25 -9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.25"^^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/4843__1152_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.25 -9.09)"^^geo:wktLiteral ;
  geo-pos:lat "40.25"^^xsd:decimal ;
  geo-pos:long "-9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_254'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_254'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.908611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.09'^^xsd:double;
  dwc:startLongitude '-9.09'^^xsd:double;
  dwc:endLongitude '-9.09'^^xsd:double;
  dwc:latitude '40.25'^^xsd:double;
  dwc:startLatitude '40.25'^^xsd:double;
  dwc:endLatitude '40.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.09 40.25, -9.09 40.25, -9.09 40.25, -9.09 40.25, -9.09 40.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_254'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.24 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.24"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.24 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "40.24"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_253'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_253'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.836388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:startLongitude '-9.08'^^xsd:double;
  dwc:endLongitude '-9.08'^^xsd:double;
  dwc:latitude '40.24'^^xsd:double;
  dwc:startLatitude '40.24'^^xsd:double;
  dwc:endLatitude '40.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.08 40.24, -9.08 40.24, -9.08 40.24, -9.08 40.24, -9.08 40.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_253'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.22 -9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.22"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.22 -9.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.22"^^xsd:decimal ;
  geo-pos:long "-9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_271'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_271'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.3986111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.05'^^xsd:double;
  dwc:startLongitude '-9.05'^^xsd:double;
  dwc:endLongitude '-9.05'^^xsd:double;
  dwc:latitude '42.22'^^xsd:double;
  dwc:startLatitude '42.22'^^xsd:double;
  dwc:endLatitude '42.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.05 42.22, -9.05 42.22, -9.05 42.22, -9.05 42.22, -9.05 42.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_271'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.14 -9.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.14"^^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/4843__1152_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.14 -9.02)"^^geo:wktLiteral ;
  geo-pos:lat "38.14"^^xsd:decimal ;
  geo-pos:long "-9.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_239'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_239'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.6991666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.02'^^xsd:double;
  dwc:startLongitude '-9.02'^^xsd:double;
  dwc:endLongitude '-9.02'^^xsd:double;
  dwc:latitude '38.14'^^xsd:double;
  dwc:startLatitude '38.14'^^xsd:double;
  dwc:endLatitude '38.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.02 38.14, -9.02 38.14, -9.02 38.14, -9.02 38.14, -9.02 38.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_239'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 -9.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^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/4843__1152_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 -9.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "-9.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_282'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_282'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.2825'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.02'^^xsd:double;
  dwc:startLongitude '-9.02'^^xsd:double;
  dwc:endLongitude '-9.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:startLatitude '43.51'^^xsd:double;
  dwc:endLatitude '43.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.02 43.51, -9.02 43.51, -9.02 43.51, -9.02 43.51, -9.02 43.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_282'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.51 -9.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.51"^^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/4843__1152_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.51 -9.02)"^^geo:wktLiteral ;
  geo-pos:lat "55.51"^^xsd:decimal ;
  geo-pos:long "-9.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_416'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1152_416'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.0425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.02'^^xsd:double;
  dwc:startLongitude '-9.02'^^xsd:double;
  dwc:endLongitude '-9.02'^^xsd:double;
  dwc:latitude '55.51'^^xsd:double;
  dwc:startLatitude '55.51'^^xsd:double;
  dwc:endLatitude '55.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.02 55.51, -9.02 55.51, -9.02 55.51, -9.02 55.51, -9.02 55.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_416'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.13 -9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.13 -9.01)"^^geo:wktLiteral ;
  geo-pos:lat "40.13"^^xsd:decimal ;
  geo-pos:long "-9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_252'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_252'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.072222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.01'^^xsd:double;
  dwc:startLongitude '-9.01'^^xsd:double;
  dwc:endLongitude '-9.01'^^xsd:double;
  dwc:latitude '40.13'^^xsd:double;
  dwc:startLatitude '40.13'^^xsd:double;
  dwc:endLatitude '40.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.01 40.13, -9.01 40.13, -9.01 40.13, -9.01 40.13, -9.01 40.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_252'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.61 -9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.61"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.61 -9.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.61"^^xsd:decimal ;
  geo-pos:long "-9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_283'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_283'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.9322222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.01'^^xsd:double;
  dwc:startLongitude '-9.01'^^xsd:double;
  dwc:endLongitude '-9.01'^^xsd:double;
  dwc:latitude '43.61'^^xsd:double;
  dwc:startLatitude '43.61'^^xsd:double;
  dwc:endLatitude '43.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.01 43.61, -9.01 43.61, -9.01 43.61, -9.01 43.61, -9.01 43.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_283'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.62 -9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.62"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.62 -9.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.62"^^xsd:decimal ;
  geo-pos:long "-9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_284'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_284'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.9769444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.01'^^xsd:double;
  dwc:startLongitude '-9.01'^^xsd:double;
  dwc:endLongitude '-9.01'^^xsd:double;
  dwc:latitude '43.62'^^xsd:double;
  dwc:startLatitude '43.62'^^xsd:double;
  dwc:endLatitude '43.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.01 43.62, -9.01 43.62, -9.01 43.62, -9.01 43.62, -9.01 43.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_284'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.67 -9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.67 -9.01)"^^geo:wktLiteral ;
  geo-pos:lat "55.67"^^xsd:decimal ;
  geo-pos:long "-9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_391'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_391'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.775'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.01'^^xsd:double;
  dwc:startLongitude '-9.01'^^xsd:double;
  dwc:endLongitude '-9.01'^^xsd:double;
  dwc:latitude '55.67'^^xsd:double;
  dwc:startLatitude '55.67'^^xsd:double;
  dwc:endLatitude '55.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.01 55.67, -9.01 55.67, -9.01 55.67, -9.01 55.67, -9.01 55.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_391'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8 -9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4843__1152_419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8 -9.01)"^^geo:wktLiteral ;
  geo-pos:lat "56.8"^^xsd:decimal ;
  geo-pos:long "-9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_419'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_419'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.436111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.01'^^xsd:double;
  dwc:startLongitude '-9.01'^^xsd:double;
  dwc:endLongitude '-9.01'^^xsd:double;
  dwc:latitude '56.8'^^xsd:double;
  dwc:startLatitude '56.8'^^xsd:double;
  dwc:endLatitude '56.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.01 56.8, -9.01 56.8, -9.01 56.8, -9.01 56.8, -9.01 56.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_419'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 -8.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.18"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.18 -8.99)"^^geo:wktLiteral ;
  geo-pos:lat "38.18"^^xsd:decimal ;
  geo-pos:long "-8.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_240'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_240'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.9608333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.99'^^xsd:double;
  dwc:startLongitude '-8.99'^^xsd:double;
  dwc:endLongitude '-8.99'^^xsd:double;
  dwc:latitude '38.18'^^xsd:double;
  dwc:startLatitude '38.18'^^xsd:double;
  dwc:endLatitude '38.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.99 38.18, -8.99 38.18, -8.99 38.18, -8.99 38.18, -8.99 38.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SH" by the provider'^^xsd:string;
  dwc:aphiaid '10193'^^xsd:integer;
  dwc:occurrenceId '1152_240'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.74 -8.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.74"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.74 -8.99)"^^geo:wktLiteral ;
  geo-pos:lat "43.74"^^xsd:decimal ;
  geo-pos:long "-8.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_285'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_285'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.7477777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.99'^^xsd:double;
  dwc:startLongitude '-8.99'^^xsd:double;
  dwc:endLongitude '-8.99'^^xsd:double;
  dwc:latitude '43.74'^^xsd:double;
  dwc:startLatitude '43.74'^^xsd:double;
  dwc:endLatitude '43.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.99 43.74, -8.99 43.74, -8.99 43.74, -8.99 43.74, -8.99 43.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_285'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.06 -8.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.06"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.06 -8.98)"^^geo:wktLiteral ;
  geo-pos:lat "40.06"^^xsd:decimal ;
  geo-pos:long "-8.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_251'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_251'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.634444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.98'^^xsd:double;
  dwc:startLongitude '-8.98'^^xsd:double;
  dwc:endLongitude '-8.98'^^xsd:double;
  dwc:latitude '40.06'^^xsd:double;
  dwc:startLatitude '40.06'^^xsd:double;
  dwc:endLatitude '40.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.98 40.06, -8.98 40.06, -8.98 40.06, -8.98 40.06, -8.98 40.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_251'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.06 -8.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.06"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.06 -8.97)"^^geo:wktLiteral ;
  geo-pos:lat "40.06"^^xsd:decimal ;
  geo-pos:long "-8.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_250'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_250'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.577222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.97'^^xsd:double;
  dwc:startLongitude '-8.97'^^xsd:double;
  dwc:endLongitude '-8.97'^^xsd:double;
  dwc:latitude '40.06'^^xsd:double;
  dwc:startLatitude '40.06'^^xsd:double;
  dwc:endLatitude '40.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.97 40.06, -8.97 40.06, -8.97 40.06, -8.97 40.06, -8.97 40.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_250'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.78 -8.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.78"^^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/4843__1152_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.78 -8.95)"^^geo:wktLiteral ;
  geo-pos:lat "56.78"^^xsd:decimal ;
  geo-pos:long "-8.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_418'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_418'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.200277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.95'^^xsd:double;
  dwc:startLongitude '-8.95'^^xsd:double;
  dwc:endLongitude '-8.95'^^xsd:double;
  dwc:latitude '56.78'^^xsd:double;
  dwc:startLatitude '56.78'^^xsd:double;
  dwc:endLatitude '56.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.95 56.78, -8.95 56.78, -8.95 56.78, -8.95 56.78, -8.95 56.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_418'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 -8.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 -8.94)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "-8.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_286'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_286'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.3488888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.94'^^xsd:double;
  dwc:startLongitude '-8.94'^^xsd:double;
  dwc:endLongitude '-8.94'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:startLatitude '44.01'^^xsd:double;
  dwc:endLatitude '44.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.94 44.01, -8.94 44.01, -8.94 44.01, -8.94 44.01, -8.94 44.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_286'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.26 -8.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.26"^^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/4843__1152_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.26 -8.93)"^^geo:wktLiteral ;
  geo-pos:lat "38.26"^^xsd:decimal ;
  geo-pos:long "-8.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_241'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_241'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.562777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.93'^^xsd:double;
  dwc:startLongitude '-8.93'^^xsd:double;
  dwc:endLongitude '-8.93'^^xsd:double;
  dwc:latitude '38.26'^^xsd:double;
  dwc:startLatitude '38.26'^^xsd:double;
  dwc:endLatitude '38.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.93 38.26, -8.93 38.26, -8.93 38.26, -8.93 38.26, -8.93 38.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_241'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.99 -8.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.99"^^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/4843__1152_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.99 -8.93)"^^geo:wktLiteral ;
  geo-pos:lat "40.99"^^xsd:decimal ;
  geo-pos:long "-8.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_262'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_262'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.0975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.93'^^xsd:double;
  dwc:startLongitude '-8.93'^^xsd:double;
  dwc:endLongitude '-8.93'^^xsd:double;
  dwc:latitude '40.99'^^xsd:double;
  dwc:startLatitude '40.99'^^xsd:double;
  dwc:endLatitude '40.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.93 40.99, -8.93 40.99, -8.93 40.99, -8.93 40.99, -8.93 40.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_262'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.99 -8.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.99"^^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/4843__1152_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.99 -8.93)"^^geo:wktLiteral ;
  geo-pos:lat "40.99"^^xsd:decimal ;
  geo-pos:long "-8.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_261'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_261'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.058888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.93'^^xsd:double;
  dwc:startLongitude '-8.93'^^xsd:double;
  dwc:endLongitude '-8.93'^^xsd:double;
  dwc:latitude '40.99'^^xsd:double;
  dwc:startLatitude '40.99'^^xsd:double;
  dwc:endLatitude '40.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.93 40.99, -8.93 40.99, -8.93 40.99, -8.93 40.99, -8.93 40.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_261'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33 -8.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.33"^^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/4843__1152_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.33 -8.88)"^^geo:wktLiteral ;
  geo-pos:lat "38.33"^^xsd:decimal ;
  geo-pos:long "-8.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_242'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_242'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.036666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.88'^^xsd:double;
  dwc:startLongitude '-8.88'^^xsd:double;
  dwc:endLongitude '-8.88'^^xsd:double;
  dwc:latitude '38.33'^^xsd:double;
  dwc:startLatitude '38.33'^^xsd:double;
  dwc:endLatitude '38.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.88 38.33, -8.88 38.33, -8.88 38.33, -8.88 38.33, -8.88 38.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_242'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.04 -8.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.04"^^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/4843__1152_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.04 -8.88)"^^geo:wktLiteral ;
  geo-pos:lat "41.04"^^xsd:decimal ;
  geo-pos:long "-8.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_263'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_263'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.484444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.88'^^xsd:double;
  dwc:startLongitude '-8.88'^^xsd:double;
  dwc:endLongitude '-8.88'^^xsd:double;
  dwc:latitude '41.04'^^xsd:double;
  dwc:startLatitude '41.04'^^xsd:double;
  dwc:endLatitude '41.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.88 41.04, -8.88 41.04, -8.88 41.04, -8.88 41.04, -8.88 41.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_263'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71 -8.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71"^^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/4843__1152_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71 -8.88)"^^geo:wktLiteral ;
  geo-pos:lat "50.71"^^xsd:decimal ;
  geo-pos:long "-8.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_908'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_908'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.7944444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.88'^^xsd:double;
  dwc:startLongitude '-8.88'^^xsd:double;
  dwc:endLongitude '-8.88'^^xsd:double;
  dwc:latitude '50.71'^^xsd:double;
  dwc:startLatitude '50.71'^^xsd:double;
  dwc:endLatitude '50.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.88 50.71, -8.88 50.71, -8.88 50.71, -8.88 50.71, -8.88 50.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_908'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.06 -8.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.06"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.06 -8.86)"^^geo:wktLiteral ;
  geo-pos:lat "41.06"^^xsd:decimal ;
  geo-pos:long "-8.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_264'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_264'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.626666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.86'^^xsd:double;
  dwc:startLongitude '-8.86'^^xsd:double;
  dwc:endLongitude '-8.86'^^xsd:double;
  dwc:latitude '41.06'^^xsd:double;
  dwc:startLatitude '41.06'^^xsd:double;
  dwc:endLatitude '41.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.86 41.06, -8.86 41.06, -8.86 41.06, -8.86 41.06, -8.86 41.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_264'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_837> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.59 -8.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.59"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.59 -8.86)"^^geo:wktLiteral ;
  geo-pos:lat "49.59"^^xsd:decimal ;
  geo-pos:long "-8.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_837'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_837'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.532777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.86'^^xsd:double;
  dwc:startLongitude '-8.86'^^xsd:double;
  dwc:endLongitude '-8.86'^^xsd:double;
  dwc:latitude '49.59'^^xsd:double;
  dwc:startLatitude '49.59'^^xsd:double;
  dwc:endLatitude '49.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.86 49.59, -8.86 49.59, -8.86 49.59, -8.86 49.59, -8.86 49.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_837'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -8.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -8.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-8.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_287'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_287'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.150555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.84'^^xsd:double;
  dwc:startLongitude '-8.84'^^xsd:double;
  dwc:endLongitude '-8.84'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.84 44.08, -8.84 44.08, -8.84 44.08, -8.84 44.08, -8.84 44.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_287'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.81)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-8.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_288'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_288'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.298888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.81'^^xsd:double;
  dwc:startLongitude '-8.81'^^xsd:double;
  dwc:endLongitude '-8.81'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:startLatitude '44.09'^^xsd:double;
  dwc:endLatitude '44.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.81 44.09, -8.81 44.09, -8.81 44.09, -8.81 44.09, -8.81 44.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_288'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -8.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.67"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -8.81)"^^geo:wktLiteral ;
  geo-pos:lat "50.67"^^xsd:decimal ;
  geo-pos:long "-8.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_909'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_909'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.128055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.81'^^xsd:double;
  dwc:startLongitude '-8.81'^^xsd:double;
  dwc:endLongitude '-8.81'^^xsd:double;
  dwc:latitude '50.67'^^xsd:double;
  dwc:startLatitude '50.67'^^xsd:double;
  dwc:endLatitude '50.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.81 50.67, -8.81 50.67, -8.81 50.67, -8.81 50.67, -8.81 50.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_909'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.62 -8.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.62"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.62 -8.8)"^^geo:wktLiteral ;
  geo-pos:lat "49.62"^^xsd:decimal ;
  geo-pos:long "-8.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_836'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_836'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.267777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.8'^^xsd:double;
  dwc:startLongitude '-8.8'^^xsd:double;
  dwc:endLongitude '-8.8'^^xsd:double;
  dwc:latitude '49.62'^^xsd:double;
  dwc:startLatitude '49.62'^^xsd:double;
  dwc:endLatitude '49.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.8 49.62, -8.8 49.62, -8.8 49.62, -8.8 49.62, -8.8 49.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_836'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.78)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-8.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_289'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_289'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.424444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.78'^^xsd:double;
  dwc:startLongitude '-8.78'^^xsd:double;
  dwc:endLongitude '-8.78'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:startLatitude '44.09'^^xsd:double;
  dwc:endLatitude '44.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.78 44.09, -8.78 44.09, -8.78 44.09, -8.78 44.09, -8.78 44.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_289'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.74)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-8.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_290'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_290'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.605555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.74'^^xsd:double;
  dwc:startLongitude '-8.74'^^xsd:double;
  dwc:endLongitude '-8.74'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:startLatitude '44.09'^^xsd:double;
  dwc:endLatitude '44.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.74 44.09, -8.74 44.09, -8.74 44.09, -8.74 44.09, -8.74 44.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_290'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-8.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_291'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_291'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.638333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.73'^^xsd:double;
  dwc:startLongitude '-8.73'^^xsd:double;
  dwc:endLongitude '-8.73'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:startLatitude '44.09'^^xsd:double;
  dwc:endLatitude '44.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.73 44.09, -8.73 44.09, -8.73 44.09, -8.73 44.09, -8.73 44.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_291'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -8.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -8.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-8.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_292'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_292'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.76'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.71'^^xsd:double;
  dwc:startLongitude '-8.71'^^xsd:double;
  dwc:endLongitude '-8.71'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.71 44.1, -8.71 44.1, -8.71 44.1, -8.71 44.1, -8.71 44.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_292'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_910> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -8.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.61"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -8.69)"^^geo:wktLiteral ;
  geo-pos:lat "50.61"^^xsd:decimal ;
  geo-pos:long "-8.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_910'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_910'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.65'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.69'^^xsd:double;
  dwc:startLongitude '-8.69'^^xsd:double;
  dwc:endLongitude '-8.69'^^xsd:double;
  dwc:latitude '50.61'^^xsd:double;
  dwc:startLatitude '50.61'^^xsd:double;
  dwc:endLatitude '50.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.69 50.61, -8.69 50.61, -8.69 50.61, -8.69 50.61, -8.69 50.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_910'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -8.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^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/4843__1152_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -8.68)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-8.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_293'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_293'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.68'^^xsd:double;
  dwc:startLongitude '-8.68'^^xsd:double;
  dwc:endLongitude '-8.68'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.68 44.1, -8.68 44.1, -8.68 44.1, -8.68 44.1, -8.68 44.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_293'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.28 -8.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.28"^^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/4843__1152_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.28 -8.68)"^^geo:wktLiteral ;
  geo-pos:lat "56.28"^^xsd:decimal ;
  geo-pos:long "-8.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_390'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_390'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.257777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.68'^^xsd:double;
  dwc:startLongitude '-8.68'^^xsd:double;
  dwc:endLongitude '-8.68'^^xsd:double;
  dwc:latitude '56.28'^^xsd:double;
  dwc:startLatitude '56.28'^^xsd:double;
  dwc:endLatitude '56.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.68 56.28, -8.68 56.28, -8.68 56.28, -8.68 56.28, -8.68 56.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "P?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_390'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 -8.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^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/4843__1152_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 -8.62)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "-8.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_294'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_294'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.764722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.62'^^xsd:double;
  dwc:startLongitude '-8.62'^^xsd:double;
  dwc:endLongitude '-8.62'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:startLatitude '44.19'^^xsd:double;
  dwc:endLatitude '44.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.62 44.19, -8.62 44.19, -8.62 44.19, -8.62 44.19, -8.62 44.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_294'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.32 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.32"^^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/4843__1152_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.32 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "58.32"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_379'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_379'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.9527777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:startLongitude '-8.56'^^xsd:double;
  dwc:endLongitude '-8.56'^^xsd:double;
  dwc:latitude '58.32'^^xsd:double;
  dwc:startLatitude '58.32'^^xsd:double;
  dwc:endLatitude '58.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.56 58.32, -8.56 58.32, -8.56 58.32, -8.56 58.32, -8.56 58.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_379'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "57.52"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_381'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_381'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.443333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:startLongitude '-8.53'^^xsd:double;
  dwc:endLongitude '-8.53'^^xsd:double;
  dwc:latitude '57.52'^^xsd:double;
  dwc:startLatitude '57.52'^^xsd:double;
  dwc:endLatitude '57.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.53 57.52, -8.53 57.52, -8.53 57.52, -8.53 57.52, -8.53 57.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_381'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.96 -8.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.96"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.96 -8.51)"^^geo:wktLiteral ;
  geo-pos:lat "36.96"^^xsd:decimal ;
  geo-pos:long "-8.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_225'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_225'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.733888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.51'^^xsd:double;
  dwc:startLongitude '-8.51'^^xsd:double;
  dwc:endLongitude '-8.51'^^xsd:double;
  dwc:latitude '36.96'^^xsd:double;
  dwc:startLatitude '36.96'^^xsd:double;
  dwc:endLatitude '36.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.51 36.96, -8.51 36.96, -8.51 36.96, -8.51 36.96, -8.51 36.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_225'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.97 -8.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.97"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.97 -8.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.97"^^xsd:decimal ;
  geo-pos:long "-8.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_226'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_226'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.9625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.47'^^xsd:double;
  dwc:startLongitude '-8.47'^^xsd:double;
  dwc:endLongitude '-8.47'^^xsd:double;
  dwc:latitude '36.97'^^xsd:double;
  dwc:startLatitude '36.97'^^xsd:double;
  dwc:endLatitude '36.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.47 36.97, -8.47 36.97, -8.47 36.97, -8.47 36.97, -8.47 36.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_226'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 -8.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48"^^xsd:decimal ;
  dwc:decimalLongitude "-8.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_382'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_382'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.785833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.45'^^xsd:double;
  dwc:startLongitude '-8.45'^^xsd:double;
  dwc:endLongitude '-8.45'^^xsd:double;
  dwc:latitude '57.48'^^xsd:double;
  dwc:startLatitude '57.48'^^xsd:double;
  dwc:endLatitude '57.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.45 57.48, -8.45 57.48, -8.45 57.48, -8.45 57.48, -8.45 57.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_382'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.47 -8.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.47"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.47 -8.44)"^^geo:wktLiteral ;
  geo-pos:lat "50.47"^^xsd:decimal ;
  geo-pos:long "-8.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_911'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_911'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.634444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.44'^^xsd:double;
  dwc:startLongitude '-8.44'^^xsd:double;
  dwc:endLongitude '-8.44'^^xsd:double;
  dwc:latitude '50.47'^^xsd:double;
  dwc:startLatitude '50.47'^^xsd:double;
  dwc:endLatitude '50.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.44 50.47, -8.44 50.47, -8.44 50.47, -8.44 50.47, -8.44 50.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_911'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^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/4843__1152_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_383'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_383'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.881944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:startLongitude '-8.42'^^xsd:double;
  dwc:endLongitude '-8.42'^^xsd:double;
  dwc:latitude '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.42 57.47, -8.42 57.47, -8.42 57.47, -8.42 57.47, -8.42 57.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_383'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -8.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -8.41)"^^geo:wktLiteral ;
  geo-pos:lat "56.6"^^xsd:decimal ;
  geo-pos:long "-8.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_417'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_417'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.1375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.41'^^xsd:double;
  dwc:startLongitude '-8.41'^^xsd:double;
  dwc:endLongitude '-8.41'^^xsd:double;
  dwc:latitude '56.6'^^xsd:double;
  dwc:startLatitude '56.6'^^xsd:double;
  dwc:endLatitude '56.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.41 56.6, -8.41 56.6, -8.41 56.6, -8.41 56.6, -8.41 56.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_417'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -8.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_295'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_295'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.966111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.4'^^xsd:double;
  dwc:startLongitude '-8.4'^^xsd:double;
  dwc:endLongitude '-8.4'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.4 44.08, -8.4 44.08, -8.4 44.08, -8.4 44.08, -8.4 44.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_295'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_234'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_234'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.184444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.38'^^xsd:double;
  dwc:startLongitude '-8.38'^^xsd:double;
  dwc:endLongitude '-8.38'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:startLatitude '36.74'^^xsd:double;
  dwc:endLatitude '36.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.38 36.74, -8.38 36.74, -8.38 36.74, -8.38 36.74, -8.38 36.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_234'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42 -8.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.42"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42 -8.29)"^^geo:wktLiteral ;
  geo-pos:lat "57.42"^^xsd:decimal ;
  geo-pos:long "-8.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_384'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_384'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.436666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.29'^^xsd:double;
  dwc:startLongitude '-8.29'^^xsd:double;
  dwc:endLongitude '-8.29'^^xsd:double;
  dwc:latitude '57.42'^^xsd:double;
  dwc:startLatitude '57.42'^^xsd:double;
  dwc:endLatitude '57.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.29 57.42, -8.29 57.42, -8.29 57.42, -8.29 57.42, -8.29 57.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_384'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-8.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_233'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_233'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.4222222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.24'^^xsd:double;
  dwc:startLongitude '-8.24'^^xsd:double;
  dwc:endLongitude '-8.24'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.24 36.72, -8.24 36.72, -8.24 36.72, -8.24 36.72, -8.24 36.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_233'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-8.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_232'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_232'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.3336111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.23'^^xsd:double;
  dwc:startLongitude '-8.23'^^xsd:double;
  dwc:endLongitude '-8.23'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.23 36.72, -8.23 36.72, -8.23 36.72, -8.23 36.72, -8.23 36.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_232'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.4 -8.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.4"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.4 -8.23)"^^geo:wktLiteral ;
  geo-pos:lat "57.4"^^xsd:decimal ;
  geo-pos:long "-8.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_385'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_385'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.672777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.23'^^xsd:double;
  dwc:startLongitude '-8.23'^^xsd:double;
  dwc:endLongitude '-8.23'^^xsd:double;
  dwc:latitude '57.4'^^xsd:double;
  dwc:startLatitude '57.4'^^xsd:double;
  dwc:endLatitude '57.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.23 57.4, -8.23 57.4, -8.23 57.4, -8.23 57.4, -8.23 57.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_385'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.03 -8.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.03"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.03 -8.2)"^^geo:wktLiteral ;
  geo-pos:lat "37.03"^^xsd:decimal ;
  geo-pos:long "-8.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_235'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_235'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.120555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.2'^^xsd:double;
  dwc:startLongitude '-8.2'^^xsd:double;
  dwc:endLongitude '-8.2'^^xsd:double;
  dwc:latitude '37.03'^^xsd:double;
  dwc:startLatitude '37.03'^^xsd:double;
  dwc:endLatitude '37.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.2 37.03, -8.2 37.03, -8.2 37.03, -8.2 37.03, -8.2 37.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_235'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.99 -8.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.99"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.99 -8.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.99"^^xsd:decimal ;
  geo-pos:long "-8.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_296'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_296'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.011111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.2'^^xsd:double;
  dwc:startLongitude '-8.2'^^xsd:double;
  dwc:endLongitude '-8.2'^^xsd:double;
  dwc:latitude '43.99'^^xsd:double;
  dwc:startLatitude '43.99'^^xsd:double;
  dwc:endLatitude '43.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.2 43.99, -8.2 43.99, -8.2 43.99, -8.2 43.99, -8.2 43.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_296'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 -8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^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/4843__1152_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 -8.18)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "-8.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_297'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_297'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.146388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.18'^^xsd:double;
  dwc:startLongitude '-8.18'^^xsd:double;
  dwc:endLongitude '-8.18'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:startLatitude '43.98'^^xsd:double;
  dwc:endLatitude '43.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.18 43.98, -8.18 43.98, -8.18 43.98, -8.18 43.98, -8.18 43.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "KW" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '1152_297'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97 -8.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97 -8.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.97"^^xsd:decimal ;
  geo-pos:long "-8.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_298'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_298'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.163055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.17'^^xsd:double;
  dwc:startLongitude '-8.17'^^xsd:double;
  dwc:endLongitude '-8.17'^^xsd:double;
  dwc:latitude '43.97'^^xsd:double;
  dwc:startLatitude '43.97'^^xsd:double;
  dwc:endLatitude '43.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.17 43.97, -8.17 43.97, -8.17 43.97, -8.17 43.97, -8.17 43.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "KW" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '1152_298'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31 -8.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31 -8.15)"^^geo:wktLiteral ;
  geo-pos:lat "50.31"^^xsd:decimal ;
  geo-pos:long "-8.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_912'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_912'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.026111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.15'^^xsd:double;
  dwc:startLongitude '-8.15'^^xsd:double;
  dwc:endLongitude '-8.15'^^xsd:double;
  dwc:latitude '50.31'^^xsd:double;
  dwc:startLatitude '50.31'^^xsd:double;
  dwc:endLatitude '50.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.15 50.31, -8.15 50.31, -8.15 50.31, -8.15 50.31, -8.15 50.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_912'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.16 -8.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.16"^^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/4843__1152_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.16 -8.12)"^^geo:wktLiteral ;
  geo-pos:lat "44.16"^^xsd:decimal ;
  geo-pos:long "-8.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_371'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_371'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.149444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.12'^^xsd:double;
  dwc:startLongitude '-8.12'^^xsd:double;
  dwc:endLongitude '-8.12'^^xsd:double;
  dwc:latitude '44.16'^^xsd:double;
  dwc:startLatitude '44.16'^^xsd:double;
  dwc:endLatitude '44.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.12 44.16, -8.12 44.16, -8.12 44.16, -8.12 44.16, -8.12 44.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_371'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_913> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -8.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -8.11)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-8.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_913'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_913'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.211111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.11'^^xsd:double;
  dwc:startLongitude '-8.11'^^xsd:double;
  dwc:endLongitude '-8.11'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:startLatitude '50.28'^^xsd:double;
  dwc:endLatitude '50.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.11 50.28, -8.11 50.28, -8.11 50.28, -8.11 50.28, -8.11 50.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_913'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -8.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -8.07)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-8.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_386'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_386'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.276666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.07'^^xsd:double;
  dwc:startLongitude '-8.07'^^xsd:double;
  dwc:endLongitude '-8.07'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:startLatitude '57.34'^^xsd:double;
  dwc:endLatitude '57.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.07 57.34, -8.07 57.34, -8.07 57.34, -8.07 57.34, -8.07 57.34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_386'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.59 -8.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.59"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.59 -8.06)"^^geo:wktLiteral ;
  geo-pos:lat "56.59"^^xsd:decimal ;
  geo-pos:long "-8.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_389'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_389'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.028055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.06'^^xsd:double;
  dwc:startLongitude '-8.06'^^xsd:double;
  dwc:endLongitude '-8.06'^^xsd:double;
  dwc:latitude '56.59'^^xsd:double;
  dwc:startLatitude '56.59'^^xsd:double;
  dwc:endLatitude '56.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.06 56.59, -8.06 56.59, -8.06 56.59, -8.06 56.59, -8.06 56.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_389'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -8.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -8.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.6"^^xsd:decimal ;
  geo-pos:long "-8.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_388'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_388'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.963611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.05'^^xsd:double;
  dwc:startLongitude '-8.05'^^xsd:double;
  dwc:endLongitude '-8.05'^^xsd:double;
  dwc:latitude '56.6'^^xsd:double;
  dwc:startLatitude '56.6'^^xsd:double;
  dwc:endLatitude '56.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.05 56.6, -8.05 56.6, -8.05 56.6, -8.05 56.6, -8.05 56.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "L?" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1152_388'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 -8.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4843__1152_915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 -8.03)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "-8.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_915'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_915'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.473611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.03'^^xsd:double;
  dwc:startLongitude '-8.03'^^xsd:double;
  dwc:endLongitude '-8.03'^^xsd:double;
  dwc:latitude '51.5'^^xsd:double;
  dwc:startLatitude '51.5'^^xsd:double;
  dwc:endLatitude '51.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.03 51.5, -8.03 51.5, -8.03 51.5, -8.03 51.5, -8.03 51.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_915'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21 -7.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21 -7.99)"^^geo:wktLiteral ;
  geo-pos:lat "50.21"^^xsd:decimal ;
  geo-pos:long "-7.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_914'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_914'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.828611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.99'^^xsd:double;
  dwc:startLongitude '-7.99'^^xsd:double;
  dwc:endLongitude '-7.99'^^xsd:double;
  dwc:latitude '50.21'^^xsd:double;
  dwc:startLatitude '50.21'^^xsd:double;
  dwc:endLatitude '50.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.99 50.21, -7.99 50.21, -7.99 50.21, -7.99 50.21, -7.99 50.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_914'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_916> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -7.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -7.99)"^^geo:wktLiteral ;
  geo-pos:lat "51.46"^^xsd:decimal ;
  geo-pos:long "-7.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_916'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_916'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.74'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.99'^^xsd:double;
  dwc:startLongitude '-7.99'^^xsd:double;
  dwc:endLongitude '-7.99'^^xsd:double;
  dwc:latitude '51.46'^^xsd:double;
  dwc:startLatitude '51.46'^^xsd:double;
  dwc:endLatitude '51.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.99 51.46, -7.99 51.46, -7.99 51.46, -7.99 51.46, -7.99 51.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_916'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -7.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -7.92)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "-7.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_387'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_387'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.438611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.92'^^xsd:double;
  dwc:startLongitude '-7.92'^^xsd:double;
  dwc:endLongitude '-7.92'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:startLatitude '56.65'^^xsd:double;
  dwc:endLatitude '56.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.92 56.65, -7.92 56.65, -7.92 56.65, -7.92 56.65, -7.92 56.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_387'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -7.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -7.9)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-7.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_299'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_299'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.703333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.9'^^xsd:double;
  dwc:startLongitude '-7.9'^^xsd:double;
  dwc:endLongitude '-7.9'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.9 43.85, -7.9 43.85, -7.9 43.85, -7.9 43.85, -7.9 43.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_299'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 -7.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^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/4843__1152_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 -7.87)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "-7.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_370'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_370'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.926666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.87'^^xsd:double;
  dwc:startLongitude '-7.87'^^xsd:double;
  dwc:endLongitude '-7.87'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:startLatitude '44.18'^^xsd:double;
  dwc:endLatitude '44.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.87 44.18, -7.87 44.18, -7.87 44.18, -7.87 44.18, -7.87 44.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_370'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_918> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29"^^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/4843__1152_918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "51.29"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_918'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_918'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.956111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:startLongitude '-7.82'^^xsd:double;
  dwc:endLongitude '-7.82'^^xsd:double;
  dwc:latitude '51.29'^^xsd:double;
  dwc:startLatitude '51.29'^^xsd:double;
  dwc:endLatitude '51.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.82 51.29, -7.82 51.29, -7.82 51.29, -7.82 51.29, -7.82 51.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_918'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_917> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29"^^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/4843__1152_917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "51.29"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_917'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_917'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.951666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:startLongitude '-7.82'^^xsd:double;
  dwc:endLongitude '-7.82'^^xsd:double;
  dwc:latitude '51.29'^^xsd:double;
  dwc:startLatitude '51.29'^^xsd:double;
  dwc:endLatitude '51.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.82 51.29, -7.82 51.29, -7.82 51.29, -7.82 51.29, -7.82 51.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_917'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_956> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 -7.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 -7.8)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "-7.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_956'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_956'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.8'^^xsd:double;
  dwc:startLongitude '-7.8'^^xsd:double;
  dwc:endLongitude '-7.8'^^xsd:double;
  dwc:latitude '51.5'^^xsd:double;
  dwc:startLatitude '51.5'^^xsd:double;
  dwc:endLatitude '51.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.8 51.5, -7.8 51.5, -7.8 51.5, -7.8 51.5, -7.8 51.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_956'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_957> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 -7.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.49"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 -7.77)"^^geo:wktLiteral ;
  geo-pos:lat "51.49"^^xsd:decimal ;
  geo-pos:long "-7.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_957'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_957'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.2294444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.77'^^xsd:double;
  dwc:startLongitude '-7.77'^^xsd:double;
  dwc:endLongitude '-7.77'^^xsd:double;
  dwc:latitude '51.49'^^xsd:double;
  dwc:startLatitude '51.49'^^xsd:double;
  dwc:endLatitude '51.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.77 51.49, -7.77 51.49, -7.77 51.49, -7.77 51.49, -7.77 51.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_957'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_919> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.18 -7.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.18"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.18 -7.71)"^^geo:wktLiteral ;
  geo-pos:lat "51.18"^^xsd:decimal ;
  geo-pos:long "-7.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_919'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_919'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.698611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.71'^^xsd:double;
  dwc:startLongitude '-7.71'^^xsd:double;
  dwc:endLongitude '-7.71'^^xsd:double;
  dwc:latitude '51.18'^^xsd:double;
  dwc:startLatitude '51.18'^^xsd:double;
  dwc:endLatitude '51.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.71 51.18, -7.71 51.18, -7.71 51.18, -7.71 51.18, -7.71 51.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_919'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.42 -7.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.42 -7.63)"^^geo:wktLiteral ;
  geo-pos:lat "51.42"^^xsd:decimal ;
  geo-pos:long "-7.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_958'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_958'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.9069444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.63'^^xsd:double;
  dwc:startLongitude '-7.63'^^xsd:double;
  dwc:endLongitude '-7.63'^^xsd:double;
  dwc:latitude '51.42'^^xsd:double;
  dwc:startLatitude '51.42'^^xsd:double;
  dwc:endLatitude '51.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.63 51.42, -7.63 51.42, -7.63 51.42, -7.63 51.42, -7.63 51.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_958'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41 -7.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.41"^^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/4843__1152_959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41 -7.61)"^^geo:wktLiteral ;
  geo-pos:lat "51.41"^^xsd:decimal ;
  geo-pos:long "-7.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_959'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_959'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.9922222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.61'^^xsd:double;
  dwc:startLongitude '-7.61'^^xsd:double;
  dwc:endLongitude '-7.61'^^xsd:double;
  dwc:latitude '51.41'^^xsd:double;
  dwc:startLatitude '51.41'^^xsd:double;
  dwc:endLatitude '51.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.61 51.41, -7.61 51.41, -7.61 51.41, -7.61 51.41, -7.61 51.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_959'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66 -7.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66 -7.44)"^^geo:wktLiteral ;
  geo-pos:lat "58.66"^^xsd:decimal ;
  geo-pos:long "-7.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_427'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_427'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.124166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.44'^^xsd:double;
  dwc:startLongitude '-7.44'^^xsd:double;
  dwc:endLongitude '-7.44'^^xsd:double;
  dwc:latitude '58.66'^^xsd:double;
  dwc:startLatitude '58.66'^^xsd:double;
  dwc:endLatitude '58.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.44 58.66, -7.44 58.66, -7.44 58.66, -7.44 58.66, -7.44 58.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_427'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 -7.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.42"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.42 -7.43)"^^geo:wktLiteral ;
  geo-pos:lat "58.42"^^xsd:decimal ;
  geo-pos:long "-7.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_425'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_425'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.708611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.43'^^xsd:double;
  dwc:startLongitude '-7.43'^^xsd:double;
  dwc:endLongitude '-7.43'^^xsd:double;
  dwc:latitude '58.42'^^xsd:double;
  dwc:startLatitude '58.42'^^xsd:double;
  dwc:endLatitude '58.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.43 58.42, -7.43 58.42, -7.43 58.42, -7.43 58.42, -7.43 58.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_425'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.43 -7.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.43"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.43 -7.43)"^^geo:wktLiteral ;
  geo-pos:lat "58.43"^^xsd:decimal ;
  geo-pos:long "-7.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_426'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_426'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.799722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.43'^^xsd:double;
  dwc:startLongitude '-7.43'^^xsd:double;
  dwc:endLongitude '-7.43'^^xsd:double;
  dwc:latitude '58.43'^^xsd:double;
  dwc:startLatitude '58.43'^^xsd:double;
  dwc:endLatitude '58.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.43 58.43, -7.43 58.43, -7.43 58.43, -7.43 58.43, -7.43 58.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_426'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.37 -7.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.37"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.37 -7.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.37"^^xsd:decimal ;
  geo-pos:long "-7.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_424'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_424'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.400555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.42'^^xsd:double;
  dwc:startLongitude '-7.42'^^xsd:double;
  dwc:endLongitude '-7.42'^^xsd:double;
  dwc:latitude '58.37'^^xsd:double;
  dwc:startLatitude '58.37'^^xsd:double;
  dwc:endLatitude '58.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.42 58.37, -7.42 58.37, -7.42 58.37, -7.42 58.37, -7.42 58.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_424'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.04 -7.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.04"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.04 -7.4)"^^geo:wktLiteral ;
  geo-pos:lat "58.04"^^xsd:decimal ;
  geo-pos:long "-7.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_423'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_423'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.4'^^xsd:double;
  dwc:startLongitude '-7.4'^^xsd:double;
  dwc:endLongitude '-7.4'^^xsd:double;
  dwc:latitude '58.04'^^xsd:double;
  dwc:startLatitude '58.04'^^xsd:double;
  dwc:endLatitude '58.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.4 58.04, -7.4 58.04, -7.4 58.04, -7.4 58.04, -7.4 58.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_423'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_960> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.28 -7.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.28"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.28 -7.35)"^^geo:wktLiteral ;
  geo-pos:lat "51.28"^^xsd:decimal ;
  geo-pos:long "-7.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_960'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_960'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.2411111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.35'^^xsd:double;
  dwc:startLongitude '-7.35'^^xsd:double;
  dwc:endLongitude '-7.35'^^xsd:double;
  dwc:latitude '51.28'^^xsd:double;
  dwc:startLatitude '51.28'^^xsd:double;
  dwc:endLatitude '51.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.35 51.28, -7.35 51.28, -7.35 51.28, -7.35 51.28, -7.35 51.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_960'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.03 -7.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.03"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.03 -7.27)"^^geo:wktLiteral ;
  geo-pos:lat "59.03"^^xsd:decimal ;
  geo-pos:long "-7.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_378'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_378'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.484444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.27'^^xsd:double;
  dwc:startLongitude '-7.27'^^xsd:double;
  dwc:endLongitude '-7.27'^^xsd:double;
  dwc:latitude '59.03'^^xsd:double;
  dwc:startLatitude '59.03'^^xsd:double;
  dwc:endLatitude '59.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.27 59.03, -7.27 59.03, -7.27 59.03, -7.27 59.03, -7.27 59.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_378'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_961> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22 -7.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.22"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22 -7.23)"^^geo:wktLiteral ;
  geo-pos:lat "51.22"^^xsd:decimal ;
  geo-pos:long "-7.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_961'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_961'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.8394444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.23'^^xsd:double;
  dwc:startLongitude '-7.23'^^xsd:double;
  dwc:endLongitude '-7.23'^^xsd:double;
  dwc:latitude '51.22'^^xsd:double;
  dwc:startLatitude '51.22'^^xsd:double;
  dwc:endLatitude '51.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.23 51.22, -7.23 51.22, -7.23 51.22, -7.23 51.22, -7.23 51.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_961'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_920> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -7.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5 -7.05)"^^geo:wktLiteral ;
  geo-pos:lat "50.5"^^xsd:decimal ;
  geo-pos:long "-7.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_920'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_920'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.772777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.05'^^xsd:double;
  dwc:startLongitude '-7.05'^^xsd:double;
  dwc:endLongitude '-7.05'^^xsd:double;
  dwc:latitude '50.5'^^xsd:double;
  dwc:startLatitude '50.5'^^xsd:double;
  dwc:endLatitude '50.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.05 50.5, -7.05 50.5, -7.05 50.5, -7.05 50.5, -7.05 50.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_920'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_921> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.49 -7.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.49"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4843__1152_921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.49 -7.04)"^^geo:wktLiteral ;
  geo-pos:lat "50.49"^^xsd:decimal ;
  geo-pos:long "-7.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_921'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_921'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.843888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.04'^^xsd:double;
  dwc:startLongitude '-7.04'^^xsd:double;
  dwc:endLongitude '-7.04'^^xsd:double;
  dwc:latitude '50.49'^^xsd:double;
  dwc:startLatitude '50.49'^^xsd:double;
  dwc:endLatitude '50.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.04 50.49, -7.04 50.49, -7.04 50.49, -7.04 50.49, -7.04 50.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_921'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.48 -7.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.48"^^xsd:decimal ;
  dwc:decimalLongitude "-7.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_922'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_922'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.934444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.03'^^xsd:double;
  dwc:startLongitude '-7.03'^^xsd:double;
  dwc:endLongitude '-7.03'^^xsd:double;
  dwc:latitude '50.48'^^xsd:double;
  dwc:startLatitude '50.48'^^xsd:double;
  dwc:endLatitude '50.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.03 50.48, -7.03 50.48, -7.03 50.48, -7.03 50.48, -7.03 50.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_922'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_923> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -7.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-7.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_923'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_923'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.137222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.01'^^xsd:double;
  dwc:startLongitude '-7.01'^^xsd:double;
  dwc:endLongitude '-7.01'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:startLatitude '50.45'^^xsd:double;
  dwc:endLatitude '50.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.01 50.45, -7.01 50.45, -7.01 50.45, -7.01 50.45, -7.01 50.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_923'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -6.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.43"^^xsd:decimal ;
  dwc:decimalLongitude "-6.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_924'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_924'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.296111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.99'^^xsd:double;
  dwc:startLongitude '-6.99'^^xsd:double;
  dwc:endLongitude '-6.99'^^xsd:double;
  dwc:latitude '50.43'^^xsd:double;
  dwc:startLatitude '50.43'^^xsd:double;
  dwc:endLatitude '50.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.99 50.43, -6.99 50.43, -6.99 50.43, -6.99 50.43, -6.99 50.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_924'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13 -6.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13"^^xsd:decimal ;
  dwc:decimalLongitude "-6.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_369'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_369'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.6569444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.98'^^xsd:double;
  dwc:startLongitude '-6.98'^^xsd:double;
  dwc:endLongitude '-6.98'^^xsd:double;
  dwc:latitude '44.13'^^xsd:double;
  dwc:startLatitude '44.13'^^xsd:double;
  dwc:endLatitude '44.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.98 44.13, -6.98 44.13, -6.98 44.13, -6.98 44.13, -6.98 44.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_369'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_962> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09 -6.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09"^^xsd:decimal ;
  dwc:decimalLongitude "-6.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_962'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_962'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.067222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.98'^^xsd:double;
  dwc:startLongitude '-6.98'^^xsd:double;
  dwc:endLongitude '-6.98'^^xsd:double;
  dwc:latitude '51.09'^^xsd:double;
  dwc:startLatitude '51.09'^^xsd:double;
  dwc:endLatitude '51.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.98 51.09, -6.98 51.09, -6.98 51.09, -6.98 51.09, -6.98 51.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_962'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_925> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38 -6.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.38"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.38 -6.94)"^^geo:wktLiteral ;
  geo-pos:lat "50.38"^^xsd:decimal ;
  geo-pos:long "-6.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_925'^^xsd:string;
  dwc:scientificName 'Dermochelys coriacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_925'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.605833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.94'^^xsd:double;
  dwc:startLongitude '-6.94'^^xsd:double;
  dwc:endLongitude '-6.94'^^xsd:double;
  dwc:latitude '50.38'^^xsd:double;
  dwc:startLatitude '50.38'^^xsd:double;
  dwc:endLatitude '50.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.94 50.38, -6.94 50.38, -6.94 50.38, -6.94 50.38, -6.94 50.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LT" by the provider'^^xsd:string;
  dwc:aphiaid '137209'^^xsd:integer;
  dwc:occurrenceId '1152_925'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.16 -6.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.16"^^xsd:decimal ;
  dwc:decimalLongitude "-6.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_428'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_428'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.312777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.93'^^xsd:double;
  dwc:startLongitude '-6.93'^^xsd:double;
  dwc:endLongitude '-6.93'^^xsd:double;
  dwc:latitude '59.16'^^xsd:double;
  dwc:startLatitude '59.16'^^xsd:double;
  dwc:endLatitude '59.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.93 59.16, -6.93 59.16, -6.93 59.16, -6.93 59.16, -6.93 59.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_428'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_926> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -6.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.36"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -6.92)"^^geo:wktLiteral ;
  geo-pos:lat "50.36"^^xsd:decimal ;
  geo-pos:long "-6.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_926'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_926'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.756388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.92'^^xsd:double;
  dwc:startLongitude '-6.92'^^xsd:double;
  dwc:endLongitude '-6.92'^^xsd:double;
  dwc:latitude '50.36'^^xsd:double;
  dwc:startLatitude '50.36'^^xsd:double;
  dwc:endLatitude '50.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.92 50.36, -6.92 50.36, -6.92 50.36, -6.92 50.36, -6.92 50.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_926'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.16 -6.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.16"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.16 -6.88)"^^geo:wktLiteral ;
  geo-pos:lat "59.16"^^xsd:decimal ;
  geo-pos:long "-6.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_429'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_429'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.461388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.88'^^xsd:double;
  dwc:startLongitude '-6.88'^^xsd:double;
  dwc:endLongitude '-6.88'^^xsd:double;
  dwc:latitude '59.16'^^xsd:double;
  dwc:startLatitude '59.16'^^xsd:double;
  dwc:endLatitude '59.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.88 59.16, -6.88 59.16, -6.88 59.16, -6.88 59.16, -6.88 59.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_429'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_927> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29 -6.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.29"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29 -6.86)"^^geo:wktLiteral ;
  geo-pos:lat "50.29"^^xsd:decimal ;
  geo-pos:long "-6.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_927'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_927'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.244722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.86'^^xsd:double;
  dwc:startLongitude '-6.86'^^xsd:double;
  dwc:endLongitude '-6.86'^^xsd:double;
  dwc:latitude '50.29'^^xsd:double;
  dwc:startLatitude '50.29'^^xsd:double;
  dwc:endLatitude '50.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.86 50.29, -6.86 50.29, -6.86 50.29, -6.86 50.29, -6.86 50.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SH" by the provider'^^xsd:string;
  dwc:aphiaid '10193'^^xsd:integer;
  dwc:occurrenceId '1152_927'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_928> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -6.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -6.85)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-6.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_928'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_928'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.306388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.85'^^xsd:double;
  dwc:startLongitude '-6.85'^^xsd:double;
  dwc:endLongitude '-6.85'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:startLatitude '50.28'^^xsd:double;
  dwc:endLatitude '50.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.85 50.28, -6.85 50.28, -6.85 50.28, -6.85 50.28, -6.85 50.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_928'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_929> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -6.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -6.84)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-6.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_929'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_929'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.329166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.84'^^xsd:double;
  dwc:startLongitude '-6.84'^^xsd:double;
  dwc:endLongitude '-6.84'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:startLatitude '50.28'^^xsd:double;
  dwc:endLatitude '50.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.84 50.28, -6.84 50.28, -6.84 50.28, -6.84 50.28, -6.84 50.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SH" by the provider'^^xsd:string;
  dwc:aphiaid '10193'^^xsd:integer;
  dwc:occurrenceId '1152_929'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_930> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -6.82)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_930'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_930'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.492222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.82'^^xsd:double;
  dwc:startLongitude '-6.82'^^xsd:double;
  dwc:endLongitude '-6.82'^^xsd:double;
  dwc:latitude '50.25'^^xsd:double;
  dwc:startLatitude '50.25'^^xsd:double;
  dwc:endLatitude '50.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.82 50.25, -6.82 50.25, -6.82 50.25, -6.82 50.25, -6.82 50.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_930'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 -6.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 -6.79)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "-6.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_300'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_300'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.8627777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.79'^^xsd:double;
  dwc:startLongitude '-6.79'^^xsd:double;
  dwc:endLongitude '-6.79'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:startLatitude '43.75'^^xsd:double;
  dwc:endLatitude '43.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.79 43.75, -6.79 43.75, -6.79 43.75, -6.79 43.75, -6.79 43.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "UB" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1152_300'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.22 -6.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.22"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.22 -6.79)"^^geo:wktLiteral ;
  geo-pos:lat "50.22"^^xsd:decimal ;
  geo-pos:long "-6.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_931'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_931'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.710833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.79'^^xsd:double;
  dwc:startLongitude '-6.79'^^xsd:double;
  dwc:endLongitude '-6.79'^^xsd:double;
  dwc:latitude '50.22'^^xsd:double;
  dwc:startLatitude '50.22'^^xsd:double;
  dwc:endLatitude '50.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.79 50.22, -6.79 50.22, -6.79 50.22, -6.79 50.22, -6.79 50.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_931'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_932> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.22 -6.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.22"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.22 -6.79)"^^geo:wktLiteral ;
  geo-pos:lat "50.22"^^xsd:decimal ;
  geo-pos:long "-6.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_932'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_932'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.748888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.79'^^xsd:double;
  dwc:startLongitude '-6.79'^^xsd:double;
  dwc:endLongitude '-6.79'^^xsd:double;
  dwc:latitude '50.22'^^xsd:double;
  dwc:startLatitude '50.22'^^xsd:double;
  dwc:endLatitude '50.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.79 50.22, -6.79 50.22, -6.79 50.22, -6.79 50.22, -6.79 50.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_932'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_933> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.19 -6.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.19"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.19 -6.77)"^^geo:wktLiteral ;
  geo-pos:lat "50.19"^^xsd:decimal ;
  geo-pos:long "-6.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_933'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_933'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.917222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.77'^^xsd:double;
  dwc:startLongitude '-6.77'^^xsd:double;
  dwc:endLongitude '-6.77'^^xsd:double;
  dwc:latitude '50.19'^^xsd:double;
  dwc:startLatitude '50.19'^^xsd:double;
  dwc:endLatitude '50.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.77 50.19, -6.77 50.19, -6.77 50.19, -6.77 50.19, -6.77 50.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_933'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.19 -6.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.19"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.19 -6.76)"^^geo:wktLiteral ;
  geo-pos:lat "50.19"^^xsd:decimal ;
  geo-pos:long "-6.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_934'^^xsd:string;
  dwc:scientificName 'Testudines'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_934'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.947777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.76'^^xsd:double;
  dwc:startLongitude '-6.76'^^xsd:double;
  dwc:endLongitude '-6.76'^^xsd:double;
  dwc:latitude '50.19'^^xsd:double;
  dwc:startLatitude '50.19'^^xsd:double;
  dwc:endLatitude '50.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.76 50.19, -6.76 50.19, -6.76 50.19, -6.76 50.19, -6.76 50.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "TU" by the provider'^^xsd:string;
  dwc:aphiaid '2689'^^xsd:integer;
  dwc:occurrenceId '1152_934'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '2689'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -6.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -6.74)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "-6.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_301'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_301'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.1211111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.74'^^xsd:double;
  dwc:startLongitude '-6.74'^^xsd:double;
  dwc:endLongitude '-6.74'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:startLatitude '43.78'^^xsd:double;
  dwc:endLatitude '43.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.74 43.78, -6.74 43.78, -6.74 43.78, -6.74 43.78, -6.74 43.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_301'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.79 -6.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.79"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.79 -6.71)"^^geo:wktLiteral ;
  geo-pos:lat "43.79"^^xsd:decimal ;
  geo-pos:long "-6.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_302'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_302'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.2655555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.71'^^xsd:double;
  dwc:startLongitude '-6.71'^^xsd:double;
  dwc:endLongitude '-6.71'^^xsd:double;
  dwc:latitude '43.79'^^xsd:double;
  dwc:startLatitude '43.79'^^xsd:double;
  dwc:endLatitude '43.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.71 43.79, -6.71 43.79, -6.71 43.79, -6.71 43.79, -6.71 43.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_302'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.14 -6.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.14"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.14 -6.71)"^^geo:wktLiteral ;
  geo-pos:lat "50.14"^^xsd:decimal ;
  geo-pos:long "-6.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_935'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_935'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.3225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.71'^^xsd:double;
  dwc:startLongitude '-6.71'^^xsd:double;
  dwc:endLongitude '-6.71'^^xsd:double;
  dwc:latitude '50.14'^^xsd:double;
  dwc:startLatitude '50.14'^^xsd:double;
  dwc:endLatitude '50.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.71 50.14, -6.71 50.14, -6.71 50.14, -6.71 50.14, -6.71 50.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_935'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -6.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^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/4843__1152_303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -6.68)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "-6.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_303'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_303'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.4388888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.68'^^xsd:double;
  dwc:startLongitude '-6.68'^^xsd:double;
  dwc:endLongitude '-6.68'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:startLatitude '43.8'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.68 43.8, -6.68 43.8, -6.68 43.8, -6.68 43.8, -6.68 43.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_303'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09 -6.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.09"^^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/4843__1152_936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09 -6.67)"^^geo:wktLiteral ;
  geo-pos:lat "50.09"^^xsd:decimal ;
  geo-pos:long "-6.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_936'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_936'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.644722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.67'^^xsd:double;
  dwc:startLongitude '-6.67'^^xsd:double;
  dwc:endLongitude '-6.67'^^xsd:double;
  dwc:latitude '50.09'^^xsd:double;
  dwc:startLatitude '50.09'^^xsd:double;
  dwc:endLatitude '50.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.67 50.09, -6.67 50.09, -6.67 50.09, -6.67 50.09, -6.67 50.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_936'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06 -6.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06 -6.64)"^^geo:wktLiteral ;
  geo-pos:lat "50.06"^^xsd:decimal ;
  geo-pos:long "-6.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_937'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_937'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.888055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.64'^^xsd:double;
  dwc:startLongitude '-6.64'^^xsd:double;
  dwc:endLongitude '-6.64'^^xsd:double;
  dwc:latitude '50.06'^^xsd:double;
  dwc:startLatitude '50.06'^^xsd:double;
  dwc:endLatitude '50.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.64 50.06, -6.64 50.06, -6.64 50.06, -6.64 50.06, -6.64 50.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_937'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -6.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -6.62)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-6.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_231'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_231'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.62'^^xsd:double;
  dwc:startLongitude '-6.62'^^xsd:double;
  dwc:endLongitude '-6.62'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:startLatitude '36.49'^^xsd:double;
  dwc:endLatitude '36.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.62 36.49, -6.62 36.49, -6.62 36.49, -6.62 36.49, -6.62 36.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_231'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.02 -6.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.02"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.02 -6.6)"^^geo:wktLiteral ;
  geo-pos:lat "59.02"^^xsd:decimal ;
  geo-pos:long "-6.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_430'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_430'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.2502777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.6'^^xsd:double;
  dwc:startLongitude '-6.6'^^xsd:double;
  dwc:endLongitude '-6.6'^^xsd:double;
  dwc:latitude '59.02'^^xsd:double;
  dwc:startLatitude '59.02'^^xsd:double;
  dwc:endLatitude '59.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.6 59.02, -6.6 59.02, -6.6 59.02, -6.6 59.02, -6.6 59.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_430'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -6.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.33"^^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/4843__1152_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.33 -6.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.33"^^xsd:decimal ;
  geo-pos:long "-6.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_230'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_230'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.2925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.58'^^xsd:double;
  dwc:startLongitude '-6.58'^^xsd:double;
  dwc:endLongitude '-6.58'^^xsd:double;
  dwc:latitude '36.33'^^xsd:double;
  dwc:startLatitude '36.33'^^xsd:double;
  dwc:endLatitude '36.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.58 36.33, -6.58 36.33, -6.58 36.33, -6.58 36.33, -6.58 36.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_230'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.57)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "-6.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_367'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_367'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.1855555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.57'^^xsd:double;
  dwc:startLongitude '-6.57'^^xsd:double;
  dwc:endLongitude '-6.57'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:startLatitude '43.9'^^xsd:double;
  dwc:endLatitude '43.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.57 43.9, -6.57 43.9, -6.57 43.9, -6.57 43.9, -6.57 43.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_367'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 -6.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 -6.57)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "-6.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_368'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_368'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.57'^^xsd:double;
  dwc:startLongitude '-6.57'^^xsd:double;
  dwc:endLongitude '-6.57'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:startLatitude '43.91'^^xsd:double;
  dwc:endLatitude '43.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.57 43.91, -6.57 43.91, -6.57 43.91, -6.57 43.91, -6.57 43.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_368'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.26 -6.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.26"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.26 -6.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.26"^^xsd:decimal ;
  geo-pos:long "-6.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_229'^^xsd:string;
  dwc:scientificName 'Grampus griseus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_229'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.8061111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.56'^^xsd:double;
  dwc:startLongitude '-6.56'^^xsd:double;
  dwc:endLongitude '-6.56'^^xsd:double;
  dwc:latitude '36.26'^^xsd:double;
  dwc:startLatitude '36.26'^^xsd:double;
  dwc:endLatitude '36.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.56 36.26, -6.56 36.26, -6.56 36.26, -6.56 36.26, -6.56 36.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "RD" by the provider'^^xsd:string;
  dwc:aphiaid '137098'^^xsd:integer;
  dwc:occurrenceId '1152_229'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.55)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "-6.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_366'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_366'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.0788888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.55'^^xsd:double;
  dwc:startLongitude '-6.55'^^xsd:double;
  dwc:endLongitude '-6.55'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:startLatitude '43.9'^^xsd:double;
  dwc:endLatitude '43.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.55 43.9, -6.55 43.9, -6.55 43.9, -6.55 43.9, -6.55 43.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_366'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_938> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.88 -6.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.88 -6.48)"^^geo:wktLiteral ;
  geo-pos:lat "49.88"^^xsd:decimal ;
  geo-pos:long "-6.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_938'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_938'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.181111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.48'^^xsd:double;
  dwc:startLongitude '-6.48'^^xsd:double;
  dwc:endLongitude '-6.48'^^xsd:double;
  dwc:latitude '49.88'^^xsd:double;
  dwc:startLatitude '49.88'^^xsd:double;
  dwc:endLatitude '49.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.48 49.88, -6.48 49.88, -6.48 49.88, -6.48 49.88, -6.48 49.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_938'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 -6.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 -6.47)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "-6.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_304'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_304'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.6088888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.47'^^xsd:double;
  dwc:startLongitude '-6.47'^^xsd:double;
  dwc:endLongitude '-6.47'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:startLatitude '43.89'^^xsd:double;
  dwc:endLatitude '43.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.47 43.89, -6.47 43.89, -6.47 43.89, -6.47 43.89, -6.47 43.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SD" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1152_304'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_939> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.86 -6.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.86"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.86 -6.46)"^^geo:wktLiteral ;
  geo-pos:lat "49.86"^^xsd:decimal ;
  geo-pos:long "-6.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_939'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_939'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.332222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.46'^^xsd:double;
  dwc:startLongitude '-6.46'^^xsd:double;
  dwc:endLongitude '-6.46'^^xsd:double;
  dwc:latitude '49.86'^^xsd:double;
  dwc:startLatitude '49.86'^^xsd:double;
  dwc:endLatitude '49.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.46 49.86, -6.46 49.86, -6.46 49.86, -6.46 49.86, -6.46 49.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_939'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.84"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "43.84"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_365'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_365'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:startLongitude '-6.45'^^xsd:double;
  dwc:endLongitude '-6.45'^^xsd:double;
  dwc:latitude '43.84'^^xsd:double;
  dwc:startLatitude '43.84'^^xsd:double;
  dwc:endLatitude '43.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.45 43.84, -6.45 43.84, -6.45 43.84, -6.45 43.84, -6.45 43.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_365'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_305'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_305'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.735'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:startLongitude '-6.45'^^xsd:double;
  dwc:endLongitude '-6.45'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:startLatitude '43.9'^^xsd:double;
  dwc:endLatitude '43.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.45 43.9, -6.45 43.9, -6.45 43.9, -6.45 43.9, -6.45 43.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_305'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_940> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.85 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.85"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.85 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "49.85"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_940'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_940'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.380277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:startLongitude '-6.45'^^xsd:double;
  dwc:endLongitude '-6.45'^^xsd:double;
  dwc:latitude '49.85'^^xsd:double;
  dwc:startLatitude '49.85'^^xsd:double;
  dwc:endLatitude '49.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.45 49.85, -6.45 49.85, -6.45 49.85, -6.45 49.85, -6.45 49.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_940'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_941> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.83 -6.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.83"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.83 -6.43)"^^geo:wktLiteral ;
  geo-pos:lat "49.83"^^xsd:decimal ;
  geo-pos:long "-6.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_941'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_941'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.52'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.43'^^xsd:double;
  dwc:startLongitude '-6.43'^^xsd:double;
  dwc:endLongitude '-6.43'^^xsd:double;
  dwc:latitude '49.83'^^xsd:double;
  dwc:startLatitude '49.83'^^xsd:double;
  dwc:endLatitude '49.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.43 49.83, -6.43 49.83, -6.43 49.83, -6.43 49.83, -6.43 49.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_941'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.82 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.82"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.82 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "49.82"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_942'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_942'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.611666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.42'^^xsd:double;
  dwc:startLongitude '-6.42'^^xsd:double;
  dwc:endLongitude '-6.42'^^xsd:double;
  dwc:latitude '49.82'^^xsd:double;
  dwc:startLatitude '49.82'^^xsd:double;
  dwc:endLatitude '49.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.42 49.82, -6.42 49.82, -6.42 49.82, -6.42 49.82, -6.42 49.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_942'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.82 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.82"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.82 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "49.82"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_943'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_943'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.628611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.42'^^xsd:double;
  dwc:startLongitude '-6.42'^^xsd:double;
  dwc:endLongitude '-6.42'^^xsd:double;
  dwc:latitude '49.82'^^xsd:double;
  dwc:startLatitude '49.82'^^xsd:double;
  dwc:endLatitude '49.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.42 49.82, -6.42 49.82, -6.42 49.82, -6.42 49.82, -6.42 49.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_943'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.92 -6.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.92"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.92 -6.41)"^^geo:wktLiteral ;
  geo-pos:lat "43.92"^^xsd:decimal ;
  geo-pos:long "-6.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_306'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_306'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9547222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.41'^^xsd:double;
  dwc:startLongitude '-6.41'^^xsd:double;
  dwc:endLongitude '-6.41'^^xsd:double;
  dwc:latitude '43.92'^^xsd:double;
  dwc:startLatitude '43.92'^^xsd:double;
  dwc:endLatitude '43.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.41 43.92, -6.41 43.92, -6.41 43.92, -6.41 43.92, -6.41 43.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_306'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -6.4)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "-6.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_944'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_944'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.793333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.4'^^xsd:double;
  dwc:startLongitude '-6.4'^^xsd:double;
  dwc:endLongitude '-6.4'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:startLatitude '49.8'^^xsd:double;
  dwc:endLatitude '49.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.4 49.8, -6.4 49.8, -6.4 49.8, -6.4 49.8, -6.4 49.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_944'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.01 -6.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.01"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.01 -6.33)"^^geo:wktLiteral ;
  geo-pos:lat "59.01"^^xsd:decimal ;
  geo-pos:long "-6.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_431'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_431'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.0916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.33'^^xsd:double;
  dwc:startLongitude '-6.33'^^xsd:double;
  dwc:endLongitude '-6.33'^^xsd:double;
  dwc:latitude '59.01'^^xsd:double;
  dwc:startLatitude '59.01'^^xsd:double;
  dwc:endLatitude '59.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.33 59.01, -6.33 59.01, -6.33 59.01, -6.33 59.01, -6.33 59.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_431'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.24 -6.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.24"^^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/4843__1152_967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.24 -6.32)"^^geo:wktLiteral ;
  geo-pos:lat "49.24"^^xsd:decimal ;
  geo-pos:long "-6.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_967'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1152_967'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.512222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.32'^^xsd:double;
  dwc:startLongitude '-6.32'^^xsd:double;
  dwc:endLongitude '-6.32'^^xsd:double;
  dwc:latitude '49.24'^^xsd:double;
  dwc:startLatitude '49.24'^^xsd:double;
  dwc:endLatitude '49.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.32 49.24, -6.32 49.24, -6.32 49.24, -6.32 49.24, -6.32 49.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_967'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.99 -6.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.99"^^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/4843__1152_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.99 -6.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.99"^^xsd:decimal ;
  geo-pos:long "-6.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_307'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_307'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.897777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.25'^^xsd:double;
  dwc:startLongitude '-6.25'^^xsd:double;
  dwc:endLongitude '-6.25'^^xsd:double;
  dwc:latitude '43.99'^^xsd:double;
  dwc:startLatitude '43.99'^^xsd:double;
  dwc:endLatitude '43.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.25 43.99, -6.25 43.99, -6.25 43.99, -6.25 43.99, -6.25 43.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_307'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -6.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -6.22)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "-6.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_308'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_308'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.045'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.22'^^xsd:double;
  dwc:startLongitude '-6.22'^^xsd:double;
  dwc:endLongitude '-6.22'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:startLatitude '44'^^xsd:integer;
  dwc:endLatitude '44'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-6.22 44, -6.22 44, -6.22 44, -6.22 44, -6.22 44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "UB" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1152_308'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 -6.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^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/4843__1152_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 -6.11)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "-6.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_309'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_309'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.695277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.11'^^xsd:double;
  dwc:startLongitude '-6.11'^^xsd:double;
  dwc:endLongitude '-6.11'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:startLatitude '44.05'^^xsd:double;
  dwc:endLatitude '44.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.11 44.05, -6.11 44.05, -6.11 44.05, -6.11 44.05, -6.11 44.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_309'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -6.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06"^^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/4843__1152_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -6.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.06"^^xsd:decimal ;
  geo-pos:long "-6.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_310'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_310'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.788055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.1'^^xsd:double;
  dwc:startLongitude '-6.1'^^xsd:double;
  dwc:endLongitude '-6.1'^^xsd:double;
  dwc:latitude '44.06'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.1 44.06, -6.1 44.06, -6.1 44.06, -6.1 44.06, -6.1 44.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_310'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -6.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06"^^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/4843__1152_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -6.08)"^^geo:wktLiteral ;
  geo-pos:lat "44.06"^^xsd:decimal ;
  geo-pos:long "-6.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_311'^^xsd:string;
  dwc:scientificName 'Globicephala melas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_311'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.871388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.08'^^xsd:double;
  dwc:startLongitude '-6.08'^^xsd:double;
  dwc:endLongitude '-6.08'^^xsd:double;
  dwc:latitude '44.06'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.08 44.06, -6.08 44.06, -6.08 44.06, -6.08 44.06, -6.08 44.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "LF" by the provider'^^xsd:string;
  dwc:aphiaid '137097'^^xsd:integer;
  dwc:occurrenceId '1152_311'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 -6.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^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/4843__1152_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 -6.07)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "-6.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_364'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1152_364'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.861111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.07'^^xsd:double;
  dwc:startLongitude '-6.07'^^xsd:double;
  dwc:endLongitude '-6.07'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:startLatitude '43.64'^^xsd:double;
  dwc:endLatitude '43.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.07 43.64, -6.07 43.64, -6.07 43.64, -6.07 43.64, -6.07 43.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_364'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -6.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4843__1152_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -6.06)"^^geo:wktLiteral ;
  geo-pos:lat "44.07"^^xsd:decimal ;
  geo-pos:long "-6.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_312'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_312'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.974444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.06'^^xsd:double;
  dwc:startLongitude '-6.06'^^xsd:double;
  dwc:endLongitude '-6.06'^^xsd:double;
  dwc:latitude '44.07'^^xsd:double;
  dwc:startLatitude '44.07'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.06 44.07, -6.06 44.07, -6.06 44.07, -6.06 44.07, -6.06 44.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_312'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.95 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.95"^^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/4843__1152_947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.95 -6)"^^geo:wktLiteral ;
  geo-pos:lat "51.95"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_947'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1152_947'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.420833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6'^^xsd:integer;
  dwc:startLongitude '-6'^^xsd:integer;
  dwc:endLongitude '-6'^^xsd:integer;
  dwc:latitude '51.95'^^xsd:double;
  dwc:startLatitude '51.95'^^xsd:double;
  dwc:endLatitude '51.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 51.95, -6 51.95, -6 51.95, -6 51.95, -6 51.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_947'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_951> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.61 -5.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.61"^^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/4843__1152_951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.61 -5.99)"^^geo:wktLiteral ;
  geo-pos:lat "51.61"^^xsd:decimal ;
  geo-pos:long "-5.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_951'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_951'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.1169444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.99'^^xsd:double;
  dwc:startLongitude '-5.99'^^xsd:double;
  dwc:endLongitude '-5.99'^^xsd:double;
  dwc:latitude '51.61'^^xsd:double;
  dwc:startLatitude '51.61'^^xsd:double;
  dwc:endLatitude '51.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.99 51.61, -5.99 51.61, -5.99 51.61, -5.99 51.61, -5.99 51.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_951'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -5.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.42"^^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/4843__1152_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -5.99)"^^geo:wktLiteral ;
  geo-pos:lat "59.42"^^xsd:decimal ;
  geo-pos:long "-5.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_377'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_377'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.190277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.99'^^xsd:double;
  dwc:startLongitude '-5.99'^^xsd:double;
  dwc:endLongitude '-5.99'^^xsd:double;
  dwc:latitude '59.42'^^xsd:double;
  dwc:startLatitude '59.42'^^xsd:double;
  dwc:endLatitude '59.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.99 59.42, -5.99 59.42, -5.99 59.42, -5.99 59.42, -5.99 59.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_377'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -5.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.92"^^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/4843__1152_948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -5.93)"^^geo:wktLiteral ;
  geo-pos:lat "51.92"^^xsd:decimal ;
  geo-pos:long "-5.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_948'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1152_948'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.760555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.93'^^xsd:double;
  dwc:startLongitude '-5.93'^^xsd:double;
  dwc:endLongitude '-5.93'^^xsd:double;
  dwc:latitude '51.92'^^xsd:double;
  dwc:startLatitude '51.92'^^xsd:double;
  dwc:endLatitude '51.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.93 51.92, -5.93 51.92, -5.93 51.92, -5.93 51.92, -5.93 51.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_948'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91 -5.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.91"^^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/4843__1152_949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91 -5.92)"^^geo:wktLiteral ;
  geo-pos:lat "51.91"^^xsd:decimal ;
  geo-pos:long "-5.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_949'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1152_949'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.818888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.92'^^xsd:double;
  dwc:startLongitude '-5.92'^^xsd:double;
  dwc:endLongitude '-5.92'^^xsd:double;
  dwc:latitude '51.91'^^xsd:double;
  dwc:startLatitude '51.91'^^xsd:double;
  dwc:endLatitude '51.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.92 51.91, -5.92 51.91, -5.92 51.91, -5.92 51.91, -5.92 51.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_949'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_950> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89 -5.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.89"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.89 -5.87)"^^geo:wktLiteral ;
  geo-pos:lat "51.89"^^xsd:decimal ;
  geo-pos:long "-5.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_950'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1152_950'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.060833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.87'^^xsd:double;
  dwc:startLongitude '-5.87'^^xsd:double;
  dwc:endLongitude '-5.87'^^xsd:double;
  dwc:latitude '51.89'^^xsd:double;
  dwc:startLatitude '51.89'^^xsd:double;
  dwc:endLatitude '51.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.87 51.89, -5.87 51.89, -5.87 51.89, -5.87 51.89, -5.87 51.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_950'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.48 -5.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.48"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.48 -5.84)"^^geo:wktLiteral ;
  geo-pos:lat "50.48"^^xsd:decimal ;
  geo-pos:long "-5.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_963'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_963'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.236666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.84'^^xsd:double;
  dwc:startLongitude '-5.84'^^xsd:double;
  dwc:endLongitude '-5.84'^^xsd:double;
  dwc:latitude '50.48'^^xsd:double;
  dwc:startLatitude '50.48'^^xsd:double;
  dwc:endLatitude '50.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.84 50.48, -5.84 50.48, -5.84 50.48, -5.84 50.48, -5.84 50.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_963'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.41 -5.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.41"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.41 -5.72)"^^geo:wktLiteral ;
  geo-pos:lat "59.41"^^xsd:decimal ;
  geo-pos:long "-5.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_376'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_376'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.235277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.72'^^xsd:double;
  dwc:startLongitude '-5.72'^^xsd:double;
  dwc:endLongitude '-5.72'^^xsd:double;
  dwc:latitude '59.41'^^xsd:double;
  dwc:startLatitude '59.41'^^xsd:double;
  dwc:endLatitude '59.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.72 59.41, -5.72 59.41, -5.72 59.41, -5.72 59.41, -5.72 59.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_376'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -5.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^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/4843__1152_964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -5.67)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-5.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_964'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_964'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.06'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.67'^^xsd:double;
  dwc:startLongitude '-5.67'^^xsd:double;
  dwc:endLongitude '-5.67'^^xsd:double;
  dwc:latitude '50.4'^^xsd:double;
  dwc:startLatitude '50.4'^^xsd:double;
  dwc:endLatitude '50.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.67 50.4, -5.67 50.4, -5.67 50.4, -5.67 50.4, -5.67 50.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_964'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_952> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.17 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.17"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.17 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "51.17"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_952'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_952'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.131388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:startLongitude '-5.64'^^xsd:double;
  dwc:endLongitude '-5.64'^^xsd:double;
  dwc:latitude '51.17'^^xsd:double;
  dwc:startLatitude '51.17'^^xsd:double;
  dwc:endLatitude '51.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.64 51.17, -5.64 51.17, -5.64 51.17, -5.64 51.17, -5.64 51.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_952'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.99 -5.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.99"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.99 -5.63)"^^geo:wktLiteral ;
  geo-pos:lat "35.99"^^xsd:decimal ;
  geo-pos:long "-5.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_227'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_227'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.5525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.63'^^xsd:double;
  dwc:startLongitude '-5.63'^^xsd:double;
  dwc:endLongitude '-5.63'^^xsd:double;
  dwc:latitude '35.99'^^xsd:double;
  dwc:startLatitude '35.99'^^xsd:double;
  dwc:endLatitude '35.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.63 35.99, -5.63 35.99, -5.63 35.99, -5.63 35.99, -5.63 35.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_227'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^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/4843__1152_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.62)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_314'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_314'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.9466666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.62'^^xsd:double;
  dwc:startLongitude '-5.62'^^xsd:double;
  dwc:endLongitude '-5.62'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.62 44.08, -5.62 44.08, -5.62 44.08, -5.62 44.08, -5.62 44.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_314'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^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/4843__1152_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.62)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_313'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_313'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.5069444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.62'^^xsd:double;
  dwc:startLongitude '-5.62'^^xsd:double;
  dwc:endLongitude '-5.62'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.62 44.08, -5.62 44.08, -5.62 44.08, -5.62 44.08, -5.62 44.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_313'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_965> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -5.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^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/4843__1152_965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -5.62)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-5.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_965'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_965'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.309722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.62'^^xsd:double;
  dwc:startLongitude '-5.62'^^xsd:double;
  dwc:endLongitude '-5.62'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:startLatitude '50.37'^^xsd:double;
  dwc:endLatitude '50.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.62 50.37, -5.62 50.37, -5.62 50.37, -5.62 50.37, -5.62 50.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_965'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.95 -5.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.95"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.95 -5.61)"^^geo:wktLiteral ;
  geo-pos:lat "35.95"^^xsd:decimal ;
  geo-pos:long "-5.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_228'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_228'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.054444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.61'^^xsd:double;
  dwc:startLongitude '-5.61'^^xsd:double;
  dwc:endLongitude '-5.61'^^xsd:double;
  dwc:latitude '35.95'^^xsd:double;
  dwc:startLatitude '35.95'^^xsd:double;
  dwc:endLatitude '35.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.61 35.95, -5.61 35.95, -5.61 35.95, -5.61 35.95, -5.61 35.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_228'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -5.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -5.61)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-5.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_966'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_966'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.372222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.61'^^xsd:double;
  dwc:startLongitude '-5.61'^^xsd:double;
  dwc:endLongitude '-5.61'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:startLatitude '50.37'^^xsd:double;
  dwc:endLatitude '50.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.61 50.37, -5.61 50.37, -5.61 50.37, -5.61 50.37, -5.61 50.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_966'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07"^^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/4843__1152_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -5.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.07"^^xsd:decimal ;
  geo-pos:long "-5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_317'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_317'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.0805555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.6'^^xsd:double;
  dwc:startLongitude '-5.6'^^xsd:double;
  dwc:endLongitude '-5.6'^^xsd:double;
  dwc:latitude '44.07'^^xsd:double;
  dwc:startLatitude '44.07'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.6 44.07, -5.6 44.07, -5.6 44.07, -5.6 44.07, -5.6 44.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SD" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1152_317'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07"^^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/4843__1152_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -5.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.07"^^xsd:decimal ;
  geo-pos:long "-5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_316'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_316'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.0552777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.6'^^xsd:double;
  dwc:startLongitude '-5.6'^^xsd:double;
  dwc:endLongitude '-5.6'^^xsd:double;
  dwc:latitude '44.07'^^xsd:double;
  dwc:startLatitude '44.07'^^xsd:double;
  dwc:endLatitude '44.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.6 44.07, -5.6 44.07, -5.6 44.07, -5.6 44.07, -5.6 44.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_316'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^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/4843__1152_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_315'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_315'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.0269444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.6'^^xsd:double;
  dwc:startLongitude '-5.6'^^xsd:double;
  dwc:endLongitude '-5.6'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.6 44.08, -5.6 44.08, -5.6 44.08, -5.6 44.08, -5.6 44.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SD" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1152_315'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.78 -5.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.78"^^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/4843__1152_945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.78 -5.59)"^^geo:wktLiteral ;
  geo-pos:lat "51.78"^^xsd:decimal ;
  geo-pos:long "-5.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_945'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_945'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.3533333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.59'^^xsd:double;
  dwc:startLongitude '-5.59'^^xsd:double;
  dwc:endLongitude '-5.59'^^xsd:double;
  dwc:latitude '51.78'^^xsd:double;
  dwc:startLatitude '51.78'^^xsd:double;
  dwc:endLatitude '51.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.59 51.78, -5.59 51.78, -5.59 51.78, -5.59 51.78, -5.59 51.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_945'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -5.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06"^^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/4843__1152_318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -5.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.06"^^xsd:decimal ;
  geo-pos:long "-5.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_318'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_318'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.2277777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.57'^^xsd:double;
  dwc:startLongitude '-5.57'^^xsd:double;
  dwc:endLongitude '-5.57'^^xsd:double;
  dwc:latitude '44.06'^^xsd:double;
  dwc:startLatitude '44.06'^^xsd:double;
  dwc:endLatitude '44.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.57 44.06, -5.57 44.06, -5.57 44.06, -5.57 44.06, -5.57 44.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_318'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04"^^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/4843__1152_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "44.04"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_319'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_319'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.4291666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.54'^^xsd:double;
  dwc:startLongitude '-5.54'^^xsd:double;
  dwc:endLongitude '-5.54'^^xsd:double;
  dwc:latitude '44.04'^^xsd:double;
  dwc:startLatitude '44.04'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.54 44.04, -5.54 44.04, -5.54 44.04, -5.54 44.04, -5.54 44.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_319'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.41 -5.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.41"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.41 -5.47)"^^geo:wktLiteral ;
  geo-pos:lat "59.41"^^xsd:decimal ;
  geo-pos:long "-5.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_375'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_375'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.764444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.47'^^xsd:double;
  dwc:startLongitude '-5.47'^^xsd:double;
  dwc:endLongitude '-5.47'^^xsd:double;
  dwc:latitude '59.41'^^xsd:double;
  dwc:startLatitude '59.41'^^xsd:double;
  dwc:endLatitude '59.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.47 59.41, -5.47 59.41, -5.47 59.41, -5.47 59.41, -5.47 59.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_375'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.99 -5.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.99"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.99 -5.46)"^^geo:wktLiteral ;
  geo-pos:lat "43.99"^^xsd:decimal ;
  geo-pos:long "-5.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_320'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_320'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.8875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.46'^^xsd:double;
  dwc:startLongitude '-5.46'^^xsd:double;
  dwc:endLongitude '-5.46'^^xsd:double;
  dwc:latitude '43.99'^^xsd:double;
  dwc:startLatitude '43.99'^^xsd:double;
  dwc:endLatitude '43.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.46 43.99, -5.46 43.99, -5.46 43.99, -5.46 43.99, -5.46 43.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_320'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97 -5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97 -5.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.97"^^xsd:decimal ;
  geo-pos:long "-5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_321'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_321'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.1325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.42'^^xsd:double;
  dwc:startLongitude '-5.42'^^xsd:double;
  dwc:endLongitude '-5.42'^^xsd:double;
  dwc:latitude '43.97'^^xsd:double;
  dwc:startLatitude '43.97'^^xsd:double;
  dwc:endLatitude '43.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.42 43.97, -5.42 43.97, -5.42 43.97, -5.42 43.97, -5.42 43.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_321'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_953> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -5.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -5.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.8"^^xsd:decimal ;
  geo-pos:long "-5.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_953'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_953'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.533055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.34'^^xsd:double;
  dwc:startLongitude '-5.34'^^xsd:double;
  dwc:endLongitude '-5.34'^^xsd:double;
  dwc:latitude '50.8'^^xsd:double;
  dwc:startLatitude '50.8'^^xsd:double;
  dwc:endLatitude '50.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.34 50.8, -5.34 50.8, -5.34 50.8, -5.34 50.8, -5.34 50.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_953'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_955> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77 -5.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.77"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77 -5.32)"^^geo:wktLiteral ;
  geo-pos:lat "50.77"^^xsd:decimal ;
  geo-pos:long "-5.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_955'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_955'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.698611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.32'^^xsd:double;
  dwc:startLongitude '-5.32'^^xsd:double;
  dwc:endLongitude '-5.32'^^xsd:double;
  dwc:latitude '50.77'^^xsd:double;
  dwc:startLatitude '50.77'^^xsd:double;
  dwc:endLatitude '50.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.32 50.77, -5.32 50.77, -5.32 50.77, -5.32 50.77, -5.32 50.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_955'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78 -5.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78 -5.32)"^^geo:wktLiteral ;
  geo-pos:lat "50.78"^^xsd:decimal ;
  geo-pos:long "-5.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_954'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_954'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.660277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.32'^^xsd:double;
  dwc:startLongitude '-5.32'^^xsd:double;
  dwc:endLongitude '-5.32'^^xsd:double;
  dwc:latitude '50.78'^^xsd:double;
  dwc:startLatitude '50.78'^^xsd:double;
  dwc:endLatitude '50.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.32 50.78, -5.32 50.78, -5.32 50.78, -5.32 50.78, -5.32 50.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_954'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4 -5.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.4"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4 -5.31)"^^geo:wktLiteral ;
  geo-pos:lat "59.4"^^xsd:decimal ;
  geo-pos:long "-5.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_374'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_374'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.8625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.31'^^xsd:double;
  dwc:startLongitude '-5.31'^^xsd:double;
  dwc:endLongitude '-5.31'^^xsd:double;
  dwc:latitude '59.4'^^xsd:double;
  dwc:startLatitude '59.4'^^xsd:double;
  dwc:endLatitude '59.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.31 59.4, -5.31 59.4, -5.31 59.4, -5.31 59.4, -5.31 59.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_374'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.87 -5.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.87"^^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/4843__1152_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.87 -5.24)"^^geo:wktLiteral ;
  geo-pos:lat "43.87"^^xsd:decimal ;
  geo-pos:long "-5.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_322'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_322'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.2008333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.24'^^xsd:double;
  dwc:startLongitude '-5.24'^^xsd:double;
  dwc:endLongitude '-5.24'^^xsd:double;
  dwc:latitude '43.87'^^xsd:double;
  dwc:startLatitude '43.87'^^xsd:double;
  dwc:endLatitude '43.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.24 43.87, -5.24 43.87, -5.24 43.87, -5.24 43.87, -5.24 43.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_322'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^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/4843__1152_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.22)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-5.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_323'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_323'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.3536111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.22'^^xsd:double;
  dwc:startLongitude '-5.22'^^xsd:double;
  dwc:endLongitude '-5.22'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.22 43.85, -5.22 43.85, -5.22 43.85, -5.22 43.85, -5.22 43.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_323'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -5.21)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-5.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_324'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_324'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.4002777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.21'^^xsd:double;
  dwc:startLongitude '-5.21'^^xsd:double;
  dwc:endLongitude '-5.21'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.21 43.85, -5.21 43.85, -5.21 43.85, -5.21 43.85, -5.21 43.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_324'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.84"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -5.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.84"^^xsd:decimal ;
  geo-pos:long "-5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_325'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_325'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.4672222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.2'^^xsd:double;
  dwc:startLongitude '-5.2'^^xsd:double;
  dwc:endLongitude '-5.2'^^xsd:double;
  dwc:latitude '43.84'^^xsd:double;
  dwc:startLatitude '43.84'^^xsd:double;
  dwc:endLatitude '43.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.2 43.84, -5.2 43.84, -5.2 43.84, -5.2 43.84, -5.2 43.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_325'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -5.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.82"^^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/4843__1152_326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -5.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.82"^^xsd:decimal ;
  geo-pos:long "-5.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_326'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_326'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8363888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.17'^^xsd:double;
  dwc:startLongitude '-5.17'^^xsd:double;
  dwc:endLongitude '-5.17'^^xsd:double;
  dwc:latitude '43.82'^^xsd:double;
  dwc:startLatitude '43.82'^^xsd:double;
  dwc:endLatitude '43.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.17 43.82, -5.17 43.82, -5.17 43.82, -5.17 43.82, -5.17 43.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_326'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -5.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^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/4843__1152_327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -5.13)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "-5.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_327'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_327'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.0572222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.13'^^xsd:double;
  dwc:startLongitude '-5.13'^^xsd:double;
  dwc:endLongitude '-5.13'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:startLatitude '43.8'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.13 43.8, -5.13 43.8, -5.13 43.8, -5.13 43.8, -5.13 43.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_327'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -5.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -5.12)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "-5.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_328'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_328'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.1305555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.12'^^xsd:double;
  dwc:startLongitude '-5.12'^^xsd:double;
  dwc:endLongitude '-5.12'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:startLatitude '43.8'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.12 43.8, -5.12 43.8, -5.12 43.8, -5.12 43.8, -5.12 43.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SD" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1152_328'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.79 -5.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.79"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.79 -5.11)"^^geo:wktLiteral ;
  geo-pos:lat "43.79"^^xsd:decimal ;
  geo-pos:long "-5.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_329'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_329'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.17'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.11'^^xsd:double;
  dwc:startLongitude '-5.11'^^xsd:double;
  dwc:endLongitude '-5.11'^^xsd:double;
  dwc:latitude '43.79'^^xsd:double;
  dwc:startLatitude '43.79'^^xsd:double;
  dwc:endLatitude '43.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.11 43.79, -5.11 43.79, -5.11 43.79, -5.11 43.79, -5.11 43.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_329'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -5.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^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/4843__1152_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -5.09)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "-5.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_330'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_330'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.3166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.09'^^xsd:double;
  dwc:startLongitude '-5.09'^^xsd:double;
  dwc:endLongitude '-5.09'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:startLatitude '43.78'^^xsd:double;
  dwc:endLatitude '43.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.09 43.78, -5.09 43.78, -5.09 43.78, -5.09 43.78, -5.09 43.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_330'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.69 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.69"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4843__1152_833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.69 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "46.69"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_833'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_833'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.0425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:startLongitude '-5.03'^^xsd:double;
  dwc:endLongitude '-5.03'^^xsd:double;
  dwc:latitude '46.69'^^xsd:double;
  dwc:startLatitude '46.69'^^xsd:double;
  dwc:endLatitude '46.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.03 46.69, -5.03 46.69, -5.03 46.69, -5.03 46.69, -5.03 46.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_833'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.71 -5.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.71"^^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/4843__1152_832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.71 -5.02)"^^geo:wktLiteral ;
  geo-pos:lat "46.71"^^xsd:decimal ;
  geo-pos:long "-5.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_832'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '1152_832'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.8594444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.02'^^xsd:double;
  dwc:startLongitude '-5.02'^^xsd:double;
  dwc:endLongitude '-5.02'^^xsd:double;
  dwc:latitude '46.71'^^xsd:double;
  dwc:startLatitude '46.71'^^xsd:double;
  dwc:endLatitude '46.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.02 46.71, -5.02 46.71, -5.02 46.71, -5.02 46.71, -5.02 46.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_832'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_946> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.44 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.44"^^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/4843__1152_946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.44 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "51.44"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_946'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_946'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.071666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:startLongitude '-4.85'^^xsd:double;
  dwc:endLongitude '-4.85'^^xsd:double;
  dwc:latitude '51.44'^^xsd:double;
  dwc:startLatitude '51.44'^^xsd:double;
  dwc:endLatitude '51.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.85 51.44, -4.85 51.44, -4.85 51.44, -4.85 51.44, -4.85 51.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_946'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4843__1152_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.51)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-4.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_432'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_432'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.737777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.51'^^xsd:double;
  dwc:startLongitude '-4.51'^^xsd:double;
  dwc:endLongitude '-4.51'^^xsd:double;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.51 58.94, -4.51 58.94, -4.51 58.94, -4.51 58.94, -4.51 58.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_432'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4843__1152_433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.38)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-4.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_433'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_433'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.145'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.38'^^xsd:double;
  dwc:startLongitude '-4.38'^^xsd:double;
  dwc:endLongitude '-4.38'^^xsd:double;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.38 58.94, -4.38 58.94, -4.38 58.94, -4.38 58.94, -4.38 58.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_433'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.93"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4843__1152_434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "58.93"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_434'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_434'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.474444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:startLongitude '-4.27'^^xsd:double;
  dwc:endLongitude '-4.27'^^xsd:double;
  dwc:latitude '58.93'^^xsd:double;
  dwc:startLatitude '58.93'^^xsd:double;
  dwc:endLatitude '58.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.27 58.93, -4.27 58.93, -4.27 58.93, -4.27 58.93, -4.27 58.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_434'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7 -4.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.7"^^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/4843__1152_438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7 -4.2)"^^geo:wktLiteral ;
  geo-pos:lat "59.7"^^xsd:decimal ;
  geo-pos:long "-4.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_438'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_438'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.726944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.2'^^xsd:double;
  dwc:startLongitude '-4.2'^^xsd:double;
  dwc:endLongitude '-4.2'^^xsd:double;
  dwc:latitude '59.7'^^xsd:double;
  dwc:startLatitude '59.7'^^xsd:double;
  dwc:endLatitude '59.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.2 59.7, -4.2 59.7, -4.2 59.7, -4.2 59.7, -4.2 59.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_438'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.72 -4.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.72"^^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/4843__1152_439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.72 -4.2)"^^geo:wktLiteral ;
  geo-pos:lat "59.72"^^xsd:decimal ;
  geo-pos:long "-4.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_439'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_439'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.853333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.2'^^xsd:double;
  dwc:startLongitude '-4.2'^^xsd:double;
  dwc:endLongitude '-4.2'^^xsd:double;
  dwc:latitude '59.72'^^xsd:double;
  dwc:startLatitude '59.72'^^xsd:double;
  dwc:endLatitude '59.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.2 59.72, -4.2 59.72, -4.2 59.72, -4.2 59.72, -4.2 59.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_439'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.72 -4.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.72"^^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/4843__1152_440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.72 -4.2)"^^geo:wktLiteral ;
  geo-pos:lat "59.72"^^xsd:decimal ;
  geo-pos:long "-4.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_440'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_440'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.866388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.2'^^xsd:double;
  dwc:startLongitude '-4.2'^^xsd:double;
  dwc:endLongitude '-4.2'^^xsd:double;
  dwc:latitude '59.72'^^xsd:double;
  dwc:startLatitude '59.72'^^xsd:double;
  dwc:endLatitude '59.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.2 59.72, -4.2 59.72, -4.2 59.72, -4.2 59.72, -4.2 59.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_440'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.43 -4.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.43"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4843__1152_437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.43 -4.15)"^^geo:wktLiteral ;
  geo-pos:lat "59.43"^^xsd:decimal ;
  geo-pos:long "-4.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_437'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_437'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.073055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.15'^^xsd:double;
  dwc:startLongitude '-4.15'^^xsd:double;
  dwc:endLongitude '-4.15'^^xsd:double;
  dwc:latitude '59.43'^^xsd:double;
  dwc:startLatitude '59.43'^^xsd:double;
  dwc:endLatitude '59.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.15 59.43, -4.15 59.43, -4.15 59.43, -4.15 59.43, -4.15 59.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_437'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.93"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4843__1152_435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.14)"^^geo:wktLiteral ;
  geo-pos:lat "58.93"^^xsd:decimal ;
  geo-pos:long "-4.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_435'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_435'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.906111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.14'^^xsd:double;
  dwc:startLongitude '-4.14'^^xsd:double;
  dwc:endLongitude '-4.14'^^xsd:double;
  dwc:latitude '58.93'^^xsd:double;
  dwc:startLatitude '58.93'^^xsd:double;
  dwc:endLatitude '58.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.14 58.93, -4.14 58.93, -4.14 58.93, -4.14 58.93, -4.14 58.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_435'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.38 -4.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.38"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4843__1152_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.38 -4.14)"^^geo:wktLiteral ;
  geo-pos:lat "59.38"^^xsd:decimal ;
  geo-pos:long "-4.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_436'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_436'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.8175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.14'^^xsd:double;
  dwc:startLongitude '-4.14'^^xsd:double;
  dwc:endLongitude '-4.14'^^xsd:double;
  dwc:latitude '59.38'^^xsd:double;
  dwc:startLatitude '59.38'^^xsd:double;
  dwc:endLatitude '59.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.14 59.38, -4.14 59.38, -4.14 59.38, -4.14 59.38, -4.14 59.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_436'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 -3.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 -3.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "-3.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_348'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_348'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.018888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.96'^^xsd:double;
  dwc:startLongitude '-3.96'^^xsd:double;
  dwc:endLongitude '-3.96'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:startLatitude '43.96'^^xsd:double;
  dwc:endLatitude '43.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.96 43.96, -3.96 43.96, -3.96 43.96, -3.96 43.96, -3.96 43.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "FW" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1152_348'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.34 -3.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.34"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.34 -3.75)"^^geo:wktLiteral ;
  geo-pos:lat "59.34"^^xsd:decimal ;
  geo-pos:long "-3.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_373'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_373'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.8477777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.75'^^xsd:double;
  dwc:startLongitude '-3.75'^^xsd:double;
  dwc:endLongitude '-3.75'^^xsd:double;
  dwc:latitude '59.34'^^xsd:double;
  dwc:startLatitude '59.34'^^xsd:double;
  dwc:endLatitude '59.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.75 59.34, -3.75 59.34, -3.75 59.34, -3.75 59.34, -3.75 59.34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_373'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.69 -3.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.69"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.69 -3.73)"^^geo:wktLiteral ;
  geo-pos:lat "43.69"^^xsd:decimal ;
  geo-pos:long "-3.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_331'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_331'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.851388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.73'^^xsd:double;
  dwc:startLongitude '-3.73'^^xsd:double;
  dwc:endLongitude '-3.73'^^xsd:double;
  dwc:latitude '43.69'^^xsd:double;
  dwc:startLatitude '43.69'^^xsd:double;
  dwc:endLatitude '43.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.73 43.69, -3.73 43.69, -3.73 43.69, -3.73 43.69, -3.73 43.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_331'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -3.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.84"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -3.73)"^^geo:wktLiteral ;
  geo-pos:lat "43.84"^^xsd:decimal ;
  geo-pos:long "-3.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_347'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_347'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.614722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.73'^^xsd:double;
  dwc:startLongitude '-3.73'^^xsd:double;
  dwc:endLongitude '-3.73'^^xsd:double;
  dwc:latitude '43.84'^^xsd:double;
  dwc:startLatitude '43.84'^^xsd:double;
  dwc:endLatitude '43.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.73 43.84, -3.73 43.84, -3.73 43.84, -3.73 43.84, -3.73 43.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_347'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7 -3.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7"^^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/4843__1152_332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7 -3.71)"^^geo:wktLiteral ;
  geo-pos:lat "43.7"^^xsd:decimal ;
  geo-pos:long "-3.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_332'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_332'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.71'^^xsd:double;
  dwc:startLongitude '-3.71'^^xsd:double;
  dwc:endLongitude '-3.71'^^xsd:double;
  dwc:latitude '43.7'^^xsd:double;
  dwc:startLatitude '43.7'^^xsd:double;
  dwc:endLatitude '43.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.71 43.7, -3.71 43.7, -3.71 43.7, -3.71 43.7, -3.71 43.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_332'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -3.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.82"^^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/4843__1152_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -3.71)"^^geo:wktLiteral ;
  geo-pos:lat "43.82"^^xsd:decimal ;
  geo-pos:long "-3.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_346'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_346'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.468888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.71'^^xsd:double;
  dwc:startLongitude '-3.71'^^xsd:double;
  dwc:endLongitude '-3.71'^^xsd:double;
  dwc:latitude '43.82'^^xsd:double;
  dwc:startLatitude '43.82'^^xsd:double;
  dwc:endLatitude '43.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.71 43.82, -3.71 43.82, -3.71 43.82, -3.71 43.82, -3.71 43.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_346'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 -3.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^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/4843__1152_345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 -3.69)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "-3.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_345'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_345'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.3475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.69'^^xsd:double;
  dwc:startLongitude '-3.69'^^xsd:double;
  dwc:endLongitude '-3.69'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:startLatitude '43.81'^^xsd:double;
  dwc:endLatitude '43.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.69 43.81, -3.69 43.81, -3.69 43.81, -3.69 43.81, -3.69 43.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_345'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.71 -3.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.71"^^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/4843__1152_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.71 -3.68)"^^geo:wktLiteral ;
  geo-pos:lat "43.71"^^xsd:decimal ;
  geo-pos:long "-3.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_333'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_333'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.117777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.68'^^xsd:double;
  dwc:startLongitude '-3.68'^^xsd:double;
  dwc:endLongitude '-3.68'^^xsd:double;
  dwc:latitude '43.71'^^xsd:double;
  dwc:startLatitude '43.71'^^xsd:double;
  dwc:endLatitude '43.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.68 43.71, -3.68 43.71, -3.68 43.71, -3.68 43.71, -3.68 43.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_333'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -3.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -3.66)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "-3.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_344'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_344'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.191111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.66'^^xsd:double;
  dwc:startLongitude '-3.66'^^xsd:double;
  dwc:endLongitude '-3.66'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:startLatitude '43.8'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.66 43.8, -3.66 43.8, -3.66 43.8, -3.66 43.8, -3.66 43.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_344'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -3.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.49"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -3.63)"^^geo:wktLiteral ;
  geo-pos:lat "60.49"^^xsd:decimal ;
  geo-pos:long "-3.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_372'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1152_372'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.817222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.63'^^xsd:double;
  dwc:startLongitude '-3.63'^^xsd:double;
  dwc:endLongitude '-3.63'^^xsd:double;
  dwc:latitude '60.49'^^xsd:double;
  dwc:startLatitude '60.49'^^xsd:double;
  dwc:endLatitude '60.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.63 60.49, -3.63 60.49, -3.63 60.49, -3.63 60.49, -3.63 60.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_372'^^xsd:string;
  dwc:observationDate '2005-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.64 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.64"^^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/4843__1152_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.64 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "45.64"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_352'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_352'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.991666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:startLongitude '-3.6'^^xsd:double;
  dwc:endLongitude '-3.6'^^xsd:double;
  dwc:latitude '45.64'^^xsd:double;
  dwc:startLatitude '45.64'^^xsd:double;
  dwc:endLatitude '45.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.6 45.64, -3.6 45.64, -3.6 45.64, -3.6 45.64, -3.6 45.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_352'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^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/4843__1152_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_351'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_351'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.7316666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:startLongitude '-3.6'^^xsd:double;
  dwc:endLongitude '-3.6'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:startLatitude '46.15'^^xsd:double;
  dwc:endLatitude '46.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.6 46.15, -3.6 46.15, -3.6 46.15, -3.6 46.15, -3.6 46.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_351'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.03 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.03"^^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/4843__1152_441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.03 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "60.03"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_441'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_441'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.1508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.6'^^xsd:double;
  dwc:startLongitude '-3.6'^^xsd:double;
  dwc:endLongitude '-3.6'^^xsd:double;
  dwc:latitude '60.03'^^xsd:double;
  dwc:startLatitude '60.03'^^xsd:double;
  dwc:endLatitude '60.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.6 60.03, -3.6 60.03, -3.6 60.03, -3.6 60.03, -3.6 60.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_441'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 -3.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 -3.59)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "-3.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_343'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_343'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.685833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.59'^^xsd:double;
  dwc:startLongitude '-3.59'^^xsd:double;
  dwc:endLongitude '-3.59'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:startLatitude '43.75'^^xsd:double;
  dwc:endLatitude '43.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.59 43.75, -3.59 43.75, -3.59 43.75, -3.59 43.75, -3.59 43.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_343'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.61 -3.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.61"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.61 -3.58)"^^geo:wktLiteral ;
  geo-pos:lat "59.61"^^xsd:decimal ;
  geo-pos:long "-3.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_443'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_443'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.698333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.58'^^xsd:double;
  dwc:startLongitude '-3.58'^^xsd:double;
  dwc:endLongitude '-3.58'^^xsd:double;
  dwc:latitude '59.61'^^xsd:double;
  dwc:startLatitude '59.61'^^xsd:double;
  dwc:endLatitude '59.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.58 59.61, -3.58 59.61, -3.58 59.61, -3.58 59.61, -3.58 59.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_443'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.63 -3.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.63"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.63 -3.58)"^^geo:wktLiteral ;
  geo-pos:lat "59.63"^^xsd:decimal ;
  geo-pos:long "-3.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_442'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_442'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.558333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.58'^^xsd:double;
  dwc:startLongitude '-3.58'^^xsd:double;
  dwc:endLongitude '-3.58'^^xsd:double;
  dwc:latitude '59.63'^^xsd:double;
  dwc:startLatitude '59.63'^^xsd:double;
  dwc:endLatitude '59.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.58 59.63, -3.58 59.63, -3.58 59.63, -3.58 59.63, -3.58 59.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_442'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.74 -3.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.74"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.74 -3.57)"^^geo:wktLiteral ;
  geo-pos:lat "43.74"^^xsd:decimal ;
  geo-pos:long "-3.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_342'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_342'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.593055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.57'^^xsd:double;
  dwc:startLongitude '-3.57'^^xsd:double;
  dwc:endLongitude '-3.57'^^xsd:double;
  dwc:latitude '43.74'^^xsd:double;
  dwc:startLatitude '43.74'^^xsd:double;
  dwc:endLatitude '43.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.57 43.74, -3.57 43.74, -3.57 43.74, -3.57 43.74, -3.57 43.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_342'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.38 -3.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.38"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.38 -3.57)"^^geo:wktLiteral ;
  geo-pos:lat "59.38"^^xsd:decimal ;
  geo-pos:long "-3.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_445'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_445'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.192222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.57'^^xsd:double;
  dwc:startLongitude '-3.57'^^xsd:double;
  dwc:endLongitude '-3.57'^^xsd:double;
  dwc:latitude '59.38'^^xsd:double;
  dwc:startLatitude '59.38'^^xsd:double;
  dwc:endLatitude '59.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.57 59.38, -3.57 59.38, -3.57 59.38, -3.57 59.38, -3.57 59.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_445'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5 -3.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.5"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5 -3.57)"^^geo:wktLiteral ;
  geo-pos:lat "59.5"^^xsd:decimal ;
  geo-pos:long "-3.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_444'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_444'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.423055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.57'^^xsd:double;
  dwc:startLongitude '-3.57'^^xsd:double;
  dwc:endLongitude '-3.57'^^xsd:double;
  dwc:latitude '59.5'^^xsd:double;
  dwc:startLatitude '59.5'^^xsd:double;
  dwc:endLatitude '59.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.57 59.5, -3.57 59.5, -3.57 59.5, -3.57 59.5, -3.57 59.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "L?" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1152_444'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 -3.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.73"^^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/4843__1152_341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.73 -3.55)"^^geo:wktLiteral ;
  geo-pos:lat "43.73"^^xsd:decimal ;
  geo-pos:long "-3.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_341'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_341'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.454722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.55'^^xsd:double;
  dwc:startLongitude '-3.55'^^xsd:double;
  dwc:endLongitude '-3.55'^^xsd:double;
  dwc:latitude '43.73'^^xsd:double;
  dwc:startLatitude '43.73'^^xsd:double;
  dwc:endLatitude '43.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.55 43.73, -3.55 43.73, -3.55 43.73, -3.55 43.73, -3.55 43.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_341'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.72 -3.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.72"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.72 -3.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.72"^^xsd:decimal ;
  geo-pos:long "-3.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_340'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_340'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.380555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.54'^^xsd:double;
  dwc:startLongitude '-3.54'^^xsd:double;
  dwc:endLongitude '-3.54'^^xsd:double;
  dwc:latitude '43.72'^^xsd:double;
  dwc:startLatitude '43.72'^^xsd:double;
  dwc:endLatitude '43.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.54 43.72, -3.54 43.72, -3.54 43.72, -3.54 43.72, -3.54 43.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_340'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7 -3.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7 -3.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.7"^^xsd:decimal ;
  geo-pos:long "-3.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_339'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_339'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.219722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.51'^^xsd:double;
  dwc:startLongitude '-3.51'^^xsd:double;
  dwc:endLongitude '-3.51'^^xsd:double;
  dwc:latitude '43.7'^^xsd:double;
  dwc:startLatitude '43.7'^^xsd:double;
  dwc:endLatitude '43.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.51 43.7, -3.51 43.7, -3.51 43.7, -3.51 43.7, -3.51 43.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_339'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -3.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -3.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "-3.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_363'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_363'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.564166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.5'^^xsd:double;
  dwc:startLongitude '-3.5'^^xsd:double;
  dwc:endLongitude '-3.5'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:startLatitude '43.8'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.5 43.8, -3.5 43.8, -3.5 43.8, -3.5 43.8, -3.5 43.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_363'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.69 -3.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.69"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.69 -3.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.69"^^xsd:decimal ;
  geo-pos:long "-3.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_338'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_338'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.079722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.48'^^xsd:double;
  dwc:startLongitude '-3.48'^^xsd:double;
  dwc:endLongitude '-3.48'^^xsd:double;
  dwc:latitude '43.69'^^xsd:double;
  dwc:startLatitude '43.69'^^xsd:double;
  dwc:endLatitude '43.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.48 43.69, -3.48 43.69, -3.48 43.69, -3.48 43.69, -3.48 43.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_338'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.67 -3.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.67"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.67 -3.45)"^^geo:wktLiteral ;
  geo-pos:lat "43.67"^^xsd:decimal ;
  geo-pos:long "-3.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_337'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_337'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.856944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.45'^^xsd:double;
  dwc:startLongitude '-3.45'^^xsd:double;
  dwc:endLongitude '-3.45'^^xsd:double;
  dwc:latitude '43.67'^^xsd:double;
  dwc:startLatitude '43.67'^^xsd:double;
  dwc:endLatitude '43.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.45 43.67, -3.45 43.67, -3.45 43.67, -3.45 43.67, -3.45 43.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "UB" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1152_337'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -3.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -3.41)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "-3.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_336'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_336'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.658611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.41'^^xsd:double;
  dwc:startLongitude '-3.41'^^xsd:double;
  dwc:endLongitude '-3.41'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.41 43.65, -3.41 43.65, -3.41 43.65, -3.41 43.65, -3.41 43.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_336'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 -3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 -3.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "-3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_335'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_335'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.571388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.4'^^xsd:double;
  dwc:startLongitude '-3.4'^^xsd:double;
  dwc:endLongitude '-3.4'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:startLatitude '43.64'^^xsd:double;
  dwc:endLatitude '43.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.4 43.64, -3.4 43.64, -3.4 43.64, -3.4 43.64, -3.4 43.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_335'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.63 -3.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.63"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.63 -3.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.63"^^xsd:decimal ;
  geo-pos:long "-3.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_334'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1152_334'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.456111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.38'^^xsd:double;
  dwc:startLongitude '-3.38'^^xsd:double;
  dwc:endLongitude '-3.38'^^xsd:double;
  dwc:latitude '43.63'^^xsd:double;
  dwc:startLatitude '43.63'^^xsd:double;
  dwc:endLatitude '43.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.38 43.63, -3.38 43.63, -3.38 43.63, -3.38 43.63, -3.38 43.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_334'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 -3.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4843__1152_353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 -3.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "-3.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_353'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1152_353'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.251944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.35'^^xsd:double;
  dwc:startLongitude '-3.35'^^xsd:double;
  dwc:endLongitude '-3.35'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:startLatitude '45.61'^^xsd:double;
  dwc:endLatitude '45.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.35 45.61, -3.35 45.61, -3.35 45.61, -3.35 45.61, -3.35 45.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_353'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.05591 -2.88293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.05591"^^xsd:decimal ;
  dwc:decimalLongitude "-2.88293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_123'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.7913888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.88293'^^xsd:double;
  dwc:startLongitude '-2.88293'^^xsd:double;
  dwc:endLongitude '-2.88293'^^xsd:double;
  dwc:latitude '56.05591'^^xsd:double;
  dwc:startLatitude '56.05591'^^xsd:double;
  dwc:endLatitude '56.05591'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.88293 56.05591, -2.88293 56.05591, -2.88293 56.05591, -2.88293 56.05591, -2.88293 56.05591))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_123'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.05752 -2.88082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.05752"^^xsd:decimal ;
  dwc:decimalLongitude "-2.88082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_124'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.8030555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.88082'^^xsd:double;
  dwc:startLongitude '-2.88082'^^xsd:double;
  dwc:endLongitude '-2.88082'^^xsd:double;
  dwc:latitude '56.05752'^^xsd:double;
  dwc:startLatitude '56.05752'^^xsd:double;
  dwc:endLatitude '56.05752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.88082 56.05752, -2.88082 56.05752, -2.88082 56.05752, -2.88082 56.05752, -2.88082 56.05752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_124'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06253 -2.87429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.06253"^^xsd:decimal ;
  dwc:decimalLongitude "-2.87429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_125'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.8394444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.87429'^^xsd:double;
  dwc:startLongitude '-2.87429'^^xsd:double;
  dwc:endLongitude '-2.87429'^^xsd:double;
  dwc:latitude '56.06253'^^xsd:double;
  dwc:startLatitude '56.06253'^^xsd:double;
  dwc:endLatitude '56.06253'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.87429 56.06253, -2.87429 56.06253, -2.87429 56.06253, -2.87429 56.06253, -2.87429 56.06253))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_125'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.0648 -2.87122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.0648"^^xsd:decimal ;
  dwc:decimalLongitude "-2.87122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_126'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_126'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.8558333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.87122'^^xsd:double;
  dwc:startLongitude '-2.87122'^^xsd:double;
  dwc:endLongitude '-2.87122'^^xsd:double;
  dwc:latitude '56.0648'^^xsd:double;
  dwc:startLatitude '56.0648'^^xsd:double;
  dwc:endLatitude '56.0648'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.87122 56.0648, -2.87122 56.0648, -2.87122 56.0648, -2.87122 56.0648, -2.87122 56.0648))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_126'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08468 -2.84296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08468"^^xsd:decimal ;
  dwc:decimalLongitude "-2.84296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_127'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_127'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.0005555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.84296'^^xsd:double;
  dwc:startLongitude '-2.84296'^^xsd:double;
  dwc:endLongitude '-2.84296'^^xsd:double;
  dwc:latitude '56.08468'^^xsd:double;
  dwc:startLatitude '56.08468'^^xsd:double;
  dwc:endLatitude '56.08468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.84296 56.08468, -2.84296 56.08468, -2.84296 56.08468, -2.84296 56.08468, -2.84296 56.08468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_127'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13645 -2.77806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13645"^^xsd:decimal ;
  dwc:decimalLongitude "-2.77806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_128'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.3530555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.77806'^^xsd:double;
  dwc:startLongitude '-2.77806'^^xsd:double;
  dwc:endLongitude '-2.77806'^^xsd:double;
  dwc:latitude '56.13645'^^xsd:double;
  dwc:startLatitude '56.13645'^^xsd:double;
  dwc:endLatitude '56.13645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.77806 56.13645, -2.77806 56.13645, -2.77806 56.13645, -2.77806 56.13645, -2.77806 56.13645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_128'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17181 -2.73543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.17181"^^xsd:decimal ;
  dwc:decimalLongitude "-2.73543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_129'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_129'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.5916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.73543'^^xsd:double;
  dwc:startLongitude '-2.73543'^^xsd:double;
  dwc:endLongitude '-2.73543'^^xsd:double;
  dwc:latitude '56.17181'^^xsd:double;
  dwc:startLatitude '56.17181'^^xsd:double;
  dwc:endLatitude '56.17181'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.73543 56.17181, -2.73543 56.17181, -2.73543 56.17181, -2.73543 56.17181, -2.73543 56.17181))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_129'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.20731 -2.67603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.20731"^^xsd:decimal ;
  dwc:decimalLongitude "-2.67603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_130'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_130'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.8641666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.67603'^^xsd:double;
  dwc:startLongitude '-2.67603'^^xsd:double;
  dwc:endLongitude '-2.67603'^^xsd:double;
  dwc:latitude '56.20731'^^xsd:double;
  dwc:startLatitude '56.20731'^^xsd:double;
  dwc:endLatitude '56.20731'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.67603 56.20731, -2.67603 56.20731, -2.67603 56.20731, -2.67603 56.20731, -2.67603 56.20731))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_130'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.51711 -2.52112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.51711"^^xsd:decimal ;
  dwc:decimalLongitude "-2.52112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_131'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_131'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.7855555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.52112'^^xsd:double;
  dwc:startLongitude '-2.52112'^^xsd:double;
  dwc:endLongitude '-2.52112'^^xsd:double;
  dwc:latitude '56.51711'^^xsd:double;
  dwc:startLatitude '56.51711'^^xsd:double;
  dwc:endLatitude '56.51711'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.52112 56.51711, -2.52112 56.51711, -2.52112 56.51711, -2.52112 56.51711, -2.52112 56.51711))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_131'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.60981 -2.44826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.60981"^^xsd:decimal ;
  dwc:decimalLongitude "-2.44826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_132'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_132'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.3338888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.44826'^^xsd:double;
  dwc:startLongitude '-2.44826'^^xsd:double;
  dwc:endLongitude '-2.44826'^^xsd:double;
  dwc:latitude '56.60981'^^xsd:double;
  dwc:startLatitude '56.60981'^^xsd:double;
  dwc:endLatitude '56.60981'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.44826 56.60981, -2.44826 56.60981, -2.44826 56.60981, -2.44826 56.60981, -2.44826 56.60981))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_132'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64697 -2.41597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64697"^^xsd:decimal ;
  dwc:decimalLongitude "-2.41597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_133'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.5536111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.41597'^^xsd:double;
  dwc:startLongitude '-2.41597'^^xsd:double;
  dwc:endLongitude '-2.41597'^^xsd:double;
  dwc:latitude '56.64697'^^xsd:double;
  dwc:startLatitude '56.64697'^^xsd:double;
  dwc:endLatitude '56.64697'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.41597 56.64697, -2.41597 56.64697, -2.41597 56.64697, -2.41597 56.64697, -2.41597 56.64697))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_133'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6679 -2.39435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6679"^^xsd:decimal ;
  dwc:decimalLongitude "-2.39435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_134'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_134'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.6858333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.39435'^^xsd:double;
  dwc:startLongitude '-2.39435'^^xsd:double;
  dwc:endLongitude '-2.39435'^^xsd:double;
  dwc:latitude '56.6679'^^xsd:double;
  dwc:startLatitude '56.6679'^^xsd:double;
  dwc:endLatitude '56.6679'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.39435 56.6679, -2.39435 56.6679, -2.39435 56.6679, -2.39435 56.6679, -2.39435 56.6679))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_134'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66212 -2.38831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.66212"^^xsd:decimal ;
  dwc:decimalLongitude "-2.38831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_135'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_135'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.7308333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.38831'^^xsd:double;
  dwc:startLongitude '-2.38831'^^xsd:double;
  dwc:endLongitude '-2.38831'^^xsd:double;
  dwc:latitude '56.66212'^^xsd:double;
  dwc:startLatitude '56.66212'^^xsd:double;
  dwc:endLatitude '56.66212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.38831 56.66212, -2.38831 56.66212, -2.38831 56.66212, -2.38831 56.66212, -2.38831 56.66212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_135'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65313 -2.38259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65313"^^xsd:decimal ;
  dwc:decimalLongitude "-2.38259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_136'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_136'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.7927777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.38259'^^xsd:double;
  dwc:startLongitude '-2.38259'^^xsd:double;
  dwc:endLongitude '-2.38259'^^xsd:double;
  dwc:latitude '56.65313'^^xsd:double;
  dwc:startLatitude '56.65313'^^xsd:double;
  dwc:endLatitude '56.65313'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.38259 56.65313, -2.38259 56.65313, -2.38259 56.65313, -2.38259 56.65313, -2.38259 56.65313))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_136'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.62013 -2.36119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.62013"^^xsd:decimal ;
  dwc:decimalLongitude "-2.36119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_137'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_137'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.0177777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.36119'^^xsd:double;
  dwc:startLongitude '-2.36119'^^xsd:double;
  dwc:endLongitude '-2.36119'^^xsd:double;
  dwc:latitude '56.62013'^^xsd:double;
  dwc:startLatitude '56.62013'^^xsd:double;
  dwc:endLatitude '56.62013'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.36119 56.62013, -2.36119 56.62013, -2.36119 56.62013, -2.36119 56.62013, -2.36119 56.62013))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_137'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.69963 -2.35764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.69963"^^xsd:decimal ;
  dwc:decimalLongitude "-2.35764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_140'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_140'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.292777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.35764'^^xsd:double;
  dwc:startLongitude '-2.35764'^^xsd:double;
  dwc:endLongitude '-2.35764'^^xsd:double;
  dwc:latitude '56.69963'^^xsd:double;
  dwc:startLatitude '56.69963'^^xsd:double;
  dwc:endLatitude '56.69963'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.35764 56.69963, -2.35764 56.69963, -2.35764 56.69963, -2.35764 56.69963, -2.35764 56.69963))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_140'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.71199 -2.34408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.71199"^^xsd:decimal ;
  dwc:decimalLongitude "-2.34408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_141'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_141'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.3875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.34408'^^xsd:double;
  dwc:startLongitude '-2.34408'^^xsd:double;
  dwc:endLongitude '-2.34408'^^xsd:double;
  dwc:latitude '56.71199'^^xsd:double;
  dwc:startLatitude '56.71199'^^xsd:double;
  dwc:endLatitude '56.71199'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.34408 56.71199, -2.34408 56.71199, -2.34408 56.71199, -2.34408 56.71199, -2.34408 56.71199))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_141'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.56028 -2.32607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.56028"^^xsd:decimal ;
  dwc:decimalLongitude "-2.32607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_138'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.4425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.32607'^^xsd:double;
  dwc:startLongitude '-2.32607'^^xsd:double;
  dwc:endLongitude '-2.32607'^^xsd:double;
  dwc:latitude '56.56028'^^xsd:double;
  dwc:startLatitude '56.56028'^^xsd:double;
  dwc:endLatitude '56.56028'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.32607 56.56028, -2.32607 56.56028, -2.32607 56.56028, -2.32607 56.56028, -2.32607 56.56028))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_138'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55938 -2.32558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55938"^^xsd:decimal ;
  dwc:decimalLongitude "-2.32558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_139'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_139'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.4483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.32558'^^xsd:double;
  dwc:startLongitude '-2.32558'^^xsd:double;
  dwc:endLongitude '-2.32558'^^xsd:double;
  dwc:latitude '56.55938'^^xsd:double;
  dwc:startLatitude '56.55938'^^xsd:double;
  dwc:endLatitude '56.55938'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.32558 56.55938, -2.32558 56.55938, -2.32558 56.55938, -2.32558 56.55938, -2.32558 56.55938))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_139'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.73023 -2.3236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.73023"^^xsd:decimal ;
  dwc:decimalLongitude "-2.3236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_142'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_142'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.527777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.3236'^^xsd:double;
  dwc:startLongitude '-2.3236'^^xsd:double;
  dwc:endLongitude '-2.3236'^^xsd:double;
  dwc:latitude '56.73023'^^xsd:double;
  dwc:startLatitude '56.73023'^^xsd:double;
  dwc:endLatitude '56.73023'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.3236 56.73023, -2.3236 56.73023, -2.3236 56.73023, -2.3236 56.73023, -2.3236 56.73023))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_142'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.76519 -2.28684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.76519"^^xsd:decimal ;
  dwc:decimalLongitude "-2.28684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_143'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_143'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.796111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.28684'^^xsd:double;
  dwc:startLongitude '-2.28684'^^xsd:double;
  dwc:endLongitude '-2.28684'^^xsd:double;
  dwc:latitude '56.76519'^^xsd:double;
  dwc:startLatitude '56.76519'^^xsd:double;
  dwc:endLatitude '56.76519'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.28684 56.76519, -2.28684 56.76519, -2.28684 56.76519, -2.28684 56.76519, -2.28684 56.76519))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_143'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.77902 -2.27177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.77902"^^xsd:decimal ;
  dwc:decimalLongitude "-2.27177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_144'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_144'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.904444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.27177'^^xsd:double;
  dwc:startLongitude '-2.27177'^^xsd:double;
  dwc:endLongitude '-2.27177'^^xsd:double;
  dwc:latitude '56.77902'^^xsd:double;
  dwc:startLatitude '56.77902'^^xsd:double;
  dwc:endLatitude '56.77902'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.27177 56.77902, -2.27177 56.77902, -2.27177 56.77902, -2.27177 56.77902, -2.27177 56.77902))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_144'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -2.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.68"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4843__1152_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.68 -2.27)"^^geo:wktLiteral ;
  geo-pos:lat "43.68"^^xsd:decimal ;
  geo-pos:long "-2.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_362'^^xsd:string;
  dwc:scientificName 'Ziphius cavirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_362'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.239722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.27'^^xsd:double;
  dwc:startLongitude '-2.27'^^xsd:double;
  dwc:endLongitude '-2.27'^^xsd:double;
  dwc:latitude '43.68'^^xsd:double;
  dwc:startLatitude '43.68'^^xsd:double;
  dwc:endLatitude '43.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.27 43.68, -2.27 43.68, -2.27 43.68, -2.27 43.68, -2.27 43.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CB" by the provider'^^xsd:string;
  dwc:aphiaid '137127'^^xsd:integer;
  dwc:occurrenceId '1152_362'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.84552 -2.19806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.84552"^^xsd:decimal ;
  dwc:decimalLongitude "-2.19806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_145'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_145'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.441111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.19806'^^xsd:double;
  dwc:startLongitude '-2.19806'^^xsd:double;
  dwc:endLongitude '-2.19806'^^xsd:double;
  dwc:latitude '56.84552'^^xsd:double;
  dwc:startLatitude '56.84552'^^xsd:double;
  dwc:endLatitude '56.84552'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.19806 56.84552, -2.19806 56.84552, -2.19806 56.84552, -2.19806 56.84552, -2.19806 56.84552))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_145'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86582 -2.18207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.86582"^^xsd:decimal ;
  dwc:decimalLongitude "-2.18207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_146'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.599444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.18207'^^xsd:double;
  dwc:startLongitude '-2.18207'^^xsd:double;
  dwc:endLongitude '-2.18207'^^xsd:double;
  dwc:latitude '56.86582'^^xsd:double;
  dwc:startLatitude '56.86582'^^xsd:double;
  dwc:endLatitude '56.86582'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.18207 56.86582, -2.18207 56.86582, -2.18207 56.86582, -2.18207 56.86582, -2.18207 56.86582))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_146'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -2.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4843__1152_358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -2.17)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-2.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_358'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_358'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.5583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.17'^^xsd:double;
  dwc:startLongitude '-2.17'^^xsd:double;
  dwc:endLongitude '-2.17'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.17 44.1, -2.17 44.1, -2.17 44.1, -2.17 44.1, -2.17 44.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_358'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.91293 -2.14664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.91293"^^xsd:decimal ;
  dwc:decimalLongitude "-2.14664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_147'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_147'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.980555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.14664'^^xsd:double;
  dwc:startLongitude '-2.14664'^^xsd:double;
  dwc:endLongitude '-2.14664'^^xsd:double;
  dwc:latitude '56.91293'^^xsd:double;
  dwc:startLatitude '56.91293'^^xsd:double;
  dwc:endLatitude '56.91293'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.14664 56.91293, -2.14664 56.91293, -2.14664 56.91293, -2.14664 56.91293, -2.14664 56.91293))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_147'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.22258 -2.11622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.22258"^^xsd:decimal ;
  dwc:decimalLongitude "-2.11622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_64'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_64'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.065555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.11622'^^xsd:double;
  dwc:startLongitude '-2.11622'^^xsd:double;
  dwc:endLongitude '-2.11622'^^xsd:double;
  dwc:latitude '56.22258'^^xsd:double;
  dwc:startLatitude '56.22258'^^xsd:double;
  dwc:endLatitude '56.22258'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.11622 56.22258, -2.11622 56.22258, -2.11622 56.22258, -2.11622 56.22258, -2.11622 56.22258))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_64'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.21401 -2.11251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.21401"^^xsd:decimal ;
  dwc:decimalLongitude "-2.11251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_65'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_65'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.119722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.11251'^^xsd:double;
  dwc:startLongitude '-2.11251'^^xsd:double;
  dwc:endLongitude '-2.11251'^^xsd:double;
  dwc:latitude '56.21401'^^xsd:double;
  dwc:startLatitude '56.21401'^^xsd:double;
  dwc:endLatitude '56.21401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.11251 56.21401, -2.11251 56.21401, -2.11251 56.21401, -2.11251 56.21401, -2.11251 56.21401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_65'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1517 -2.07608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1517"^^xsd:decimal ;
  dwc:decimalLongitude "-2.07608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_66'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_66'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.525833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.07608'^^xsd:double;
  dwc:startLongitude '-2.07608'^^xsd:double;
  dwc:endLongitude '-2.07608'^^xsd:double;
  dwc:latitude '56.1517'^^xsd:double;
  dwc:startLatitude '56.1517'^^xsd:double;
  dwc:endLatitude '56.1517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.07608 56.1517, -2.07608 56.1517, -2.07608 56.1517, -2.07608 56.1517, -2.07608 56.1517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_66'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.12769 -2.06016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.12769"^^xsd:decimal ;
  dwc:decimalLongitude "-2.06016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_67'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_67'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.684166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.06016'^^xsd:double;
  dwc:startLongitude '-2.06016'^^xsd:double;
  dwc:endLongitude '-2.06016'^^xsd:double;
  dwc:latitude '56.12769'^^xsd:double;
  dwc:startLatitude '56.12769'^^xsd:double;
  dwc:endLatitude '56.12769'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.06016 56.12769, -2.06016 56.12769, -2.06016 56.12769, -2.06016 56.12769, -2.06016 56.12769))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_67'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21 -2.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.21"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4843__1152_350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.21 -2.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.21"^^xsd:decimal ;
  geo-pos:long "-2.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_350'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_350'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.1972222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.05'^^xsd:double;
  dwc:startLongitude '-2.05'^^xsd:double;
  dwc:endLongitude '-2.05'^^xsd:double;
  dwc:latitude '45.21'^^xsd:double;
  dwc:startLatitude '45.21'^^xsd:double;
  dwc:endLatitude '45.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.05 45.21, -2.05 45.21, -2.05 45.21, -2.05 45.21, -2.05 45.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_350'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09988 -2.0401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09988"^^xsd:decimal ;
  dwc:decimalLongitude "-2.0401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_68'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_68'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.867777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.0401'^^xsd:double;
  dwc:startLongitude '-2.0401'^^xsd:double;
  dwc:endLongitude '-2.0401'^^xsd:double;
  dwc:latitude '56.09988'^^xsd:double;
  dwc:startLatitude '56.09988'^^xsd:double;
  dwc:endLatitude '56.09988'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.0401 56.09988, -2.0401 56.09988, -2.0401 56.09988, -2.0401 56.09988, -2.0401 56.09988))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_68'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.71 -2.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.71"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4843__1152_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.71 -2.04)"^^geo:wktLiteral ;
  geo-pos:lat "43.71"^^xsd:decimal ;
  geo-pos:long "-2.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_361'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_361'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.9619444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.04'^^xsd:double;
  dwc:startLongitude '-2.04'^^xsd:double;
  dwc:endLongitude '-2.04'^^xsd:double;
  dwc:latitude '43.71'^^xsd:double;
  dwc:startLatitude '43.71'^^xsd:double;
  dwc:endLatitude '43.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.04 43.71, -2.04 43.71, -2.04 43.71, -2.04 43.71, -2.04 43.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_361'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 -2.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4843__1152_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 -2.04)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "-2.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_359'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_359'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.8602777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.04'^^xsd:double;
  dwc:startLongitude '-2.04'^^xsd:double;
  dwc:endLongitude '-2.04'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:startLatitude '43.91'^^xsd:double;
  dwc:endLatitude '43.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.04 43.91, -2.04 43.91, -2.04 43.91, -2.04 43.91, -2.04 43.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_359'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 -2.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4843__1152_354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 -2.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "-2.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_354'^^xsd:string;
  dwc:scientificName 'Delphinus delphis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_354'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.47'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.04'^^xsd:double;
  dwc:startLongitude '-2.04'^^xsd:double;
  dwc:endLongitude '-2.04'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:startLatitude '45.53'^^xsd:double;
  dwc:endLatitude '45.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.04 45.53, -2.04 45.53, -2.04 45.53, -2.04 45.53, -2.04 45.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1152_354'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -2.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4843__1152_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -2.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "-2.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_360'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_360'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.9630555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.03'^^xsd:double;
  dwc:startLongitude '-2.03'^^xsd:double;
  dwc:endLongitude '-2.03'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:startLatitude '43.9'^^xsd:double;
  dwc:endLatitude '43.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.03 43.9, -2.03 43.9, -2.03 43.9, -2.03 43.9, -2.03 43.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_360'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.115 -2.01363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.115"^^xsd:decimal ;
  dwc:decimalLongitude "-2.01363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_148'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_148'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.642222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.01363'^^xsd:double;
  dwc:startLongitude '-2.01363'^^xsd:double;
  dwc:endLongitude '-2.01363'^^xsd:double;
  dwc:latitude '57.115'^^xsd:double;
  dwc:startLatitude '57.115'^^xsd:double;
  dwc:endLatitude '57.115'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.01363 57.115, -2.01363 57.115, -2.01363 57.115, -2.01363 57.115, -2.01363 57.115))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_148'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97679 -1.96114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.96114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_69'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_69'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.687777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.96114'^^xsd:double;
  dwc:startLongitude '-1.96114'^^xsd:double;
  dwc:endLongitude '-1.96114'^^xsd:double;
  dwc:latitude '55.97679'^^xsd:double;
  dwc:startLatitude '55.97679'^^xsd:double;
  dwc:endLatitude '55.97679'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.96114 55.97679, -1.96114 55.97679, -1.96114 55.97679, -1.96114 55.97679, -1.96114 55.97679))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_69'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.20404 -1.95868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.20404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.95868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_149'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_149'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.008055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.95868'^^xsd:double;
  dwc:startLongitude '-1.95868'^^xsd:double;
  dwc:endLongitude '-1.95868'^^xsd:double;
  dwc:latitude '57.20404'^^xsd:double;
  dwc:startLatitude '57.20404'^^xsd:double;
  dwc:endLatitude '57.20404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.95868 57.20404, -1.95868 57.20404, -1.95868 57.20404, -1.95868 57.20404, -1.95868 57.20404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_149'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.96084 -1.95278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.96084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.95278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_70'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_70'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.796388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.95278'^^xsd:double;
  dwc:startLongitude '-1.95278'^^xsd:double;
  dwc:endLongitude '-1.95278'^^xsd:double;
  dwc:latitude '55.96084'^^xsd:double;
  dwc:startLatitude '55.96084'^^xsd:double;
  dwc:endLatitude '55.96084'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.95278 55.96084, -1.95278 55.96084, -1.95278 55.96084, -1.95278 55.96084, -1.95278 55.96084))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_70'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.95962 -1.9521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.95962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.9521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_71'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_71'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.804444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.9521'^^xsd:double;
  dwc:startLongitude '-1.9521'^^xsd:double;
  dwc:endLongitude '-1.9521'^^xsd:double;
  dwc:latitude '55.95962'^^xsd:double;
  dwc:startLatitude '55.95962'^^xsd:double;
  dwc:endLatitude '55.95962'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.9521 55.95962, -1.9521 55.95962, -1.9521 55.95962, -1.9521 55.95962, -1.9521 55.95962))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_71'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93605 -1.93844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.93605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.93844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_72'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_72'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.965833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.93844'^^xsd:double;
  dwc:startLongitude '-1.93844'^^xsd:double;
  dwc:endLongitude '-1.93844'^^xsd:double;
  dwc:latitude '55.93605'^^xsd:double;
  dwc:startLatitude '55.93605'^^xsd:double;
  dwc:endLatitude '55.93605'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.93844 55.93605, -1.93844 55.93605, -1.93844 55.93605, -1.93844 55.93605, -1.93844 55.93605))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_72'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.23341 -1.93758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.23341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.93758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_150'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_150'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.93758'^^xsd:double;
  dwc:startLongitude '-1.93758'^^xsd:double;
  dwc:endLongitude '-1.93758'^^xsd:double;
  dwc:latitude '57.23341'^^xsd:double;
  dwc:startLatitude '57.23341'^^xsd:double;
  dwc:endLatitude '57.23341'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.93758 57.23341, -1.93758 57.23341, -1.93758 57.23341, -1.93758 57.23341, -1.93758 57.23341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_150'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.23637 -1.93559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.23637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.93559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_151'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_151'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.200833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.93559'^^xsd:double;
  dwc:startLongitude '-1.93559'^^xsd:double;
  dwc:endLongitude '-1.93559'^^xsd:double;
  dwc:latitude '57.23637'^^xsd:double;
  dwc:startLatitude '57.23637'^^xsd:double;
  dwc:endLatitude '57.23637'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.93559 57.23637, -1.93559 57.23637, -1.93559 57.23637, -1.93559 57.23637, -1.93559 57.23637))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_151'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.90547 -1.91898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.90547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.91898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_73'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_73'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.176111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.91898'^^xsd:double;
  dwc:startLongitude '-1.91898'^^xsd:double;
  dwc:endLongitude '-1.91898'^^xsd:double;
  dwc:latitude '55.90547'^^xsd:double;
  dwc:startLatitude '55.90547'^^xsd:double;
  dwc:endLatitude '55.90547'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.91898 55.90547, -1.91898 55.90547, -1.91898 55.90547, -1.91898 55.90547, -1.91898 55.90547))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_73'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 -1.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^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/4843__1152_355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 -1.77)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "-1.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_355'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_355'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.7486111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.77'^^xsd:double;
  dwc:startLongitude '-1.77'^^xsd:double;
  dwc:endLongitude '-1.77'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:startLatitude '45.51'^^xsd:double;
  dwc:endLatitude '45.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.77 45.51, -1.77 45.51, -1.77 45.51, -1.77 45.51, -1.77 45.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_355'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 -1.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^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/4843__1152_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 -1.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "-1.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_356'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_356'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.8261111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.75'^^xsd:double;
  dwc:startLongitude '-1.75'^^xsd:double;
  dwc:endLongitude '-1.75'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:startLatitude '45.51'^^xsd:double;
  dwc:endLatitude '45.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.75 45.51, -1.75 45.51, -1.75 45.51, -1.75 45.51, -1.75 45.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_356'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.80326 -1.74735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.80326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.74735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_152'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_152'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.6919444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.74735'^^xsd:double;
  dwc:startLongitude '-1.74735'^^xsd:double;
  dwc:endLongitude '-1.74735'^^xsd:double;
  dwc:latitude '57.80326'^^xsd:double;
  dwc:startLatitude '57.80326'^^xsd:double;
  dwc:endLatitude '57.80326'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.74735 57.80326, -1.74735 57.80326, -1.74735 57.80326, -1.74735 57.80326, -1.74735 57.80326))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_152'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81314 -1.74226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.81314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.74226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_153'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_153'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.7586111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.74226'^^xsd:double;
  dwc:startLongitude '-1.74226'^^xsd:double;
  dwc:endLongitude '-1.74226'^^xsd:double;
  dwc:latitude '57.81314'^^xsd:double;
  dwc:startLatitude '57.81314'^^xsd:double;
  dwc:endLatitude '57.81314'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.74226 57.81314, -1.74226 57.81314, -1.74226 57.81314, -1.74226 57.81314, -1.74226 57.81314))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_153'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85914 -1.71334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.85914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_154'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_154'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.0677777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.71334'^^xsd:double;
  dwc:startLongitude '-1.71334'^^xsd:double;
  dwc:endLongitude '-1.71334'^^xsd:double;
  dwc:latitude '57.85914'^^xsd:double;
  dwc:startLatitude '57.85914'^^xsd:double;
  dwc:endLatitude '57.85914'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71334 57.85914, -1.71334 57.85914, -1.71334 57.85914, -1.71334 57.85914, -1.71334 57.85914))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_154'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88464 -1.69547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_155'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_155'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.2344444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.69547'^^xsd:double;
  dwc:startLongitude '-1.69547'^^xsd:double;
  dwc:endLongitude '-1.69547'^^xsd:double;
  dwc:latitude '57.88464'^^xsd:double;
  dwc:startLatitude '57.88464'^^xsd:double;
  dwc:endLatitude '57.88464'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69547 57.88464, -1.69547 57.88464, -1.69547 57.88464, -1.69547 57.88464, -1.69547 57.88464))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_155'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.24047 -1.64973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.24047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_74'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_74'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.007777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.64973'^^xsd:double;
  dwc:startLongitude '-1.64973'^^xsd:double;
  dwc:endLongitude '-1.64973'^^xsd:double;
  dwc:latitude '56.24047'^^xsd:double;
  dwc:startLatitude '56.24047'^^xsd:double;
  dwc:endLatitude '56.24047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64973 56.24047, -1.64973 56.24047, -1.64973 56.24047, -1.64973 56.24047, -1.64973 56.24047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_74'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25224 -1.6426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_75'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_75'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.079166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.6426'^^xsd:double;
  dwc:startLongitude '-1.6426'^^xsd:double;
  dwc:endLongitude '-1.6426'^^xsd:double;
  dwc:latitude '56.25224'^^xsd:double;
  dwc:startLatitude '56.25224'^^xsd:double;
  dwc:endLatitude '56.25224'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6426 56.25224, -1.6426 56.25224, -1.6426 56.25224, -1.6426 56.25224, -1.6426 56.25224))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_75'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 -1.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4843__1152_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 -1.64)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "-1.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_357'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1152_357'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.32'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.64'^^xsd:double;
  dwc:startLongitude '-1.64'^^xsd:double;
  dwc:endLongitude '-1.64'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:startLatitude '45.5'^^xsd:double;
  dwc:endLatitude '45.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64 45.5, -1.64 45.5, -1.64 45.5, -1.64 45.5, -1.64 45.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_357'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.28511 -1.62196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.28511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_76'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_76'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.285277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.62196'^^xsd:double;
  dwc:startLongitude '-1.62196'^^xsd:double;
  dwc:endLongitude '-1.62196'^^xsd:double;
  dwc:latitude '56.28511'^^xsd:double;
  dwc:startLatitude '56.28511'^^xsd:double;
  dwc:endLatitude '56.28511'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62196 56.28511, -1.62196 56.28511, -1.62196 56.28511, -1.62196 56.28511, -1.62196 56.28511))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_76'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.31921 -1.60028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.31921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_77'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_77'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.500555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.60028'^^xsd:double;
  dwc:startLongitude '-1.60028'^^xsd:double;
  dwc:endLongitude '-1.60028'^^xsd:double;
  dwc:latitude '56.31921'^^xsd:double;
  dwc:startLatitude '56.31921'^^xsd:double;
  dwc:endLatitude '56.31921'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60028 56.31921, -1.60028 56.31921, -1.60028 56.31921, -1.60028 56.31921, -1.60028 56.31921))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_77'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 -1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.76"^^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/4843__1152_349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 -1.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.76"^^xsd:decimal ;
  geo-pos:long "-1.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_349'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1152_349'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.5905555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.6'^^xsd:double;
  dwc:startLongitude '-1.6'^^xsd:double;
  dwc:endLongitude '-1.6'^^xsd:double;
  dwc:latitude '43.76'^^xsd:double;
  dwc:startLatitude '43.76'^^xsd:double;
  dwc:endLatitude '43.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6 43.76, -1.6 43.76, -1.6 43.76, -1.6 43.76, -1.6 43.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_349'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.34052 -1.58804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.34052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_78'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_78'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.633055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.58804'^^xsd:double;
  dwc:startLongitude '-1.58804'^^xsd:double;
  dwc:endLongitude '-1.58804'^^xsd:double;
  dwc:latitude '56.34052'^^xsd:double;
  dwc:startLatitude '56.34052'^^xsd:double;
  dwc:endLatitude '56.34052'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58804 56.34052, -1.58804 56.34052, -1.58804 56.34052, -1.58804 56.34052, -1.58804 56.34052))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_78'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.36368 -1.5757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.36368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_79'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_79'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.777777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.5757'^^xsd:double;
  dwc:startLongitude '-1.5757'^^xsd:double;
  dwc:endLongitude '-1.5757'^^xsd:double;
  dwc:latitude '56.36368'^^xsd:double;
  dwc:startLatitude '56.36368'^^xsd:double;
  dwc:endLatitude '56.36368'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5757 56.36368, -1.5757 56.36368, -1.5757 56.36368, -1.5757 56.36368, -1.5757 56.36368))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_79'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.37843 -1.56664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.37843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_80'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_80'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.871944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.56664'^^xsd:double;
  dwc:startLongitude '-1.56664'^^xsd:double;
  dwc:endLongitude '-1.56664'^^xsd:double;
  dwc:latitude '56.37843'^^xsd:double;
  dwc:startLatitude '56.37843'^^xsd:double;
  dwc:endLatitude '56.37843'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56664 56.37843, -1.56664 56.37843, -1.56664 56.37843, -1.56664 56.37843, -1.56664 56.37843))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_80'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.39282 -1.55797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.39282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_81'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_81'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.964444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.55797'^^xsd:double;
  dwc:startLongitude '-1.55797'^^xsd:double;
  dwc:endLongitude '-1.55797'^^xsd:double;
  dwc:latitude '56.39282'^^xsd:double;
  dwc:startLatitude '56.39282'^^xsd:double;
  dwc:endLatitude '56.39282'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55797 56.39282, -1.55797 56.39282, -1.55797 56.39282, -1.55797 56.39282, -1.55797 56.39282))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_81'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.39684 -1.55566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.39684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_82'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_82'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.99'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.55566'^^xsd:double;
  dwc:startLongitude '-1.55566'^^xsd:double;
  dwc:endLongitude '-1.55566'^^xsd:double;
  dwc:latitude '56.39684'^^xsd:double;
  dwc:startLatitude '56.39684'^^xsd:double;
  dwc:endLatitude '56.39684'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55566 56.39684, -1.55566 56.39684, -1.55566 56.39684, -1.55566 56.39684, -1.55566 56.39684))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_82'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43046 -1.53762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_83'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_83'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.1486111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.53762'^^xsd:double;
  dwc:startLongitude '-1.53762'^^xsd:double;
  dwc:endLongitude '-1.53762'^^xsd:double;
  dwc:latitude '56.43046'^^xsd:double;
  dwc:startLatitude '56.43046'^^xsd:double;
  dwc:endLatitude '56.43046'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53762 56.43046, -1.53762 56.43046, -1.53762 56.43046, -1.53762 56.43046, -1.53762 56.43046))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_83'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.13331 -1.52716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.13331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_156'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_156'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8155555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.52716'^^xsd:double;
  dwc:startLongitude '-1.52716'^^xsd:double;
  dwc:endLongitude '-1.52716'^^xsd:double;
  dwc:latitude '58.13331'^^xsd:double;
  dwc:startLatitude '58.13331'^^xsd:double;
  dwc:endLatitude '58.13331'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52716 58.13331, -1.52716 58.13331, -1.52716 58.13331, -1.52716 58.13331, -1.52716 58.13331))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_156'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46842 -1.51533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_84'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_84'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.3977777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.51533'^^xsd:double;
  dwc:startLongitude '-1.51533'^^xsd:double;
  dwc:endLongitude '-1.51533'^^xsd:double;
  dwc:latitude '56.46842'^^xsd:double;
  dwc:startLatitude '56.46842'^^xsd:double;
  dwc:endLatitude '56.46842'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51533 56.46842, -1.51533 56.46842, -1.51533 56.46842, -1.51533 56.46842, -1.51533 56.46842))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_84'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.54595 -1.46873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.54595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_85'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_85'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.915'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.46873'^^xsd:double;
  dwc:startLongitude '-1.46873'^^xsd:double;
  dwc:endLongitude '-1.46873'^^xsd:double;
  dwc:latitude '56.54595'^^xsd:double;
  dwc:startLatitude '56.54595'^^xsd:double;
  dwc:endLatitude '56.54595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46873 56.54595, -1.46873 56.54595, -1.46873 56.54595, -1.46873 56.54595, -1.46873 56.54595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_85'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.27673 -1.42308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.27673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.42308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_157'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_157'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.7505555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.42308'^^xsd:double;
  dwc:startLongitude '-1.42308'^^xsd:double;
  dwc:endLongitude '-1.42308'^^xsd:double;
  dwc:latitude '58.27673'^^xsd:double;
  dwc:startLatitude '58.27673'^^xsd:double;
  dwc:endLatitude '58.27673'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.42308 58.27673, -1.42308 58.27673, -1.42308 58.27673, -1.42308 58.27673, -1.42308 58.27673))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_157'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.68706 -1.38391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.68706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.38391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_86'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_86'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8597222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.38391'^^xsd:double;
  dwc:startLongitude '-1.38391'^^xsd:double;
  dwc:endLongitude '-1.38391'^^xsd:double;
  dwc:latitude '56.68706'^^xsd:double;
  dwc:startLatitude '56.68706'^^xsd:double;
  dwc:endLatitude '56.68706'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.38391 56.68706, -1.38391 56.68706, -1.38391 56.68706, -1.38391 56.68706, -1.38391 56.68706))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_86'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.73896 -1.35316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.73896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.35316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_87'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_87'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.2116666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.35316'^^xsd:double;
  dwc:startLongitude '-1.35316'^^xsd:double;
  dwc:endLongitude '-1.35316'^^xsd:double;
  dwc:latitude '56.73896'^^xsd:double;
  dwc:startLatitude '56.73896'^^xsd:double;
  dwc:endLatitude '56.73896'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.35316 56.73896, -1.35316 56.73896, -1.35316 56.73896, -1.35316 56.73896, -1.35316 56.73896))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_87'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.20752 -1.21377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.20752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.21377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_158'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_158'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.888888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.21377'^^xsd:double;
  dwc:startLongitude '-1.21377'^^xsd:double;
  dwc:endLongitude '-1.21377'^^xsd:double;
  dwc:latitude '58.20752'^^xsd:double;
  dwc:startLatitude '58.20752'^^xsd:double;
  dwc:endLatitude '58.20752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.21377 58.20752, -1.21377 58.20752, -1.21377 58.20752, -1.21377 58.20752, -1.21377 58.20752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_158'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.97508 -1.20526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.97508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.20526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_63'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_63'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5744444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.20526'^^xsd:double;
  dwc:startLongitude '-1.20526'^^xsd:double;
  dwc:endLongitude '-1.20526'^^xsd:double;
  dwc:latitude '56.97508'^^xsd:double;
  dwc:startLatitude '56.97508'^^xsd:double;
  dwc:endLatitude '56.97508'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.20526 56.97508, -1.20526 56.97508, -1.20526 56.97508, -1.20526 56.97508, -1.20526 56.97508))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_63'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.99858 -1.19353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.99858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.19353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_62'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_62'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.4372222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.19353'^^xsd:double;
  dwc:startLongitude '-1.19353'^^xsd:double;
  dwc:endLongitude '-1.19353'^^xsd:double;
  dwc:latitude '56.99858'^^xsd:double;
  dwc:startLatitude '56.99858'^^xsd:double;
  dwc:endLatitude '56.99858'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.19353 56.99858, -1.19353 56.99858, -1.19353 56.99858, -1.19353 56.99858, -1.19353 56.99858))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_62'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.69 -1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.69"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4843__1152_690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.69 -1.17)"^^geo:wktLiteral ;
  geo-pos:lat "55.69"^^xsd:decimal ;
  geo-pos:long "-1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_690'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_690'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.7225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.17'^^xsd:double;
  dwc:startLongitude '-1.17'^^xsd:double;
  dwc:endLongitude '-1.17'^^xsd:double;
  dwc:latitude '55.69'^^xsd:double;
  dwc:startLatitude '55.69'^^xsd:double;
  dwc:endLatitude '55.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.17 55.69, -1.17 55.69, -1.17 55.69, -1.17 55.69, -1.17 55.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_690'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.1027 -1.14609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.1027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.14609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_159'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_159'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.554444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.14609'^^xsd:double;
  dwc:startLongitude '-1.14609'^^xsd:double;
  dwc:endLongitude '-1.14609'^^xsd:double;
  dwc:latitude '58.1027'^^xsd:double;
  dwc:startLatitude '58.1027'^^xsd:double;
  dwc:endLatitude '58.1027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.14609 58.1027, -1.14609 58.1027, -1.14609 58.1027, -1.14609 58.1027, -1.14609 58.1027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_159'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.09605 -1.13499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.09605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.13499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_61'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_61'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.13499'^^xsd:double;
  dwc:startLongitude '-1.13499'^^xsd:double;
  dwc:endLongitude '-1.13499'^^xsd:double;
  dwc:latitude '57.09605'^^xsd:double;
  dwc:startLatitude '57.09605'^^xsd:double;
  dwc:endLatitude '57.09605'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.13499 57.09605, -1.13499 57.09605, -1.13499 57.09605, -1.13499 57.09605, -1.13499 57.09605))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_61'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.61 -1.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.61"^^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/4843__1152_691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.61 -1.12)"^^geo:wktLiteral ;
  geo-pos:lat "55.61"^^xsd:decimal ;
  geo-pos:long "-1.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_691'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_691'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.3919444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.12'^^xsd:double;
  dwc:startLongitude '-1.12'^^xsd:double;
  dwc:endLongitude '-1.12'^^xsd:double;
  dwc:latitude '55.61'^^xsd:double;
  dwc:startLatitude '55.61'^^xsd:double;
  dwc:endLatitude '55.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.12 55.61, -1.12 55.61, -1.12 55.61, -1.12 55.61, -1.12 55.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_691'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.1306 -1.11647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.1306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.11647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_60'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_60'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.6611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.11647'^^xsd:double;
  dwc:startLongitude '-1.11647'^^xsd:double;
  dwc:endLongitude '-1.11647'^^xsd:double;
  dwc:latitude '57.1306'^^xsd:double;
  dwc:startLatitude '57.1306'^^xsd:double;
  dwc:endLatitude '57.1306'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.11647 57.1306, -1.11647 57.1306, -1.11647 57.1306, -1.11647 57.1306, -1.11647 57.1306))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_60'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.13347 -1.11506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.13347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.11506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_59'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_59'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.6447222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.11506'^^xsd:double;
  dwc:startLongitude '-1.11506'^^xsd:double;
  dwc:endLongitude '-1.11506'^^xsd:double;
  dwc:latitude '57.13347'^^xsd:double;
  dwc:startLatitude '57.13347'^^xsd:double;
  dwc:endLatitude '57.13347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.11506 57.13347, -1.11506 57.13347, -1.11506 57.13347, -1.11506 57.13347, -1.11506 57.13347))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_59'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.04356 -1.11032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.04356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.11032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_160'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_160'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.915'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.11032'^^xsd:double;
  dwc:startLongitude '-1.11032'^^xsd:double;
  dwc:endLongitude '-1.11032'^^xsd:double;
  dwc:latitude '58.04356'^^xsd:double;
  dwc:startLatitude '58.04356'^^xsd:double;
  dwc:endLatitude '58.04356'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.11032 58.04356, -1.11032 58.04356, -1.11032 58.04356, -1.11032 58.04356, -1.11032 58.04356))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_160'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_744> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.74"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4843__1152_744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.1)"^^geo:wktLiteral ;
  geo-pos:lat "58.74"^^xsd:decimal ;
  geo-pos:long "-1.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_744'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_744'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.736666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.1'^^xsd:double;
  dwc:startLongitude '-1.1'^^xsd:double;
  dwc:endLongitude '-1.1'^^xsd:double;
  dwc:latitude '58.74'^^xsd:double;
  dwc:startLatitude '58.74'^^xsd:double;
  dwc:endLatitude '58.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.1 58.74, -1.1 58.74, -1.1 58.74, -1.1 58.74, -1.1 58.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_744'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.74"^^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/4843__1152_746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "58.74"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_746'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_746'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.896944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:startLongitude '-1.07'^^xsd:double;
  dwc:endLongitude '-1.07'^^xsd:double;
  dwc:latitude '58.74'^^xsd:double;
  dwc:startLatitude '58.74'^^xsd:double;
  dwc:endLatitude '58.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_746'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.74"^^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/4843__1152_747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "58.74"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_747'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_747'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.083055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:startLongitude '-1.07'^^xsd:double;
  dwc:endLongitude '-1.07'^^xsd:double;
  dwc:latitude '58.74'^^xsd:double;
  dwc:startLatitude '58.74'^^xsd:double;
  dwc:endLatitude '58.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_747'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.74"^^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/4843__1152_745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "58.74"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_745'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_745'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.865555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:startLongitude '-1.07'^^xsd:double;
  dwc:endLongitude '-1.07'^^xsd:double;
  dwc:latitude '58.74'^^xsd:double;
  dwc:startLatitude '58.74'^^xsd:double;
  dwc:endLatitude '58.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_745'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.74"^^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/4843__1152_748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.74 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "58.74"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_748'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_748'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.223888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:startLongitude '-1.07'^^xsd:double;
  dwc:endLongitude '-1.07'^^xsd:double;
  dwc:latitude '58.74'^^xsd:double;
  dwc:startLatitude '58.74'^^xsd:double;
  dwc:endLatitude '58.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74, -1.07 58.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_748'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.74 -1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.74"^^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/4843__1152_450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.74 -1.07)"^^geo:wktLiteral ;
  geo-pos:lat "61.74"^^xsd:decimal ;
  geo-pos:long "-1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_450'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_450'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.074166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.07'^^xsd:double;
  dwc:startLongitude '-1.07'^^xsd:double;
  dwc:endLongitude '-1.07'^^xsd:double;
  dwc:latitude '61.74'^^xsd:double;
  dwc:startLatitude '61.74'^^xsd:double;
  dwc:endLatitude '61.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.07 61.74, -1.07 61.74, -1.07 61.74, -1.07 61.74, -1.07 61.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "UB" by the provider'^^xsd:string;
  dwc:aphiaid '148723'^^xsd:integer;
  dwc:occurrenceId '1152_450'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.9273 -1.03714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.9273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.03714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_161'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_161'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.610555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.03714'^^xsd:double;
  dwc:startLongitude '-1.03714'^^xsd:double;
  dwc:endLongitude '-1.03714'^^xsd:double;
  dwc:latitude '57.9273'^^xsd:double;
  dwc:startLatitude '57.9273'^^xsd:double;
  dwc:endLatitude '57.9273'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.03714 57.9273, -1.03714 57.9273, -1.03714 57.9273, -1.03714 57.9273, -1.03714 57.9273))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_161'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3102 -1.00648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.00648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_58'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_58'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.6158333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.00648'^^xsd:double;
  dwc:startLongitude '-1.00648'^^xsd:double;
  dwc:endLongitude '-1.00648'^^xsd:double;
  dwc:latitude '57.3102'^^xsd:double;
  dwc:startLatitude '57.3102'^^xsd:double;
  dwc:endLatitude '57.3102'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.00648 57.3102, -1.00648 57.3102, -1.00648 57.3102, -1.00648 57.3102, -1.00648 57.3102))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_58'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.31956 -1.00026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.31956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.00026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_57'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_57'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.5602777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.00026'^^xsd:double;
  dwc:startLongitude '-1.00026'^^xsd:double;
  dwc:endLongitude '-1.00026'^^xsd:double;
  dwc:latitude '57.31956'^^xsd:double;
  dwc:startLatitude '57.31956'^^xsd:double;
  dwc:endLatitude '57.31956'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.00026 57.31956, -1.00026 57.31956, -1.00026 57.31956, -1.00026 57.31956, -1.00026 57.31956))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_57'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85114 -0.98707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.85114"^^xsd:decimal ;
  dwc:decimalLongitude "-0.98707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_162'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_162'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.053611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.98707'^^xsd:double;
  dwc:startLongitude '-0.98707'^^xsd:double;
  dwc:endLongitude '-0.98707'^^xsd:double;
  dwc:latitude '57.85114'^^xsd:double;
  dwc:startLatitude '57.85114'^^xsd:double;
  dwc:endLatitude '57.85114'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.98707 57.85114, -0.98707 57.85114, -0.98707 57.85114, -0.98707 57.85114, -0.98707 57.85114))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_162'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.76 -0.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.76"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.76 -0.97)"^^geo:wktLiteral ;
  geo-pos:lat "61.76"^^xsd:decimal ;
  geo-pos:long "-0.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_449'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_449'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.7411111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.97'^^xsd:double;
  dwc:startLongitude '-0.97'^^xsd:double;
  dwc:endLongitude '-0.97'^^xsd:double;
  dwc:latitude '61.76'^^xsd:double;
  dwc:startLatitude '61.76'^^xsd:double;
  dwc:endLatitude '61.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.97 61.76, -0.97 61.76, -0.97 61.76, -0.97 61.76, -0.97 61.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_449'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.38288 -0.96164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.38288"^^xsd:decimal ;
  dwc:decimalLongitude "-0.96164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_56'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_56'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.1916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.96164'^^xsd:double;
  dwc:startLongitude '-0.96164'^^xsd:double;
  dwc:endLongitude '-0.96164'^^xsd:double;
  dwc:latitude '57.38288'^^xsd:double;
  dwc:startLatitude '57.38288'^^xsd:double;
  dwc:endLatitude '57.38288'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.96164 57.38288, -0.96164 57.38288, -0.96164 57.38288, -0.96164 57.38288, -0.96164 57.38288))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_56'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.40245 -0.94926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.40245"^^xsd:decimal ;
  dwc:decimalLongitude "-0.94926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_55'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_55'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.0777777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.94926'^^xsd:double;
  dwc:startLongitude '-0.94926'^^xsd:double;
  dwc:endLongitude '-0.94926'^^xsd:double;
  dwc:latitude '57.40245'^^xsd:double;
  dwc:startLatitude '57.40245'^^xsd:double;
  dwc:endLatitude '57.40245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.94926 57.40245, -0.94926 57.40245, -0.94926 57.40245, -0.94926 57.40245, -0.94926 57.40245))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_55'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42568 -0.93494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.42568"^^xsd:decimal ;
  dwc:decimalLongitude "-0.93494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_54'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_54'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.9416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.93494'^^xsd:double;
  dwc:startLongitude '-0.93494'^^xsd:double;
  dwc:endLongitude '-0.93494'^^xsd:double;
  dwc:latitude '57.42568'^^xsd:double;
  dwc:startLatitude '57.42568'^^xsd:double;
  dwc:endLatitude '57.42568'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.93494 57.42568, -0.93494 57.42568, -0.93494 57.42568, -0.93494 57.42568, -0.93494 57.42568))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_54'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.44133 -0.92601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.44133"^^xsd:decimal ;
  dwc:decimalLongitude "-0.92601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_53'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_53'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8497222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.92601'^^xsd:double;
  dwc:startLongitude '-0.92601'^^xsd:double;
  dwc:endLongitude '-0.92601'^^xsd:double;
  dwc:latitude '57.44133'^^xsd:double;
  dwc:startLatitude '57.44133'^^xsd:double;
  dwc:endLatitude '57.44133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.92601 57.44133, -0.92601 57.44133, -0.92601 57.44133, -0.92601 57.44133, -0.92601 57.44133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_53'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45881 -0.9153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45881"^^xsd:decimal ;
  dwc:decimalLongitude "-0.9153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_52'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_52'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.7455555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.9153'^^xsd:double;
  dwc:startLongitude '-0.9153'^^xsd:double;
  dwc:endLongitude '-0.9153'^^xsd:double;
  dwc:latitude '57.45881'^^xsd:double;
  dwc:startLatitude '57.45881'^^xsd:double;
  dwc:endLatitude '57.45881'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.9153 57.45881, -0.9153 57.45881, -0.9153 57.45881, -0.9153 57.45881, -0.9153 57.45881))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_52'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.72205 -0.90741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.72205"^^xsd:decimal ;
  dwc:decimalLongitude "-0.90741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_163'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_163'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.787777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.90741'^^xsd:double;
  dwc:startLongitude '-0.90741'^^xsd:double;
  dwc:endLongitude '-0.90741'^^xsd:double;
  dwc:latitude '57.72205'^^xsd:double;
  dwc:startLatitude '57.72205'^^xsd:double;
  dwc:endLatitude '57.72205'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.90741 57.72205, -0.90741 57.72205, -0.90741 57.72205, -0.90741 57.72205, -0.90741 57.72205))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_163'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.77 -0.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.77"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.77 -0.88)"^^geo:wktLiteral ;
  geo-pos:lat "58.77"^^xsd:decimal ;
  geo-pos:long "-0.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_749'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_749'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.451111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.88'^^xsd:double;
  dwc:startLongitude '-0.88'^^xsd:double;
  dwc:endLongitude '-0.88'^^xsd:double;
  dwc:latitude '58.77'^^xsd:double;
  dwc:startLatitude '58.77'^^xsd:double;
  dwc:endLatitude '58.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.88 58.77, -0.88 58.77, -0.88 58.77, -0.88 58.77, -0.88 58.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_749'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.58154 -0.83119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.58154"^^xsd:decimal ;
  dwc:decimalLongitude "-0.83119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_172'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_172'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.0983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.83119'^^xsd:double;
  dwc:startLongitude '-0.83119'^^xsd:double;
  dwc:endLongitude '-0.83119'^^xsd:double;
  dwc:latitude '57.58154'^^xsd:double;
  dwc:startLatitude '57.58154'^^xsd:double;
  dwc:endLatitude '57.58154'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.83119 57.58154, -0.83119 57.58154, -0.83119 57.58154, -0.83119 57.58154, -0.83119 57.58154))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_172'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.78 -0.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.78"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.78 -0.78)"^^geo:wktLiteral ;
  geo-pos:lat "58.78"^^xsd:decimal ;
  geo-pos:long "-0.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_750'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_750'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.788888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.78'^^xsd:double;
  dwc:startLongitude '-0.78'^^xsd:double;
  dwc:endLongitude '-0.78'^^xsd:double;
  dwc:latitude '58.78'^^xsd:double;
  dwc:startLatitude '58.78'^^xsd:double;
  dwc:endLatitude '58.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.78 58.78, -0.78 58.78, -0.78 58.78, -0.78 58.78, -0.78 58.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_750'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45399 -0.74289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45399"^^xsd:decimal ;
  dwc:decimalLongitude "-0.74289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_164'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_164'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.322222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.74289'^^xsd:double;
  dwc:startLongitude '-0.74289'^^xsd:double;
  dwc:endLongitude '-0.74289'^^xsd:double;
  dwc:latitude '57.45399'^^xsd:double;
  dwc:startLatitude '57.45399'^^xsd:double;
  dwc:endLatitude '57.45399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.74289 57.45399, -0.74289 57.45399, -0.74289 57.45399, -0.74289 57.45399, -0.74289 57.45399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_164'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.36132 -0.68493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.36132"^^xsd:decimal ;
  dwc:decimalLongitude "-0.68493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_165'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_165'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.850277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.68493'^^xsd:double;
  dwc:startLongitude '-0.68493'^^xsd:double;
  dwc:endLongitude '-0.68493'^^xsd:double;
  dwc:latitude '57.36132'^^xsd:double;
  dwc:startLatitude '57.36132'^^xsd:double;
  dwc:endLatitude '57.36132'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.68493 57.36132, -0.68493 57.36132, -0.68493 57.36132, -0.68493 57.36132, -0.68493 57.36132))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_165'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34782 -0.67651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34782"^^xsd:decimal ;
  dwc:decimalLongitude "-0.67651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_166'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_166'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.930833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.67651'^^xsd:double;
  dwc:startLongitude '-0.67651'^^xsd:double;
  dwc:endLongitude '-0.67651'^^xsd:double;
  dwc:latitude '57.34782'^^xsd:double;
  dwc:startLatitude '57.34782'^^xsd:double;
  dwc:endLatitude '57.34782'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.67651 57.34782, -0.67651 57.34782, -0.67651 57.34782, -0.67651 57.34782, -0.67651 57.34782))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_166'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85492 -0.66997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.85492"^^xsd:decimal ;
  dwc:decimalLongitude "-0.66997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_171'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_171'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.4072222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.66997'^^xsd:double;
  dwc:startLongitude '-0.66997'^^xsd:double;
  dwc:endLongitude '-0.66997'^^xsd:double;
  dwc:latitude '57.85492'^^xsd:double;
  dwc:startLatitude '57.85492'^^xsd:double;
  dwc:endLatitude '57.85492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.66997 57.85492, -0.66997 57.85492, -0.66997 57.85492, -0.66997 57.85492, -0.66997 57.85492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_171'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.31314 -0.65702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.31314"^^xsd:decimal ;
  dwc:decimalLongitude "-0.65702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_167'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_167'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.136666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.65702'^^xsd:double;
  dwc:startLongitude '-0.65702'^^xsd:double;
  dwc:endLongitude '-0.65702'^^xsd:double;
  dwc:latitude '57.31314'^^xsd:double;
  dwc:startLatitude '57.31314'^^xsd:double;
  dwc:endLatitude '57.31314'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.65702 57.31314, -0.65702 57.31314, -0.65702 57.31314, -0.65702 57.31314, -0.65702 57.31314))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_167'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.8 -0.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.8"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.8 -0.64)"^^geo:wktLiteral ;
  geo-pos:lat "58.8"^^xsd:decimal ;
  geo-pos:long "-0.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_751'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_751'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.8272222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.64'^^xsd:double;
  dwc:startLongitude '-0.64'^^xsd:double;
  dwc:endLongitude '-0.64'^^xsd:double;
  dwc:latitude '58.8'^^xsd:double;
  dwc:startLatitude '58.8'^^xsd:double;
  dwc:endLatitude '58.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.64 58.8, -0.64 58.8, -0.64 58.8, -0.64 58.8, -0.64 58.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_751'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.24033 -0.61047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.24033"^^xsd:decimal ;
  dwc:decimalLongitude "-0.61047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_168'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_168'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.572777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.61047'^^xsd:double;
  dwc:startLongitude '-0.61047'^^xsd:double;
  dwc:endLongitude '-0.61047'^^xsd:double;
  dwc:latitude '57.24033'^^xsd:double;
  dwc:startLatitude '57.24033'^^xsd:double;
  dwc:endLatitude '57.24033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.61047 57.24033, -0.61047 57.24033, -0.61047 57.24033, -0.61047 57.24033, -0.61047 57.24033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_168'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88 -0.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88"^^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/4843__1152_692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88 -0.61)"^^geo:wktLiteral ;
  geo-pos:lat "54.88"^^xsd:decimal ;
  geo-pos:long "-0.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_692'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_692'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.619166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.61'^^xsd:double;
  dwc:startLongitude '-0.61'^^xsd:double;
  dwc:endLongitude '-0.61'^^xsd:double;
  dwc:latitude '54.88'^^xsd:double;
  dwc:startLatitude '54.88'^^xsd:double;
  dwc:endLatitude '54.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.61 54.88, -0.61 54.88, -0.61 54.88, -0.61 54.88, -0.61 54.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_692'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.86 -0.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.86"^^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/4843__1152_693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.86 -0.6)"^^geo:wktLiteral ;
  geo-pos:lat "54.86"^^xsd:decimal ;
  geo-pos:long "-0.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_693'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_693'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.739722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.6'^^xsd:double;
  dwc:startLongitude '-0.6'^^xsd:double;
  dwc:endLongitude '-0.6'^^xsd:double;
  dwc:latitude '54.86'^^xsd:double;
  dwc:startLatitude '54.86'^^xsd:double;
  dwc:endLatitude '54.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.6 54.86, -0.6 54.86, -0.6 54.86, -0.6 54.86, -0.6 54.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_693'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.97833 -0.59296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.97833"^^xsd:decimal ;
  dwc:decimalLongitude "-0.59296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_170'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_170'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.6655555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.59296'^^xsd:double;
  dwc:startLongitude '-0.59296'^^xsd:double;
  dwc:endLongitude '-0.59296'^^xsd:double;
  dwc:latitude '57.97833'^^xsd:double;
  dwc:startLatitude '57.97833'^^xsd:double;
  dwc:endLatitude '57.97833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.59296 57.97833, -0.59296 57.97833, -0.59296 57.97833, -0.59296 57.97833, -0.59296 57.97833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_170'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.19067 -0.58189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.19067"^^xsd:decimal ;
  dwc:decimalLongitude "-0.58189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_169'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_169'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.870277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.58189'^^xsd:double;
  dwc:startLongitude '-0.58189'^^xsd:double;
  dwc:endLongitude '-0.58189'^^xsd:double;
  dwc:latitude '57.19067'^^xsd:double;
  dwc:startLatitude '57.19067'^^xsd:double;
  dwc:endLatitude '57.19067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.58189 57.19067, -0.58189 57.19067, -0.58189 57.19067, -0.58189 57.19067, -0.58189 57.19067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_169'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.81 -0.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.81"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.81 -0.58)"^^geo:wktLiteral ;
  geo-pos:lat "58.81"^^xsd:decimal ;
  geo-pos:long "-0.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_752'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_752'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.0172222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.58'^^xsd:double;
  dwc:startLongitude '-0.58'^^xsd:double;
  dwc:endLongitude '-0.58'^^xsd:double;
  dwc:latitude '58.81'^^xsd:double;
  dwc:startLatitude '58.81'^^xsd:double;
  dwc:endLatitude '58.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.58 58.81, -0.58 58.81, -0.58 58.81, -0.58 58.81, -0.58 58.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_752'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.81 -0.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.81"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.81 -0.54)"^^geo:wktLiteral ;
  geo-pos:lat "58.81"^^xsd:decimal ;
  geo-pos:long "-0.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_753'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_753'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.1433333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.54'^^xsd:double;
  dwc:startLongitude '-0.54'^^xsd:double;
  dwc:endLongitude '-0.54'^^xsd:double;
  dwc:latitude '58.81'^^xsd:double;
  dwc:startLatitude '58.81'^^xsd:double;
  dwc:endLatitude '58.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.54 58.81, -0.54 58.81, -0.54 58.81, -0.54 58.81, -0.54 58.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_753'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -0.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^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/4843__1152_694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 -0.47)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "-0.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_694'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_694'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.151388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.47'^^xsd:double;
  dwc:startLongitude '-0.47'^^xsd:double;
  dwc:endLongitude '-0.47'^^xsd:double;
  dwc:latitude '54.67'^^xsd:double;
  dwc:startLatitude '54.67'^^xsd:double;
  dwc:endLatitude '54.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.47 54.67, -0.47 54.67, -0.47 54.67, -0.47 54.67, -0.47 54.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_694'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.82 -0.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.82"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.82 -0.46)"^^geo:wktLiteral ;
  geo-pos:lat "58.82"^^xsd:decimal ;
  geo-pos:long "-0.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_754'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_754'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.3780555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.46'^^xsd:double;
  dwc:startLongitude '-0.46'^^xsd:double;
  dwc:endLongitude '-0.46'^^xsd:double;
  dwc:latitude '58.82'^^xsd:double;
  dwc:startLatitude '58.82'^^xsd:double;
  dwc:endLatitude '58.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.46 58.82, -0.46 58.82, -0.46 58.82, -0.46 58.82, -0.46 58.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_754'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.64 -0.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.64"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.64 -0.45)"^^geo:wktLiteral ;
  geo-pos:lat "54.64"^^xsd:decimal ;
  geo-pos:long "-0.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_695'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_695'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.377222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.45'^^xsd:double;
  dwc:startLongitude '-0.45'^^xsd:double;
  dwc:endLongitude '-0.45'^^xsd:double;
  dwc:latitude '54.64'^^xsd:double;
  dwc:startLatitude '54.64'^^xsd:double;
  dwc:endLatitude '54.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.45 54.64, -0.45 54.64, -0.45 54.64, -0.45 54.64, -0.45 54.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_695'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -0.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -0.43)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-0.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_696'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_696'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.638888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.43'^^xsd:double;
  dwc:startLongitude '-0.43'^^xsd:double;
  dwc:endLongitude '-0.43'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.43 54.6, -0.43 54.6, -0.43 54.6, -0.43 54.6, -0.43 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_696'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.58 -0.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.58"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.58 -0.41)"^^geo:wktLiteral ;
  geo-pos:lat "54.58"^^xsd:decimal ;
  geo-pos:long "-0.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_697'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.787777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.41'^^xsd:double;
  dwc:startLongitude '-0.41'^^xsd:double;
  dwc:endLongitude '-0.41'^^xsd:double;
  dwc:latitude '54.58'^^xsd:double;
  dwc:startLatitude '54.58'^^xsd:double;
  dwc:endLatitude '54.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.41 54.58, -0.41 54.58, -0.41 54.58, -0.41 54.58, -0.41 54.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_697'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.83 -0.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.83"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.83 -0.41)"^^geo:wktLiteral ;
  geo-pos:lat "58.83"^^xsd:decimal ;
  geo-pos:long "-0.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_755'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_755'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.5458333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.41'^^xsd:double;
  dwc:startLongitude '-0.41'^^xsd:double;
  dwc:endLongitude '-0.41'^^xsd:double;
  dwc:latitude '58.83'^^xsd:double;
  dwc:startLatitude '58.83'^^xsd:double;
  dwc:endLatitude '58.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.41 58.83, -0.41 58.83, -0.41 58.83, -0.41 58.83, -0.41 58.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_755'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.89063 -0.40123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.89063"^^xsd:decimal ;
  dwc:decimalLongitude "-0.40123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_88'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_88'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.561388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.40123'^^xsd:double;
  dwc:startLongitude '-0.40123'^^xsd:double;
  dwc:endLongitude '-0.40123'^^xsd:double;
  dwc:latitude '56.89063'^^xsd:double;
  dwc:startLatitude '56.89063'^^xsd:double;
  dwc:endLatitude '56.89063'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.40123 56.89063, -0.40123 56.89063, -0.40123 56.89063, -0.40123 56.89063, -0.40123 56.89063))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_88'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 -0.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.57"^^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/4843__1152_698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 -0.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.57"^^xsd:decimal ;
  geo-pos:long "-0.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_698'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_698'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.865555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.4'^^xsd:double;
  dwc:startLongitude '-0.4'^^xsd:double;
  dwc:endLongitude '-0.4'^^xsd:double;
  dwc:latitude '54.57'^^xsd:double;
  dwc:startLatitude '54.57'^^xsd:double;
  dwc:endLatitude '54.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.4 54.57, -0.4 54.57, -0.4 54.57, -0.4 54.57, -0.4 54.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_698'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.83 -0.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.83"^^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/4843__1152_756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.83 -0.4)"^^geo:wktLiteral ;
  geo-pos:lat "58.83"^^xsd:decimal ;
  geo-pos:long "-0.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_756'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_756'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.5547222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.4'^^xsd:double;
  dwc:startLongitude '-0.4'^^xsd:double;
  dwc:endLongitude '-0.4'^^xsd:double;
  dwc:latitude '58.83'^^xsd:double;
  dwc:startLatitude '58.83'^^xsd:double;
  dwc:endLatitude '58.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.4 58.83, -0.4 58.83, -0.4 58.83, -0.4 58.83, -0.4 58.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_756'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.87963 -0.39536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.87963"^^xsd:decimal ;
  dwc:decimalLongitude "-0.39536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_89'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_89'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.633611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.39536'^^xsd:double;
  dwc:startLongitude '-0.39536'^^xsd:double;
  dwc:endLongitude '-0.39536'^^xsd:double;
  dwc:latitude '56.87963'^^xsd:double;
  dwc:startLatitude '56.87963'^^xsd:double;
  dwc:endLatitude '56.87963'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.39536 56.87963, -0.39536 56.87963, -0.39536 56.87963, -0.39536 56.87963, -0.39536 56.87963))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_89'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86671 -0.38843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.86671"^^xsd:decimal ;
  dwc:decimalLongitude "-0.38843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_90'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_90'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.718055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.38843'^^xsd:double;
  dwc:startLongitude '-0.38843'^^xsd:double;
  dwc:endLongitude '-0.38843'^^xsd:double;
  dwc:latitude '56.86671'^^xsd:double;
  dwc:startLatitude '56.86671'^^xsd:double;
  dwc:endLatitude '56.86671'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.38843 56.86671, -0.38843 56.86671, -0.38843 56.86671, -0.38843 56.86671, -0.38843 56.86671))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_90'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.83212 -0.36494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.83212"^^xsd:decimal ;
  dwc:decimalLongitude "-0.36494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_91'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_91'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.948055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.36494'^^xsd:double;
  dwc:startLongitude '-0.36494'^^xsd:double;
  dwc:endLongitude '-0.36494'^^xsd:double;
  dwc:latitude '56.83212'^^xsd:double;
  dwc:startLatitude '56.83212'^^xsd:double;
  dwc:endLatitude '56.83212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.36494 56.83212, -0.36494 56.83212, -0.36494 56.83212, -0.36494 56.83212, -0.36494 56.83212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_91'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.84"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.34)"^^geo:wktLiteral ;
  geo-pos:lat "58.84"^^xsd:decimal ;
  geo-pos:long "-0.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_757'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_757'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.7580555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.34'^^xsd:double;
  dwc:startLongitude '-0.34'^^xsd:double;
  dwc:endLongitude '-0.34'^^xsd:double;
  dwc:latitude '58.84'^^xsd:double;
  dwc:startLatitude '58.84'^^xsd:double;
  dwc:endLatitude '58.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.34 58.84, -0.34 58.84, -0.34 58.84, -0.34 58.84, -0.34 58.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_757'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.84"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.34)"^^geo:wktLiteral ;
  geo-pos:lat "58.84"^^xsd:decimal ;
  geo-pos:long "-0.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_758'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_758'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.7644444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.34'^^xsd:double;
  dwc:startLongitude '-0.34'^^xsd:double;
  dwc:endLongitude '-0.34'^^xsd:double;
  dwc:latitude '58.84'^^xsd:double;
  dwc:startLatitude '58.84'^^xsd:double;
  dwc:endLatitude '58.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.34 58.84, -0.34 58.84, -0.34 58.84, -0.34 58.84, -0.34 58.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_758'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.78699 -0.33802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.78699"^^xsd:decimal ;
  dwc:decimalLongitude "-0.33802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_92'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_92'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.246666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.33802'^^xsd:double;
  dwc:startLongitude '-0.33802'^^xsd:double;
  dwc:endLongitude '-0.33802'^^xsd:double;
  dwc:latitude '56.78699'^^xsd:double;
  dwc:startLatitude '56.78699'^^xsd:double;
  dwc:endLatitude '56.78699'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.33802 56.78699, -0.33802 56.78699, -0.33802 56.78699, -0.33802 56.78699, -0.33802 56.78699))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_92'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.95 -0.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.95"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.95 -0.31)"^^geo:wktLiteral ;
  geo-pos:lat "61.95"^^xsd:decimal ;
  geo-pos:long "-0.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_448'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_448'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.5536111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.31'^^xsd:double;
  dwc:startLongitude '-0.31'^^xsd:double;
  dwc:endLongitude '-0.31'^^xsd:double;
  dwc:latitude '61.95'^^xsd:double;
  dwc:startLatitude '61.95'^^xsd:double;
  dwc:endLatitude '61.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.31 61.95, -0.31 61.95, -0.31 61.95, -0.31 61.95, -0.31 61.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_448'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.73202 -0.30518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.73202"^^xsd:decimal ;
  dwc:decimalLongitude "-0.30518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_93'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_93'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.608333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.30518'^^xsd:double;
  dwc:startLongitude '-0.30518'^^xsd:double;
  dwc:endLongitude '-0.30518'^^xsd:double;
  dwc:latitude '56.73202'^^xsd:double;
  dwc:startLatitude '56.73202'^^xsd:double;
  dwc:endLatitude '56.73202'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.30518 56.73202, -0.30518 56.73202, -0.30518 56.73202, -0.30518 56.73202, -0.30518 56.73202))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_93'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -0.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.85"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -0.29)"^^geo:wktLiteral ;
  geo-pos:lat "58.85"^^xsd:decimal ;
  geo-pos:long "-0.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_759'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_759'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.9380555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.29'^^xsd:double;
  dwc:startLongitude '-0.29'^^xsd:double;
  dwc:endLongitude '-0.29'^^xsd:double;
  dwc:latitude '58.85'^^xsd:double;
  dwc:startLatitude '58.85'^^xsd:double;
  dwc:endLatitude '58.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.29 58.85, -0.29 58.85, -0.29 58.85, -0.29 58.85, -0.29 58.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_759'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.68832 -0.27738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.68832"^^xsd:decimal ;
  dwc:decimalLongitude "-0.27738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_94'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_94'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.896388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.27738'^^xsd:double;
  dwc:startLongitude '-0.27738'^^xsd:double;
  dwc:endLongitude '-0.27738'^^xsd:double;
  dwc:latitude '56.68832'^^xsd:double;
  dwc:startLatitude '56.68832'^^xsd:double;
  dwc:endLatitude '56.68832'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.27738 56.68832, -0.27738 56.68832, -0.27738 56.68832, -0.27738 56.68832, -0.27738 56.68832))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_94'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -0.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -0.26)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "-0.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_447'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_447'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.3908333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.26'^^xsd:double;
  dwc:startLongitude '-0.26'^^xsd:double;
  dwc:endLongitude '-0.26'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:startLatitude '61.96'^^xsd:double;
  dwc:endLatitude '61.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.26 61.96, -0.26 61.96, -0.26 61.96, -0.26 61.96, -0.26 61.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_447'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63607 -0.24604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63607"^^xsd:decimal ;
  dwc:decimalLongitude "-0.24604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_95'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_95'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.236666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.24604'^^xsd:double;
  dwc:startLongitude '-0.24604'^^xsd:double;
  dwc:endLongitude '-0.24604'^^xsd:double;
  dwc:latitude '56.63607'^^xsd:double;
  dwc:startLatitude '56.63607'^^xsd:double;
  dwc:endLatitude '56.63607'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.24604 56.63607, -0.24604 56.63607, -0.24604 56.63607, -0.24604 56.63607, -0.24604 56.63607))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_95'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5773 -0.21136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5773"^^xsd:decimal ;
  dwc:decimalLongitude "-0.21136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_96'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_96'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.619722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.21136'^^xsd:double;
  dwc:startLongitude '-0.21136'^^xsd:double;
  dwc:endLongitude '-0.21136'^^xsd:double;
  dwc:latitude '56.5773'^^xsd:double;
  dwc:startLatitude '56.5773'^^xsd:double;
  dwc:endLatitude '56.5773'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.21136 56.5773, -0.21136 56.5773, -0.21136 56.5773, -0.21136 56.5773, -0.21136 56.5773))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_96'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 -0.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.98"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 -0.2)"^^geo:wktLiteral ;
  geo-pos:lat "61.98"^^xsd:decimal ;
  geo-pos:long "-0.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_446'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_446'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.1736111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.2'^^xsd:double;
  dwc:startLongitude '-0.2'^^xsd:double;
  dwc:endLongitude '-0.2'^^xsd:double;
  dwc:latitude '61.98'^^xsd:double;
  dwc:startLatitude '61.98'^^xsd:double;
  dwc:endLatitude '61.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.2 61.98, -0.2 61.98, -0.2 61.98, -0.2 61.98, -0.2 61.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_446'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55558 -0.19742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55558"^^xsd:decimal ;
  dwc:decimalLongitude "-0.19742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_97'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_97'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.762777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.19742'^^xsd:double;
  dwc:startLongitude '-0.19742'^^xsd:double;
  dwc:endLongitude '-0.19742'^^xsd:double;
  dwc:latitude '56.55558'^^xsd:double;
  dwc:startLatitude '56.55558'^^xsd:double;
  dwc:endLatitude '56.55558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.19742 56.55558, -0.19742 56.55558, -0.19742 56.55558, -0.19742 56.55558, -0.19742 56.55558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_97'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.52142 -0.17602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.52142"^^xsd:decimal ;
  dwc:decimalLongitude "-0.17602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_98'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_98'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.988333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.17602'^^xsd:double;
  dwc:startLongitude '-0.17602'^^xsd:double;
  dwc:endLongitude '-0.17602'^^xsd:double;
  dwc:latitude '56.52142'^^xsd:double;
  dwc:startLatitude '56.52142'^^xsd:double;
  dwc:endLatitude '56.52142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.17602 56.52142, -0.17602 56.52142, -0.17602 56.52142, -0.17602 56.52142, -0.17602 56.52142))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_98'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.22 -0.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.22"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.22 -0.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.22"^^xsd:decimal ;
  geo-pos:long "-0.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_700'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_700'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.110277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.17'^^xsd:double;
  dwc:startLongitude '-0.17'^^xsd:double;
  dwc:endLongitude '-0.17'^^xsd:double;
  dwc:latitude '54.22'^^xsd:double;
  dwc:startLatitude '54.22'^^xsd:double;
  dwc:endLatitude '54.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.17 54.22, -0.17 54.22, -0.17 54.22, -0.17 54.22, -0.17 54.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_700'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -0.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -0.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-0.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_699'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_699'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.062222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.17'^^xsd:double;
  dwc:startLongitude '-0.17'^^xsd:double;
  dwc:endLongitude '-0.17'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:startLatitude '54.23'^^xsd:double;
  dwc:endLatitude '54.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.17 54.23, -0.17 54.23, -0.17 54.23, -0.17 54.23, -0.17 54.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_699'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 -0.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.86"^^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/4843__1152_760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 -0.16)"^^geo:wktLiteral ;
  geo-pos:lat "58.86"^^xsd:decimal ;
  geo-pos:long "-0.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_760'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_760'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.3588888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.16'^^xsd:double;
  dwc:startLongitude '-0.16'^^xsd:double;
  dwc:endLongitude '-0.16'^^xsd:double;
  dwc:latitude '58.86'^^xsd:double;
  dwc:startLatitude '58.86'^^xsd:double;
  dwc:endLatitude '58.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.16 58.86, -0.16 58.86, -0.16 58.86, -0.16 58.86, -0.16 58.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_760'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 -0.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.17"^^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/4843__1152_701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 -0.14)"^^geo:wktLiteral ;
  geo-pos:lat "54.17"^^xsd:decimal ;
  geo-pos:long "-0.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_701'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_701'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.386111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.14'^^xsd:double;
  dwc:startLongitude '-0.14'^^xsd:double;
  dwc:endLongitude '-0.14'^^xsd:double;
  dwc:latitude '54.17'^^xsd:double;
  dwc:startLatitude '54.17'^^xsd:double;
  dwc:endLatitude '54.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.14 54.17, -0.14 54.17, -0.14 54.17, -0.14 54.17, -0.14 54.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_701'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.02137 -0.11164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.02137"^^xsd:decimal ;
  dwc:decimalLongitude "-0.11164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_122'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_122'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.223888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.11164'^^xsd:double;
  dwc:startLongitude '-0.11164'^^xsd:double;
  dwc:endLongitude '-0.11164'^^xsd:double;
  dwc:latitude '58.02137'^^xsd:double;
  dwc:startLatitude '58.02137'^^xsd:double;
  dwc:endLatitude '58.02137'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.11164 58.02137, -0.11164 58.02137, -0.11164 58.02137, -0.11164 58.02137, -0.11164 58.02137))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_122'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.00399 -0.10097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.00399"^^xsd:decimal ;
  dwc:decimalLongitude "-0.10097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_121'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_121'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.108611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.10097'^^xsd:double;
  dwc:startLongitude '-0.10097'^^xsd:double;
  dwc:endLongitude '-0.10097'^^xsd:double;
  dwc:latitude '58.00399'^^xsd:double;
  dwc:startLatitude '58.00399'^^xsd:double;
  dwc:endLatitude '58.00399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.10097 58.00399, -0.10097 58.00399, -0.10097 58.00399, -0.10097 58.00399, -0.10097 58.00399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_121'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 -0.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 -0.05)"^^geo:wktLiteral ;
  geo-pos:lat "54.07"^^xsd:decimal ;
  geo-pos:long "-0.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_684'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.585555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.05'^^xsd:double;
  dwc:startLongitude '-0.05'^^xsd:double;
  dwc:endLongitude '-0.05'^^xsd:double;
  dwc:latitude '54.07'^^xsd:double;
  dwc:startLatitude '54.07'^^xsd:double;
  dwc:endLatitude '54.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.05 54.07, -0.05 54.07, -0.05 54.07, -0.05 54.07, -0.05 54.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_684'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.01 -0.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.01"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.01 -0.03)"^^geo:wktLiteral ;
  geo-pos:lat "54.01"^^xsd:decimal ;
  geo-pos:long "-0.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_685'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_685'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.953333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.03'^^xsd:double;
  dwc:startLongitude '-0.03'^^xsd:double;
  dwc:endLongitude '-0.03'^^xsd:double;
  dwc:latitude '54.01'^^xsd:double;
  dwc:startLatitude '54.01'^^xsd:double;
  dwc:endLatitude '54.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.03 54.01, -0.03 54.01, -0.03 54.01, -0.03 54.01, -0.03 54.01))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_685'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.87898 -0.02681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.87898"^^xsd:decimal ;
  dwc:decimalLongitude "-0.02681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_120'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_120'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.289722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.02681'^^xsd:double;
  dwc:startLongitude '-0.02681'^^xsd:double;
  dwc:endLongitude '-0.02681'^^xsd:double;
  dwc:latitude '57.87898'^^xsd:double;
  dwc:startLatitude '57.87898'^^xsd:double;
  dwc:endLatitude '57.87898'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.02681 57.87898, -0.02681 57.87898, -0.02681 57.87898, -0.02681 57.87898, -0.02681 57.87898))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_120'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.88 -0.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.88"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.88 -0.01)"^^geo:wktLiteral ;
  geo-pos:lat "58.88"^^xsd:decimal ;
  geo-pos:long "-0.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_761'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_761'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '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:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.01'^^xsd:double;
  dwc:startLongitude '-0.01'^^xsd:double;
  dwc:endLongitude '-0.01'^^xsd:double;
  dwc:latitude '58.88'^^xsd:double;
  dwc:startLatitude '58.88'^^xsd:double;
  dwc:endLatitude '58.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.01 58.88, -0.01 58.88, -0.01 58.88, -0.01 58.88, -0.01 58.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_761'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1 -0.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.1"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4843__1152_796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.1 -0.01)"^^geo:wktLiteral ;
  geo-pos:lat "62.1"^^xsd:decimal ;
  geo-pos:long "-0.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_796'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_796'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.4513888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.01'^^xsd:double;
  dwc:startLongitude '-0.01'^^xsd:double;
  dwc:endLongitude '-0.01'^^xsd:double;
  dwc:latitude '62.1'^^xsd:double;
  dwc:startLatitude '62.1'^^xsd:double;
  dwc:endLatitude '62.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.01 62.1, -0.01 62.1, -0.01 62.1, -0.01 62.1, -0.01 62.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "FW" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1152_796'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.23043 -0.00578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.23043"^^xsd:decimal ;
  dwc:decimalLongitude "-0.00578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_99'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_99'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.852222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.00578'^^xsd:double;
  dwc:startLongitude '-0.00578'^^xsd:double;
  dwc:endLongitude '-0.00578'^^xsd:double;
  dwc:latitude '56.23043'^^xsd:double;
  dwc:startLatitude '56.23043'^^xsd:double;
  dwc:endLatitude '56.23043'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.00578 56.23043, -0.00578 56.23043, -0.00578 56.23043, -0.00578 56.23043, -0.00578 56.23043))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_99'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.21779 0.0019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.21779"^^xsd:decimal ;
  dwc:decimalLongitude "0.0019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_100'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_100'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.932777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.0019'^^xsd:double;
  dwc:startLongitude '0.0019'^^xsd:double;
  dwc:endLongitude '0.0019'^^xsd:double;
  dwc:latitude '56.21779'^^xsd:double;
  dwc:startLatitude '56.21779'^^xsd:double;
  dwc:endLatitude '56.21779'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.0019 56.21779, 0.0019 56.21779, 0.0019 56.21779, 0.0019 56.21779, 0.0019 56.21779))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_100'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.82174 0.00791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.82174"^^xsd:decimal ;
  dwc:decimalLongitude "0.00791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_119'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_119'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.918611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.00791'^^xsd:double;
  dwc:startLongitude '0.00791'^^xsd:double;
  dwc:endLongitude '0.00791'^^xsd:double;
  dwc:latitude '57.82174'^^xsd:double;
  dwc:startLatitude '57.82174'^^xsd:double;
  dwc:endLatitude '57.82174'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.00791 57.82174, 0.00791 57.82174, 0.00791 57.82174, 0.00791 57.82174, 0.00791 57.82174))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_119'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.89 0.00825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.89"^^xsd:decimal ;
  dwc:decimalLongitude "0.00825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_762'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_762'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.9055555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.00825'^^xsd:double;
  dwc:startLongitude '0.00825'^^xsd:double;
  dwc:endLongitude '0.00825'^^xsd:double;
  dwc:latitude '58.89'^^xsd:double;
  dwc:startLatitude '58.89'^^xsd:double;
  dwc:endLatitude '58.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.00825 58.89, 0.00825 58.89, 0.00825 58.89, 0.00825 58.89, 0.00825 58.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_762'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.80476 0.01819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.80476"^^xsd:decimal ;
  dwc:decimalLongitude "0.01819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_118'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_118'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.808611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.01819'^^xsd:double;
  dwc:startLongitude '0.01819'^^xsd:double;
  dwc:endLongitude '0.01819'^^xsd:double;
  dwc:latitude '57.80476'^^xsd:double;
  dwc:startLatitude '57.80476'^^xsd:double;
  dwc:endLatitude '57.80476'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.01819 57.80476, 0.01819 57.80476, 0.01819 57.80476, 0.01819 57.80476, 0.01819 57.80476))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_118'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16 0.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.16"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.16 0.02)"^^geo:wktLiteral ;
  geo-pos:lat "60.16"^^xsd:decimal ;
  geo-pos:long "0.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_778'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_778'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.0086111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.02'^^xsd:double;
  dwc:startLongitude '0.02'^^xsd:double;
  dwc:endLongitude '0.02'^^xsd:double;
  dwc:latitude '60.16'^^xsd:double;
  dwc:startLatitude '60.16'^^xsd:double;
  dwc:endLatitude '60.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.02 60.16, 0.02 60.16, 0.02 60.16, 0.02 60.16, 0.02 60.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_778'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15722 0.03822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.15722"^^xsd:decimal ;
  dwc:decimalLongitude "0.03822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_101'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_101'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.316944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.03822'^^xsd:double;
  dwc:startLongitude '0.03822'^^xsd:double;
  dwc:endLongitude '0.03822'^^xsd:double;
  dwc:latitude '56.15722'^^xsd:double;
  dwc:startLatitude '56.15722'^^xsd:double;
  dwc:endLatitude '56.15722'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.03822 56.15722, 0.03822 56.15722, 0.03822 56.15722, 0.03822 56.15722, 0.03822 56.15722))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_101'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13623 0.05059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13623"^^xsd:decimal ;
  dwc:decimalLongitude "0.05059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_102'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_102'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.4475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.05059'^^xsd:double;
  dwc:startLongitude '0.05059'^^xsd:double;
  dwc:endLongitude '0.05059'^^xsd:double;
  dwc:latitude '56.13623'^^xsd:double;
  dwc:startLatitude '56.13623'^^xsd:double;
  dwc:endLatitude '56.13623'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.05059 56.13623, 0.05059 56.13623, 0.05059 56.13623, 0.05059 56.13623, 0.05059 56.13623))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_102'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.12539 0.05655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.12539"^^xsd:decimal ;
  dwc:decimalLongitude "0.05655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_103'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_103'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.514444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.05655'^^xsd:double;
  dwc:startLongitude '0.05655'^^xsd:double;
  dwc:endLongitude '0.05655'^^xsd:double;
  dwc:latitude '56.12539'^^xsd:double;
  dwc:startLatitude '56.12539'^^xsd:double;
  dwc:endLatitude '56.12539'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.05655 56.12539, 0.05655 56.12539, 0.05655 56.12539, 0.05655 56.12539, 0.05655 56.12539))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_103'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.15 0.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.15"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.15 0.07)"^^geo:wktLiteral ;
  geo-pos:lat "60.15"^^xsd:decimal ;
  geo-pos:long "0.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_776'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_776'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.8647222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.07'^^xsd:double;
  dwc:startLongitude '0.07'^^xsd:double;
  dwc:endLongitude '0.07'^^xsd:double;
  dwc:latitude '60.15'^^xsd:double;
  dwc:startLatitude '60.15'^^xsd:double;
  dwc:endLatitude '60.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.07 60.15, 0.07 60.15, 0.07 60.15, 0.07 60.15, 0.07 60.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_776'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_777> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.15 0.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.15"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.15 0.07)"^^geo:wktLiteral ;
  geo-pos:lat "60.15"^^xsd:decimal ;
  geo-pos:long "0.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_777'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_777'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.8747222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.07'^^xsd:double;
  dwc:startLongitude '0.07'^^xsd:double;
  dwc:endLongitude '0.07'^^xsd:double;
  dwc:latitude '60.15'^^xsd:double;
  dwc:startLatitude '60.15'^^xsd:double;
  dwc:endLatitude '60.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.07 60.15, 0.07 60.15, 0.07 60.15, 0.07 60.15, 0.07 60.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_777'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06878 0.0932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.06878"^^xsd:decimal ;
  dwc:decimalLongitude "0.0932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_104'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_104'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.870833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.0932'^^xsd:double;
  dwc:startLongitude '0.0932'^^xsd:double;
  dwc:endLongitude '0.0932'^^xsd:double;
  dwc:latitude '56.06878'^^xsd:double;
  dwc:startLatitude '56.06878'^^xsd:double;
  dwc:endLatitude '56.06878'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.0932 56.06878, 0.0932 56.06878, 0.0932 56.06878, 0.0932 56.06878, 0.0932 56.06878))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_104'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8 0.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.8"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.8 0.1)"^^geo:wktLiteral ;
  geo-pos:lat "53.8"^^xsd:decimal ;
  geo-pos:long "0.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_686'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.409166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.1'^^xsd:double;
  dwc:startLongitude '0.1'^^xsd:double;
  dwc:endLongitude '0.1'^^xsd:double;
  dwc:latitude '53.8'^^xsd:double;
  dwc:startLatitude '53.8'^^xsd:double;
  dwc:endLatitude '53.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.1 53.8, 0.1 53.8, 0.1 53.8, 0.1 53.8, 0.1 53.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_686'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_775> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.15 0.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.15"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.15 0.1)"^^geo:wktLiteral ;
  geo-pos:lat "60.15"^^xsd:decimal ;
  geo-pos:long "0.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_775'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_775'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.7813888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.1'^^xsd:double;
  dwc:startLongitude '0.1'^^xsd:double;
  dwc:endLongitude '0.1'^^xsd:double;
  dwc:latitude '60.15'^^xsd:double;
  dwc:startLatitude '60.15'^^xsd:double;
  dwc:endLatitude '60.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.1 60.15, 0.1 60.15, 0.1 60.15, 0.1 60.15, 0.1 60.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_775'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_687> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.79 0.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.79"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.79 0.11)"^^geo:wktLiteral ;
  geo-pos:lat "53.79"^^xsd:decimal ;
  geo-pos:long "0.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_687'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_687'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.463611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.11'^^xsd:double;
  dwc:startLongitude '0.11'^^xsd:double;
  dwc:endLongitude '0.11'^^xsd:double;
  dwc:latitude '53.79'^^xsd:double;
  dwc:startLatitude '53.79'^^xsd:double;
  dwc:endLatitude '53.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.11 53.79, 0.11 53.79, 0.11 53.79, 0.11 53.79, 0.11 53.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_687'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.57 0.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.57"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.57 0.12)"^^geo:wktLiteral ;
  geo-pos:lat "60.57"^^xsd:decimal ;
  geo-pos:long "0.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_779'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_779'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.7322222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.12'^^xsd:double;
  dwc:startLongitude '0.12'^^xsd:double;
  dwc:endLongitude '0.12'^^xsd:double;
  dwc:latitude '60.57'^^xsd:double;
  dwc:startLatitude '60.57'^^xsd:double;
  dwc:endLatitude '60.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.12 60.57, 0.12 60.57, 0.12 60.57, 0.12 60.57, 0.12 60.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_779'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_797> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 0.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.06"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 0.15)"^^geo:wktLiteral ;
  geo-pos:lat "62.06"^^xsd:decimal ;
  geo-pos:long "0.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_797'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_797'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.7127777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.15'^^xsd:double;
  dwc:startLongitude '0.15'^^xsd:double;
  dwc:endLongitude '0.15'^^xsd:double;
  dwc:latitude '62.06'^^xsd:double;
  dwc:startLatitude '62.06'^^xsd:double;
  dwc:endLatitude '62.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.15 62.06, 0.15 62.06, 0.15 62.06, 0.15 62.06, 0.15 62.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "FW" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1152_797'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.71 0.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.71"^^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/4843__1152_688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.71 0.16)"^^geo:wktLiteral ;
  geo-pos:lat "53.71"^^xsd:decimal ;
  geo-pos:long "0.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_688'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.988333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.16'^^xsd:double;
  dwc:startLongitude '0.16'^^xsd:double;
  dwc:endLongitude '0.16'^^xsd:double;
  dwc:latitude '53.71'^^xsd:double;
  dwc:startLatitude '53.71'^^xsd:double;
  dwc:endLatitude '53.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.16 53.71, 0.16 53.71, 0.16 53.71, 0.16 53.71, 0.16 53.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_688'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.14 0.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.14"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.14 0.17)"^^geo:wktLiteral ;
  geo-pos:lat "60.14"^^xsd:decimal ;
  geo-pos:long "0.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_774'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_774'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.863888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.17'^^xsd:double;
  dwc:startLongitude '0.17'^^xsd:double;
  dwc:endLongitude '0.17'^^xsd:double;
  dwc:latitude '60.14'^^xsd:double;
  dwc:startLatitude '60.14'^^xsd:double;
  dwc:endLatitude '60.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.17 60.14, 0.17 60.14, 0.17 60.14, 0.17 60.14, 0.17 60.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_774'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.57 0.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.57"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.57 0.17)"^^geo:wktLiteral ;
  geo-pos:lat "60.57"^^xsd:decimal ;
  geo-pos:long "0.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_780'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_780'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.8772222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.17'^^xsd:double;
  dwc:startLongitude '0.17'^^xsd:double;
  dwc:endLongitude '0.17'^^xsd:double;
  dwc:latitude '60.57'^^xsd:double;
  dwc:startLatitude '60.57'^^xsd:double;
  dwc:endLatitude '60.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.17 60.57, 0.17 60.57, 0.17 60.57, 0.17 60.57, 0.17 60.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_780'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.92761 0.17852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.92761"^^xsd:decimal ;
  dwc:decimalLongitude "0.17852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_105'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_105'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.755277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.17852'^^xsd:double;
  dwc:startLongitude '0.17852'^^xsd:double;
  dwc:endLongitude '0.17852'^^xsd:double;
  dwc:latitude '55.92761'^^xsd:double;
  dwc:startLatitude '55.92761'^^xsd:double;
  dwc:endLatitude '55.92761'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.17852 55.92761, 0.17852 55.92761, 0.17852 55.92761, 0.17852 55.92761, 0.17852 55.92761))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_105'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.90693 0.19009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.90693"^^xsd:decimal ;
  dwc:decimalLongitude "0.19009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_106'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_106'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.882222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.19009'^^xsd:double;
  dwc:startLongitude '0.19009'^^xsd:double;
  dwc:endLongitude '0.19009'^^xsd:double;
  dwc:latitude '55.90693'^^xsd:double;
  dwc:startLatitude '55.90693'^^xsd:double;
  dwc:endLatitude '55.90693'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.19009 55.90693, 0.19009 55.90693, 0.19009 55.90693, 0.19009 55.90693, 0.19009 55.90693))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_106'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 0.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 0.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "0.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_781'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_781'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.9561111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.2'^^xsd:double;
  dwc:startLongitude '0.2'^^xsd:double;
  dwc:endLongitude '0.2'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:startLatitude '60.58'^^xsd:double;
  dwc:endLatitude '60.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.2 60.58, 0.2 60.58, 0.2 60.58, 0.2 60.58, 0.2 60.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_781'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.88818 0.20064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.88818"^^xsd:decimal ;
  dwc:decimalLongitude "0.20064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_107'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_107'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.9975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.20064'^^xsd:double;
  dwc:startLongitude '0.20064'^^xsd:double;
  dwc:endLongitude '0.20064'^^xsd:double;
  dwc:latitude '55.88818'^^xsd:double;
  dwc:startLatitude '55.88818'^^xsd:double;
  dwc:endLatitude '55.88818'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.20064 55.88818, 0.20064 55.88818, 0.20064 55.88818, 0.20064 55.88818, 0.20064 55.88818))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_107'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6 0.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.6"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.6 0.23)"^^geo:wktLiteral ;
  geo-pos:lat "53.6"^^xsd:decimal ;
  geo-pos:long "0.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_689'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1152_689'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.717222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.23'^^xsd:double;
  dwc:startLongitude '0.23'^^xsd:double;
  dwc:endLongitude '0.23'^^xsd:double;
  dwc:latitude '53.6'^^xsd:double;
  dwc:startLatitude '53.6'^^xsd:double;
  dwc:endLatitude '53.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.23 53.6, 0.23 53.6, 0.23 53.6, 0.23 53.6, 0.23 53.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_689'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.43277 0.2411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.43277"^^xsd:decimal ;
  dwc:decimalLongitude "0.2411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_117'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_117'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.665833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.2411'^^xsd:double;
  dwc:startLongitude '0.2411'^^xsd:double;
  dwc:endLongitude '0.2411'^^xsd:double;
  dwc:latitude '57.43277'^^xsd:double;
  dwc:startLatitude '57.43277'^^xsd:double;
  dwc:endLatitude '57.43277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.2411 57.43277, 0.2411 57.43277, 0.2411 57.43277, 0.2411 57.43277, 0.2411 57.43277))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_117'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.96745 0.25701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.96745"^^xsd:decimal ;
  dwc:decimalLongitude "0.25701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_108'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_108'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.577777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.25701'^^xsd:double;
  dwc:startLongitude '0.25701'^^xsd:double;
  dwc:endLongitude '0.25701'^^xsd:double;
  dwc:latitude '55.96745'^^xsd:double;
  dwc:startLatitude '55.96745'^^xsd:double;
  dwc:endLatitude '55.96745'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.25701 55.96745, 0.25701 55.96745, 0.25701 55.96745, 0.25701 55.96745, 0.25701 55.96745))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_108'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_798> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.04 0.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.04"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.04 0.28)"^^geo:wktLiteral ;
  geo-pos:lat "62.04"^^xsd:decimal ;
  geo-pos:long "0.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_798'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_798'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.0861111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.28'^^xsd:double;
  dwc:startLongitude '0.28'^^xsd:double;
  dwc:endLongitude '0.28'^^xsd:double;
  dwc:latitude '62.04'^^xsd:double;
  dwc:startLatitude '62.04'^^xsd:double;
  dwc:endLatitude '62.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.28 62.04, 0.28 62.04, 0.28 62.04, 0.28 62.04, 0.28 62.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_798'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.04 0.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.04"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.04 0.29)"^^geo:wktLiteral ;
  geo-pos:lat "62.04"^^xsd:decimal ;
  geo-pos:long "0.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_799'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_799'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.1280555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.29'^^xsd:double;
  dwc:startLongitude '0.29'^^xsd:double;
  dwc:endLongitude '0.29'^^xsd:double;
  dwc:latitude '62.04'^^xsd:double;
  dwc:startLatitude '62.04'^^xsd:double;
  dwc:endLatitude '62.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.29 62.04, 0.29 62.04, 0.29 62.04, 0.29 62.04, 0.29 62.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_799'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.04116 0.30173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.04116"^^xsd:decimal ;
  dwc:decimalLongitude "0.30173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_109'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_109'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.042777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.30173'^^xsd:double;
  dwc:startLongitude '0.30173'^^xsd:double;
  dwc:endLongitude '0.30173'^^xsd:double;
  dwc:latitude '56.04116'^^xsd:double;
  dwc:startLatitude '56.04116'^^xsd:double;
  dwc:endLatitude '56.04116'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.30173 56.04116, 0.30173 56.04116, 0.30173 56.04116, 0.30173 56.04116, 0.30173 56.04116))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_109'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.27197 0.33672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.27197"^^xsd:decimal ;
  dwc:decimalLongitude "0.33672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_116'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_116'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.713333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.33672'^^xsd:double;
  dwc:startLongitude '0.33672'^^xsd:double;
  dwc:endLongitude '0.33672'^^xsd:double;
  dwc:latitude '57.27197'^^xsd:double;
  dwc:startLatitude '57.27197'^^xsd:double;
  dwc:endLatitude '57.27197'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.33672 57.27197, 0.33672 57.27197, 0.33672 57.27197, 0.33672 57.27197, 0.33672 57.27197))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_116'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 0.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.89"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 0.36)"^^geo:wktLiteral ;
  geo-pos:lat "60.89"^^xsd:decimal ;
  geo-pos:long "0.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_823'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_823'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.0177777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.36'^^xsd:double;
  dwc:startLongitude '0.36'^^xsd:double;
  dwc:endLongitude '0.36'^^xsd:double;
  dwc:latitude '60.89'^^xsd:double;
  dwc:startLatitude '60.89'^^xsd:double;
  dwc:endLatitude '60.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.36 60.89, 0.36 60.89, 0.36 60.89, 0.36 60.89, 0.36 60.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_823'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25066 0.44079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25066"^^xsd:decimal ;
  dwc:decimalLongitude "0.44079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_110'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_110'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.2316666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.44079'^^xsd:double;
  dwc:startLongitude '0.44079'^^xsd:double;
  dwc:endLongitude '0.44079'^^xsd:double;
  dwc:latitude '56.25066'^^xsd:double;
  dwc:startLatitude '56.25066'^^xsd:double;
  dwc:endLatitude '56.25066'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.44079 56.25066, 0.44079 56.25066, 0.44079 56.25066, 0.44079 56.25066, 0.44079 56.25066))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_110'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.04017 0.46703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.04017"^^xsd:decimal ;
  dwc:decimalLongitude "0.46703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_115'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_115'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.312222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.46703'^^xsd:double;
  dwc:startLongitude '0.46703'^^xsd:double;
  dwc:endLongitude '0.46703'^^xsd:double;
  dwc:latitude '57.04017'^^xsd:double;
  dwc:startLatitude '57.04017'^^xsd:double;
  dwc:endLatitude '57.04017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.46703 57.04017, 0.46703 57.04017, 0.46703 57.04017, 0.46703 57.04017, 0.46703 57.04017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_115'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 0.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 0.49)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "0.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_800'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_800'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.7211111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.49'^^xsd:double;
  dwc:startLongitude '0.49'^^xsd:double;
  dwc:endLongitude '0.49'^^xsd:double;
  dwc:latitude '62'^^xsd:integer;
  dwc:startLatitude '62'^^xsd:integer;
  dwc:endLatitude '62'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((0.49 62, 0.49 62, 0.49 62, 0.49 62, 0.49 62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_800'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.63 0.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.63"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.63 0.52)"^^geo:wktLiteral ;
  geo-pos:lat "60.63"^^xsd:decimal ;
  geo-pos:long "0.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_782'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_782'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9236111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.52'^^xsd:double;
  dwc:startLongitude '0.52'^^xsd:double;
  dwc:endLongitude '0.52'^^xsd:double;
  dwc:latitude '60.63'^^xsd:double;
  dwc:startLatitude '60.63'^^xsd:double;
  dwc:endLatitude '60.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.52 60.63, 0.52 60.63, 0.52 60.63, 0.52 60.63, 0.52 60.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_782'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_783> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.63 0.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.63"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.63 0.54)"^^geo:wktLiteral ;
  geo-pos:lat "60.63"^^xsd:decimal ;
  geo-pos:long "0.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_783'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_783'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9869444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.54'^^xsd:double;
  dwc:startLongitude '0.54'^^xsd:double;
  dwc:endLongitude '0.54'^^xsd:double;
  dwc:latitude '60.63'^^xsd:double;
  dwc:startLatitude '60.63'^^xsd:double;
  dwc:endLatitude '60.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.54 60.63, 0.54 60.63, 0.54 60.63, 0.54 60.63, 0.54 60.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_783'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.42817 0.55769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.42817"^^xsd:decimal ;
  dwc:decimalLongitude "0.55769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_111'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_111'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.3983333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.55769'^^xsd:double;
  dwc:startLongitude '0.55769'^^xsd:double;
  dwc:endLongitude '0.55769'^^xsd:double;
  dwc:latitude '56.42817'^^xsd:double;
  dwc:startLatitude '56.42817'^^xsd:double;
  dwc:endLatitude '56.42817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.55769 56.42817, 0.55769 56.42817, 0.55769 56.42817, 0.55769 56.42817, 0.55769 56.42817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_111'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 0.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.26"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 0.57)"^^geo:wktLiteral ;
  geo-pos:lat "59.26"^^xsd:decimal ;
  geo-pos:long "0.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_831'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '1152_831'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.8575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.57'^^xsd:double;
  dwc:startLongitude '0.57'^^xsd:double;
  dwc:endLongitude '0.57'^^xsd:double;
  dwc:latitude '59.26'^^xsd:double;
  dwc:startLatitude '59.26'^^xsd:double;
  dwc:endLatitude '59.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.57 59.26, 0.57 59.26, 0.57 59.26, 0.57 59.26, 0.57 59.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "L?" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1152_831'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 0.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.64"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 0.58)"^^geo:wktLiteral ;
  geo-pos:lat "60.64"^^xsd:decimal ;
  geo-pos:long "0.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_784'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_784'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.1222222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.58'^^xsd:double;
  dwc:startLongitude '0.58'^^xsd:double;
  dwc:endLongitude '0.58'^^xsd:double;
  dwc:latitude '60.64'^^xsd:double;
  dwc:startLatitude '60.64'^^xsd:double;
  dwc:endLatitude '60.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.58 60.64, 0.58 60.64, 0.58 60.64, 0.58 60.64, 0.58 60.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_784'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.47757 0.58947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.47757"^^xsd:decimal ;
  dwc:decimalLongitude "0.58947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_112'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_112'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.7175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.58947'^^xsd:double;
  dwc:startLongitude '0.58947'^^xsd:double;
  dwc:endLongitude '0.58947'^^xsd:double;
  dwc:latitude '56.47757'^^xsd:double;
  dwc:startLatitude '56.47757'^^xsd:double;
  dwc:endLatitude '56.47757'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.58947 56.47757, 0.58947 56.47757, 0.58947 56.47757, 0.58947 56.47757, 0.58947 56.47757))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_112'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 0.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.98"^^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/4843__1152_801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 0.61)"^^geo:wktLiteral ;
  geo-pos:lat "61.98"^^xsd:decimal ;
  geo-pos:long "0.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_801'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_801'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.065833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.61'^^xsd:double;
  dwc:startLongitude '0.61'^^xsd:double;
  dwc:endLongitude '0.61'^^xsd:double;
  dwc:latitude '61.98'^^xsd:double;
  dwc:startLatitude '61.98'^^xsd:double;
  dwc:endLatitude '61.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.61 61.98, 0.61 61.98, 0.61 61.98, 0.61 61.98, 0.61 61.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_801'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.51891 0.61754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.51891"^^xsd:decimal ;
  dwc:decimalLongitude "0.61754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_113'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_113'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9844444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.61754'^^xsd:double;
  dwc:startLongitude '0.61754'^^xsd:double;
  dwc:endLongitude '0.61754'^^xsd:double;
  dwc:latitude '56.51891'^^xsd:double;
  dwc:startLatitude '56.51891'^^xsd:double;
  dwc:endLatitude '56.51891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.61754 56.51891, 0.61754 56.51891, 0.61754 56.51891, 0.61754 56.51891, 0.61754 56.51891))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_113'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.97 0.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.97"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.97 0.63)"^^geo:wktLiteral ;
  geo-pos:lat "61.97"^^xsd:decimal ;
  geo-pos:long "0.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_802'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_802'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.113888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.63'^^xsd:double;
  dwc:startLongitude '0.63'^^xsd:double;
  dwc:endLongitude '0.63'^^xsd:double;
  dwc:latitude '61.97'^^xsd:double;
  dwc:startLatitude '61.97'^^xsd:double;
  dwc:endLatitude '61.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.63 61.97, 0.63 61.97, 0.63 61.97, 0.63 61.97, 0.63 61.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_802'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.71333 0.65511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.71333"^^xsd:decimal ;
  dwc:decimalLongitude "0.65511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_114'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_114'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.234166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.65511'^^xsd:double;
  dwc:startLongitude '0.65511'^^xsd:double;
  dwc:endLongitude '0.65511'^^xsd:double;
  dwc:latitude '56.71333'^^xsd:double;
  dwc:startLatitude '56.71333'^^xsd:double;
  dwc:endLatitude '56.71333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.65511 56.71333, 0.65511 56.71333, 0.65511 56.71333, 0.65511 56.71333, 0.65511 56.71333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_114'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 0.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 0.68)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "0.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_803'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_803'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.268611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.68'^^xsd:double;
  dwc:startLongitude '0.68'^^xsd:double;
  dwc:endLongitude '0.68'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:startLatitude '61.96'^^xsd:double;
  dwc:endLatitude '61.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.68 61.96, 0.68 61.96, 0.68 61.96, 0.68 61.96, 0.68 61.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_803'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.69)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "0.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_785'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_785'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.4677777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.69'^^xsd:double;
  dwc:startLongitude '0.69'^^xsd:double;
  dwc:endLongitude '0.69'^^xsd:double;
  dwc:latitude '60.65'^^xsd:double;
  dwc:startLatitude '60.65'^^xsd:double;
  dwc:endLatitude '60.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.69 60.65, 0.69 60.65, 0.69 60.65, 0.69 60.65, 0.69 60.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_785'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64567 0.70867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64567"^^xsd:decimal ;
  dwc:decimalLongitude "0.70867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_178'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_178'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.615833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.70867'^^xsd:double;
  dwc:startLongitude '0.70867'^^xsd:double;
  dwc:endLongitude '0.70867'^^xsd:double;
  dwc:latitude '56.64567'^^xsd:double;
  dwc:startLatitude '56.64567'^^xsd:double;
  dwc:endLatitude '56.64567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.70867 56.64567, 0.70867 56.64567, 0.70867 56.64567, 0.70867 56.64567, 0.70867 56.64567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_178'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 0.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 0.71)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "0.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_804'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_804'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.353888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.71'^^xsd:double;
  dwc:startLongitude '0.71'^^xsd:double;
  dwc:endLongitude '0.71'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:startLatitude '61.96'^^xsd:double;
  dwc:endLatitude '61.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.71 61.96, 0.71 61.96, 0.71 61.96, 0.71 61.96, 0.71 61.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_804'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63833 0.71326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63833"^^xsd:decimal ;
  dwc:decimalLongitude "0.71326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_179'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_179'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.660555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.71326'^^xsd:double;
  dwc:startLongitude '0.71326'^^xsd:double;
  dwc:endLongitude '0.71326'^^xsd:double;
  dwc:latitude '56.63833'^^xsd:double;
  dwc:startLatitude '56.63833'^^xsd:double;
  dwc:endLatitude '56.63833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.71326 56.63833, 0.71326 56.63833, 0.71326 56.63833, 0.71326 56.63833, 0.71326 56.63833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_179'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.67829 0.72137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.67829"^^xsd:decimal ;
  dwc:decimalLongitude "0.72137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_177'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_177'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.413333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.72137'^^xsd:double;
  dwc:startLongitude '0.72137'^^xsd:double;
  dwc:endLongitude '0.72137'^^xsd:double;
  dwc:latitude '56.67829'^^xsd:double;
  dwc:startLatitude '56.67829'^^xsd:double;
  dwc:endLatitude '56.67829'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.72137 56.67829, 0.72137 56.67829, 0.72137 56.67829, 0.72137 56.67829, 0.72137 56.67829))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_177'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6867 0.72686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6867"^^xsd:decimal ;
  dwc:decimalLongitude "0.72686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_176'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_176'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.361111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.72686'^^xsd:double;
  dwc:startLongitude '0.72686'^^xsd:double;
  dwc:endLongitude '0.72686'^^xsd:double;
  dwc:latitude '56.6867'^^xsd:double;
  dwc:startLatitude '56.6867'^^xsd:double;
  dwc:endLatitude '56.6867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.72686 56.6867, 0.72686 56.6867, 0.72686 56.6867, 0.72686 56.6867, 0.72686 56.6867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_176'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.69316 0.73108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.69316"^^xsd:decimal ;
  dwc:decimalLongitude "0.73108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_175'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_175'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.321388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.73108'^^xsd:double;
  dwc:startLongitude '0.73108'^^xsd:double;
  dwc:endLongitude '0.73108'^^xsd:double;
  dwc:latitude '56.69316'^^xsd:double;
  dwc:startLatitude '56.69316'^^xsd:double;
  dwc:endLatitude '56.69316'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.73108 56.69316, 0.73108 56.69316, 0.73108 56.69316, 0.73108 56.69316, 0.73108 56.69316))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_175'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.74)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "0.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_786'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_786'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.74'^^xsd:double;
  dwc:startLongitude '0.74'^^xsd:double;
  dwc:endLongitude '0.74'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:startLatitude '60.66'^^xsd:double;
  dwc:endLatitude '60.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.74 60.66, 0.74 60.66, 0.74 60.66, 0.74 60.66, 0.74 60.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_786'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.50391 0.79053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.50391"^^xsd:decimal ;
  dwc:decimalLongitude "0.79053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_199'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_199'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.5444444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.79053'^^xsd:double;
  dwc:startLongitude '0.79053'^^xsd:double;
  dwc:endLongitude '0.79053'^^xsd:double;
  dwc:latitude '56.50391'^^xsd:double;
  dwc:startLatitude '56.50391'^^xsd:double;
  dwc:endLatitude '56.50391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.79053 56.50391, 0.79053 56.50391, 0.79053 56.50391, 0.79053 56.50391, 0.79053 56.50391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_199'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.49769 0.794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.49769"^^xsd:decimal ;
  dwc:decimalLongitude "0.794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_200'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_200'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.5819444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.794'^^xsd:double;
  dwc:startLongitude '0.794'^^xsd:double;
  dwc:endLongitude '0.794'^^xsd:double;
  dwc:latitude '56.49769'^^xsd:double;
  dwc:startLatitude '56.49769'^^xsd:double;
  dwc:endLatitude '56.49769'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.794 56.49769, 0.794 56.49769, 0.794 56.49769, 0.794 56.49769, 0.794 56.49769))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_200'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.47857 0.80494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.47857"^^xsd:decimal ;
  dwc:decimalLongitude "0.80494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_201'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_201'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.6958333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.80494'^^xsd:double;
  dwc:startLongitude '0.80494'^^xsd:double;
  dwc:endLongitude '0.80494'^^xsd:double;
  dwc:latitude '56.47857'^^xsd:double;
  dwc:startLatitude '56.47857'^^xsd:double;
  dwc:endLatitude '56.47857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.80494 56.47857, 0.80494 56.47857, 0.80494 56.47857, 0.80494 56.47857, 0.80494 56.47857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_201'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4561 0.81761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4561"^^xsd:decimal ;
  dwc:decimalLongitude "0.81761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_202'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_202'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.8291666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.81761'^^xsd:double;
  dwc:startLongitude '0.81761'^^xsd:double;
  dwc:endLongitude '0.81761'^^xsd:double;
  dwc:latitude '56.4561'^^xsd:double;
  dwc:startLatitude '56.4561'^^xsd:double;
  dwc:endLatitude '56.4561'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.81761 56.4561, 0.81761 56.4561, 0.81761 56.4561, 0.81761 56.4561, 0.81761 56.4561))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_202'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 0.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 0.82)"^^geo:wktLiteral ;
  geo-pos:lat "54.2"^^xsd:decimal ;
  geo-pos:long "0.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_683'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_683'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.521388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.82'^^xsd:double;
  dwc:startLongitude '0.82'^^xsd:double;
  dwc:endLongitude '0.82'^^xsd:double;
  dwc:latitude '54.2'^^xsd:double;
  dwc:startLatitude '54.2'^^xsd:double;
  dwc:endLatitude '54.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.82 54.2, 0.82 54.2, 0.82 54.2, 0.82 54.2, 0.82 54.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_683'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4407 0.82628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4407"^^xsd:decimal ;
  dwc:decimalLongitude "0.82628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_203'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_203'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.9211111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.82628'^^xsd:double;
  dwc:startLongitude '0.82628'^^xsd:double;
  dwc:endLongitude '0.82628'^^xsd:double;
  dwc:latitude '56.4407'^^xsd:double;
  dwc:startLatitude '56.4407'^^xsd:double;
  dwc:endLatitude '56.4407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.82628 56.4407, 0.82628 56.4407, 0.82628 56.4407, 0.82628 56.4407, 0.82628 56.4407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_203'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.97 0.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.97"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.97 0.83)"^^geo:wktLiteral ;
  geo-pos:lat "60.97"^^xsd:decimal ;
  geo-pos:long "0.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_822'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_822'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.6055555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.83'^^xsd:double;
  dwc:startLongitude '0.83'^^xsd:double;
  dwc:endLongitude '0.83'^^xsd:double;
  dwc:latitude '60.97'^^xsd:double;
  dwc:startLatitude '60.97'^^xsd:double;
  dwc:endLatitude '60.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.83 60.97, 0.83 60.97, 0.83 60.97, 0.83 60.97, 0.83 60.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_822'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43235 0.83097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43235"^^xsd:decimal ;
  dwc:decimalLongitude "0.83097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_204'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_204'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.9708333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.83097'^^xsd:double;
  dwc:startLongitude '0.83097'^^xsd:double;
  dwc:endLongitude '0.83097'^^xsd:double;
  dwc:latitude '56.43235'^^xsd:double;
  dwc:startLatitude '56.43235'^^xsd:double;
  dwc:endLatitude '56.43235'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.83097 56.43235, 0.83097 56.43235, 0.83097 56.43235, 0.83097 56.43235, 0.83097 56.43235))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_204'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.42924 0.83277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.42924"^^xsd:decimal ;
  dwc:decimalLongitude "0.83277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_205'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_205'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.9894444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.83277'^^xsd:double;
  dwc:startLongitude '0.83277'^^xsd:double;
  dwc:endLongitude '0.83277'^^xsd:double;
  dwc:latitude '56.42924'^^xsd:double;
  dwc:startLatitude '56.42924'^^xsd:double;
  dwc:endLatitude '56.42924'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.83277 56.42924, 0.83277 56.42924, 0.83277 56.42924, 0.83277 56.42924, 0.83277 56.42924))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_205'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4147 0.84092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4147"^^xsd:decimal ;
  dwc:decimalLongitude "0.84092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_206'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_206'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.0761111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.84092'^^xsd:double;
  dwc:startLongitude '0.84092'^^xsd:double;
  dwc:endLongitude '0.84092'^^xsd:double;
  dwc:latitude '56.4147'^^xsd:double;
  dwc:startLatitude '56.4147'^^xsd:double;
  dwc:endLatitude '56.4147'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.84092 56.4147, 0.84092 56.4147, 0.84092 56.4147, 0.84092 56.4147, 0.84092 56.4147))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_206'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.39501 0.85195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.39501"^^xsd:decimal ;
  dwc:decimalLongitude "0.85195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_207'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_207'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.1927777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.85195'^^xsd:double;
  dwc:startLongitude '0.85195'^^xsd:double;
  dwc:endLongitude '0.85195'^^xsd:double;
  dwc:latitude '56.39501'^^xsd:double;
  dwc:startLatitude '56.39501'^^xsd:double;
  dwc:endLatitude '56.39501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.85195 56.39501, 0.85195 56.39501, 0.85195 56.39501, 0.85195 56.39501, 0.85195 56.39501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_207'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38062 0.86008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.38062"^^xsd:decimal ;
  dwc:decimalLongitude "0.86008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_208'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_208'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.2786111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.86008'^^xsd:double;
  dwc:startLongitude '0.86008'^^xsd:double;
  dwc:endLongitude '0.86008'^^xsd:double;
  dwc:latitude '56.38062'^^xsd:double;
  dwc:startLatitude '56.38062'^^xsd:double;
  dwc:endLatitude '56.38062'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.86008 56.38062, 0.86008 56.38062, 0.86008 56.38062, 0.86008 56.38062, 0.86008 56.38062))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_208'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.95183 0.90013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.95183"^^xsd:decimal ;
  dwc:decimalLongitude "0.90013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_174'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_174'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.719166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.90013'^^xsd:double;
  dwc:startLongitude '0.90013'^^xsd:double;
  dwc:endLongitude '0.90013'^^xsd:double;
  dwc:latitude '56.95183'^^xsd:double;
  dwc:startLatitude '56.95183'^^xsd:double;
  dwc:endLatitude '56.95183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.90013 56.95183, 0.90013 56.95183, 0.90013 56.95183, 0.90013 56.95183, 0.90013 56.95183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_174'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 0.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.97"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4843__1152_682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 0.97)"^^geo:wktLiteral ;
  geo-pos:lat "53.97"^^xsd:decimal ;
  geo-pos:long "0.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_682'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_682'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.828333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.97'^^xsd:double;
  dwc:startLongitude '0.97'^^xsd:double;
  dwc:endLongitude '0.97'^^xsd:double;
  dwc:latitude '53.97'^^xsd:double;
  dwc:startLatitude '53.97'^^xsd:double;
  dwc:endLatitude '53.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.97 53.97, 0.97 53.97, 0.97 53.97, 0.97 53.97, 0.97 53.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_682'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15033 0.99573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.15033"^^xsd:decimal ;
  dwc:decimalLongitude "0.99573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_209'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_209'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.6697222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.99573'^^xsd:double;
  dwc:startLongitude '0.99573'^^xsd:double;
  dwc:endLongitude '0.99573'^^xsd:double;
  dwc:latitude '56.15033'^^xsd:double;
  dwc:startLatitude '56.15033'^^xsd:double;
  dwc:endLatitude '56.15033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.99573 56.15033, 0.99573 56.15033, 0.99573 56.15033, 0.99573 56.15033, 0.99573 56.15033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_209'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13054 1.00787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13054"^^xsd:decimal ;
  dwc:decimalLongitude "1.00787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_210'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_210'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.7916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.00787'^^xsd:double;
  dwc:startLongitude '1.00787'^^xsd:double;
  dwc:endLongitude '1.00787'^^xsd:double;
  dwc:latitude '56.13054'^^xsd:double;
  dwc:startLatitude '56.13054'^^xsd:double;
  dwc:endLatitude '56.13054'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.00787 56.13054, 1.00787 56.13054, 1.00787 56.13054, 1.00787 56.13054, 1.00787 56.13054))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_210'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.14281 1.03506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.14281"^^xsd:decimal ;
  dwc:decimalLongitude "1.03506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_173'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_173'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.540555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.03506'^^xsd:double;
  dwc:startLongitude '1.03506'^^xsd:double;
  dwc:endLongitude '1.03506'^^xsd:double;
  dwc:latitude '57.14281'^^xsd:double;
  dwc:startLatitude '57.14281'^^xsd:double;
  dwc:endLatitude '57.14281'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.03506 57.14281, 1.03506 57.14281, 1.03506 57.14281, 1.03506 57.14281, 1.03506 57.14281))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_173'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.81 1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.81"^^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/4843__1152_681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.81 1.07)"^^geo:wktLiteral ;
  geo-pos:lat "53.81"^^xsd:decimal ;
  geo-pos:long "1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_681'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_681'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.695833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.07'^^xsd:double;
  dwc:startLongitude '1.07'^^xsd:double;
  dwc:endLongitude '1.07'^^xsd:double;
  dwc:latitude '53.81'^^xsd:double;
  dwc:startLatitude '53.81'^^xsd:double;
  dwc:endLatitude '53.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.07 53.81, 1.07 53.81, 1.07 53.81, 1.07 53.81, 1.07 53.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_681'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 1.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^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/4843__1152_787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 1.07)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "1.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_787'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_787'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.611388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.07'^^xsd:double;
  dwc:startLongitude '1.07'^^xsd:double;
  dwc:endLongitude '1.07'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:startLatitude '60.71'^^xsd:double;
  dwc:endLatitude '60.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.07 60.71, 1.07 60.71, 1.07 60.71, 1.07 60.71, 1.07 60.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_787'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.00713 1.08167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.00713"^^xsd:decimal ;
  dwc:decimalLongitude "1.08167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_211'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_211'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.5511111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.08167'^^xsd:double;
  dwc:startLongitude '1.08167'^^xsd:double;
  dwc:endLongitude '1.08167'^^xsd:double;
  dwc:latitude '56.00713'^^xsd:double;
  dwc:startLatitude '56.00713'^^xsd:double;
  dwc:endLatitude '56.00713'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.08167 56.00713, 1.08167 56.00713, 1.08167 56.00713, 1.08167 56.00713, 1.08167 56.00713))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_211'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.77 1.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.77"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.77 1.09)"^^geo:wktLiteral ;
  geo-pos:lat "53.77"^^xsd:decimal ;
  geo-pos:long "1.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_680'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_680'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.454166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.09'^^xsd:double;
  dwc:startLongitude '1.09'^^xsd:double;
  dwc:endLongitude '1.09'^^xsd:double;
  dwc:latitude '53.77'^^xsd:double;
  dwc:startLatitude '53.77'^^xsd:double;
  dwc:endLatitude '53.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.09 53.77, 1.09 53.77, 1.09 53.77, 1.09 53.77, 1.09 53.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_680'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_679> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.76 1.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.76"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.76 1.1)"^^geo:wktLiteral ;
  geo-pos:lat "53.76"^^xsd:decimal ;
  geo-pos:long "1.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_679'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_679'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.362222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.1'^^xsd:double;
  dwc:startLongitude '1.1'^^xsd:double;
  dwc:endLongitude '1.1'^^xsd:double;
  dwc:latitude '53.76'^^xsd:double;
  dwc:startLatitude '53.76'^^xsd:double;
  dwc:endLatitude '53.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.1 53.76, 1.1 53.76, 1.1 53.76, 1.1 53.76, 1.1 53.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_679'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.88 1.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.88"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.88 1.11)"^^geo:wktLiteral ;
  geo-pos:lat "61.88"^^xsd:decimal ;
  geo-pos:long "1.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_805'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_805'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.464722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.11'^^xsd:double;
  dwc:startLongitude '1.11'^^xsd:double;
  dwc:endLongitude '1.11'^^xsd:double;
  dwc:latitude '61.88'^^xsd:double;
  dwc:startLatitude '61.88'^^xsd:double;
  dwc:endLatitude '61.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.11 61.88, 1.11 61.88, 1.11 61.88, 1.11 61.88, 1.11 61.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_805'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_734> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.13 1.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.13"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.13 1.14)"^^geo:wktLiteral ;
  geo-pos:lat "54.13"^^xsd:decimal ;
  geo-pos:long "1.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_734'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_734'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.870555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.14'^^xsd:double;
  dwc:startLongitude '1.14'^^xsd:double;
  dwc:endLongitude '1.14'^^xsd:double;
  dwc:latitude '54.13'^^xsd:double;
  dwc:startLatitude '54.13'^^xsd:double;
  dwc:endLatitude '54.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.14 54.13, 1.14 54.13, 1.14 54.13, 1.14 54.13, 1.14 54.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_734'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 1.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.16"^^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/4843__1152_733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 1.15)"^^geo:wktLiteral ;
  geo-pos:lat "54.16"^^xsd:decimal ;
  geo-pos:long "1.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_733'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_733'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.645833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.15'^^xsd:double;
  dwc:startLongitude '1.15'^^xsd:double;
  dwc:endLongitude '1.15'^^xsd:double;
  dwc:latitude '54.16'^^xsd:double;
  dwc:startLatitude '54.16'^^xsd:double;
  dwc:endLatitude '54.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.15 54.16, 1.15 54.16, 1.15 54.16, 1.15 54.16, 1.15 54.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_733'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.68 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.68"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.68 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "53.68"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_677'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_677'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.7833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:startLongitude '1.16'^^xsd:double;
  dwc:endLongitude '1.16'^^xsd:double;
  dwc:latitude '53.68'^^xsd:double;
  dwc:startLatitude '53.68'^^xsd:double;
  dwc:endLatitude '53.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.16 53.68, 1.16 53.68, 1.16 53.68, 1.16 53.68, 1.16 53.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_677'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.7"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.7 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "53.7"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_678'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_678'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.9102777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:startLongitude '1.16'^^xsd:double;
  dwc:endLongitude '1.16'^^xsd:double;
  dwc:latitude '53.7'^^xsd:double;
  dwc:startLatitude '53.7'^^xsd:double;
  dwc:endLatitude '53.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.16 53.7, 1.16 53.7, 1.16 53.7, 1.16 53.7, 1.16 53.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_678'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 1.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 1.16)"^^geo:wktLiteral ;
  geo-pos:lat "54.2"^^xsd:decimal ;
  geo-pos:long "1.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_732'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_732'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.436944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.16'^^xsd:double;
  dwc:startLongitude '1.16'^^xsd:double;
  dwc:endLongitude '1.16'^^xsd:double;
  dwc:latitude '54.2'^^xsd:double;
  dwc:startLatitude '54.2'^^xsd:double;
  dwc:endLatitude '54.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.16 54.2, 1.16 54.2, 1.16 54.2, 1.16 54.2, 1.16 54.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_732'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.66 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.66"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.66 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "53.66"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_676'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_676'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.6527777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.17'^^xsd:double;
  dwc:startLongitude '1.17'^^xsd:double;
  dwc:endLongitude '1.17'^^xsd:double;
  dwc:latitude '53.66'^^xsd:double;
  dwc:startLatitude '53.66'^^xsd:double;
  dwc:endLatitude '53.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 53.66, 1.17 53.66, 1.17 53.66, 1.17 53.66, 1.17 53.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_676'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.21 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.21"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.21 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.21"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_731'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_731'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.3475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.17'^^xsd:double;
  dwc:startLongitude '1.17'^^xsd:double;
  dwc:endLongitude '1.17'^^xsd:double;
  dwc:latitude '54.21'^^xsd:double;
  dwc:startLatitude '54.21'^^xsd:double;
  dwc:endLatitude '54.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 54.21, 1.17 54.21, 1.17 54.21, 1.17 54.21, 1.17 54.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_731'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.24"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.24"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_730'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_730'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.165'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.17'^^xsd:double;
  dwc:startLongitude '1.17'^^xsd:double;
  dwc:endLongitude '1.17'^^xsd:double;
  dwc:latitude '54.24'^^xsd:double;
  dwc:startLatitude '54.24'^^xsd:double;
  dwc:endLatitude '54.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 54.24, 1.17 54.24, 1.17 54.24, 1.17 54.24, 1.17 54.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_730'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.63 1.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.63"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.63 1.18)"^^geo:wktLiteral ;
  geo-pos:lat "53.63"^^xsd:decimal ;
  geo-pos:long "1.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_674'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_674'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.4958333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.18'^^xsd:double;
  dwc:startLongitude '1.18'^^xsd:double;
  dwc:endLongitude '1.18'^^xsd:double;
  dwc:latitude '53.63'^^xsd:double;
  dwc:startLatitude '53.63'^^xsd:double;
  dwc:endLatitude '53.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.18 53.63, 1.18 53.63, 1.18 53.63, 1.18 53.63, 1.18 53.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_674'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.64 1.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.64"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.64 1.18)"^^geo:wktLiteral ;
  geo-pos:lat "53.64"^^xsd:decimal ;
  geo-pos:long "1.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_675'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_675'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.5266666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.18'^^xsd:double;
  dwc:startLongitude '1.18'^^xsd:double;
  dwc:endLongitude '1.18'^^xsd:double;
  dwc:latitude '53.64'^^xsd:double;
  dwc:startLatitude '53.64'^^xsd:double;
  dwc:endLatitude '53.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.18 53.64, 1.18 53.64, 1.18 53.64, 1.18 53.64, 1.18 53.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_675'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 1.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.24"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 1.18)"^^geo:wktLiteral ;
  geo-pos:lat "54.24"^^xsd:decimal ;
  geo-pos:long "1.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_729'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_729'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.119722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.18'^^xsd:double;
  dwc:startLongitude '1.18'^^xsd:double;
  dwc:endLongitude '1.18'^^xsd:double;
  dwc:latitude '54.24'^^xsd:double;
  dwc:startLatitude '54.24'^^xsd:double;
  dwc:endLatitude '54.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.18 54.24, 1.18 54.24, 1.18 54.24, 1.18 54.24, 1.18 54.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_729'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.28 1.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.28"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.28 1.19)"^^geo:wktLiteral ;
  geo-pos:lat "54.28"^^xsd:decimal ;
  geo-pos:long "1.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_728'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_728'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.869166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.19'^^xsd:double;
  dwc:startLongitude '1.19'^^xsd:double;
  dwc:endLongitude '1.19'^^xsd:double;
  dwc:latitude '54.28'^^xsd:double;
  dwc:startLatitude '54.28'^^xsd:double;
  dwc:endLatitude '54.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.19 54.28, 1.19 54.28, 1.19 54.28, 1.19 54.28, 1.19 54.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_728'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.95763 1.19154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.95763"^^xsd:decimal ;
  dwc:decimalLongitude "1.19154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_212'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_212'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.6013888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.19154'^^xsd:double;
  dwc:startLongitude '1.19154'^^xsd:double;
  dwc:endLongitude '1.19154'^^xsd:double;
  dwc:latitude '55.95763'^^xsd:double;
  dwc:startLatitude '55.95763'^^xsd:double;
  dwc:endLatitude '55.95763'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.19154 55.95763, 1.19154 55.95763, 1.19154 55.95763, 1.19154 55.95763, 1.19154 55.95763))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_212'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.96906 1.19904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.96906"^^xsd:decimal ;
  dwc:decimalLongitude "1.19904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_213'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_213'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.6769444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.19904'^^xsd:double;
  dwc:startLongitude '1.19904'^^xsd:double;
  dwc:endLongitude '1.19904'^^xsd:double;
  dwc:latitude '55.96906'^^xsd:double;
  dwc:startLatitude '55.96906'^^xsd:double;
  dwc:endLatitude '55.96906'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.19904 55.96906, 1.19904 55.96906, 1.19904 55.96906, 1.19904 55.96906, 1.19904 55.96906))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_213'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.32 1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.32"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.32 1.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.32"^^xsd:decimal ;
  geo-pos:long "1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_727'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_727'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.620833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.2'^^xsd:double;
  dwc:startLongitude '1.2'^^xsd:double;
  dwc:endLongitude '1.2'^^xsd:double;
  dwc:latitude '54.32'^^xsd:double;
  dwc:startLatitude '54.32'^^xsd:double;
  dwc:endLatitude '54.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.2 54.32, 1.2 54.32, 1.2 54.32, 1.2 54.32, 1.2 54.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_727'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.86 1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.86"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.86 1.2)"^^geo:wktLiteral ;
  geo-pos:lat "61.86"^^xsd:decimal ;
  geo-pos:long "1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_806'^^xsd:string;
  dwc:scientificName 'Balaenoptera physalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_806'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.415277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.2'^^xsd:double;
  dwc:startLongitude '1.2'^^xsd:double;
  dwc:endLongitude '1.2'^^xsd:double;
  dwc:latitude '61.86'^^xsd:double;
  dwc:startLatitude '61.86'^^xsd:double;
  dwc:endLatitude '61.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.2 61.86, 1.2 61.86, 1.2 61.86, 1.2 61.86, 1.2 61.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "FW" by the provider'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:occurrenceId '1152_806'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97376 1.20198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97376"^^xsd:decimal ;
  dwc:decimalLongitude "1.20198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_214'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_214'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.7077777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.20198'^^xsd:double;
  dwc:startLongitude '1.20198'^^xsd:double;
  dwc:endLongitude '1.20198'^^xsd:double;
  dwc:latitude '55.97376'^^xsd:double;
  dwc:startLatitude '55.97376'^^xsd:double;
  dwc:endLatitude '55.97376'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.20198 55.97376, 1.20198 55.97376, 1.20198 55.97376, 1.20198 55.97376, 1.20198 55.97376))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_214'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58 1.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.58"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58 1.21)"^^geo:wktLiteral ;
  geo-pos:lat "53.58"^^xsd:decimal ;
  geo-pos:long "1.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_673'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_673'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.1872222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.21'^^xsd:double;
  dwc:startLongitude '1.21'^^xsd:double;
  dwc:endLongitude '1.21'^^xsd:double;
  dwc:latitude '53.58'^^xsd:double;
  dwc:startLatitude '53.58'^^xsd:double;
  dwc:endLatitude '53.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.21 53.58, 1.21 53.58, 1.21 53.58, 1.21 53.58, 1.21 53.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_673'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 1.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^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/4843__1152_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 1.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "1.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_672'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_672'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.1172222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.22'^^xsd:double;
  dwc:startLongitude '1.22'^^xsd:double;
  dwc:endLongitude '1.22'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:startLatitude '53.57'^^xsd:double;
  dwc:endLatitude '53.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.22 53.57, 1.22 53.57, 1.22 53.57, 1.22 53.57, 1.22 53.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_672'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.00844 1.2238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.00844"^^xsd:decimal ;
  dwc:decimalLongitude "1.2238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_215'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_215'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.9352777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.2238'^^xsd:double;
  dwc:startLongitude '1.2238'^^xsd:double;
  dwc:endLongitude '1.2238'^^xsd:double;
  dwc:latitude '56.00844'^^xsd:double;
  dwc:startLatitude '56.00844'^^xsd:double;
  dwc:endLatitude '56.00844'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.2238 56.00844, 1.2238 56.00844, 1.2238 56.00844, 1.2238 56.00844, 1.2238 56.00844))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_215'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_670> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.56 1.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.56"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.56 1.23)"^^geo:wktLiteral ;
  geo-pos:lat "53.56"^^xsd:decimal ;
  geo-pos:long "1.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_670'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_670'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.0133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.23'^^xsd:double;
  dwc:startLongitude '1.23'^^xsd:double;
  dwc:endLongitude '1.23'^^xsd:double;
  dwc:latitude '53.56'^^xsd:double;
  dwc:startLatitude '53.56'^^xsd:double;
  dwc:endLatitude '53.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.23 53.56, 1.23 53.56, 1.23 53.56, 1.23 53.56, 1.23 53.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_670'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 1.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 1.23)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "1.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_671'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_671'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.0630555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.23'^^xsd:double;
  dwc:startLongitude '1.23'^^xsd:double;
  dwc:endLongitude '1.23'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:startLatitude '53.57'^^xsd:double;
  dwc:endLatitude '53.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.23 53.57, 1.23 53.57, 1.23 53.57, 1.23 53.57, 1.23 53.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_671'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.41 1.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.41"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.41 1.23)"^^geo:wktLiteral ;
  geo-pos:lat "54.41"^^xsd:decimal ;
  geo-pos:long "1.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_726'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_726'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.975555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.23'^^xsd:double;
  dwc:startLongitude '1.23'^^xsd:double;
  dwc:endLongitude '1.23'^^xsd:double;
  dwc:latitude '54.41'^^xsd:double;
  dwc:startLatitude '54.41'^^xsd:double;
  dwc:endLatitude '54.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.23 54.41, 1.23 54.41, 1.23 54.41, 1.23 54.41, 1.23 54.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_726'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 1.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 1.24)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "1.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_669'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_669'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9355555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.24'^^xsd:double;
  dwc:startLongitude '1.24'^^xsd:double;
  dwc:endLongitude '1.24'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:startLatitude '53.55'^^xsd:double;
  dwc:endLatitude '53.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.24 53.55, 1.24 53.55, 1.24 53.55, 1.24 53.55, 1.24 53.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_669'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.53 1.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.53"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.53 1.25)"^^geo:wktLiteral ;
  geo-pos:lat "53.53"^^xsd:decimal ;
  geo-pos:long "1.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_667'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_667'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.25'^^xsd:double;
  dwc:startLongitude '1.25'^^xsd:double;
  dwc:endLongitude '1.25'^^xsd:double;
  dwc:latitude '53.53'^^xsd:double;
  dwc:startLatitude '53.53'^^xsd:double;
  dwc:endLatitude '53.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.25 53.53, 1.25 53.53, 1.25 53.53, 1.25 53.53, 1.25 53.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_667'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_668> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.54 1.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.54"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.54 1.25)"^^geo:wktLiteral ;
  geo-pos:lat "53.54"^^xsd:decimal ;
  geo-pos:long "1.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_668'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_668'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8811111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.25'^^xsd:double;
  dwc:startLongitude '1.25'^^xsd:double;
  dwc:endLongitude '1.25'^^xsd:double;
  dwc:latitude '53.54'^^xsd:double;
  dwc:startLatitude '53.54'^^xsd:double;
  dwc:endLatitude '53.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.25 53.54, 1.25 53.54, 1.25 53.54, 1.25 53.54, 1.25 53.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_668'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.48 1.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.48"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.48 1.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.48"^^xsd:decimal ;
  geo-pos:long "1.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_725'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_725'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.449444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.25'^^xsd:double;
  dwc:startLongitude '1.25'^^xsd:double;
  dwc:endLongitude '1.25'^^xsd:double;
  dwc:latitude '54.48'^^xsd:double;
  dwc:startLatitude '54.48'^^xsd:double;
  dwc:endLatitude '54.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.25 54.48, 1.25 54.48, 1.25 54.48, 1.25 54.48, 1.25 54.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_725'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49 1.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.49"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49 1.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.49"^^xsd:decimal ;
  geo-pos:long "1.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_724'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_724'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.401111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.25'^^xsd:double;
  dwc:startLongitude '1.25'^^xsd:double;
  dwc:endLongitude '1.25'^^xsd:double;
  dwc:latitude '54.49'^^xsd:double;
  dwc:startLatitude '54.49'^^xsd:double;
  dwc:endLatitude '54.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.25 54.49, 1.25 54.49, 1.25 54.49, 1.25 54.49, 1.25 54.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_724'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5 1.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5 1.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.5"^^xsd:decimal ;
  geo-pos:long "1.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_723'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_723'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.354166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.25'^^xsd:double;
  dwc:startLongitude '1.25'^^xsd:double;
  dwc:endLongitude '1.25'^^xsd:double;
  dwc:latitude '54.5'^^xsd:double;
  dwc:startLatitude '54.5'^^xsd:double;
  dwc:endLatitude '54.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.25 54.5, 1.25 54.5, 1.25 54.5, 1.25 54.5, 1.25 54.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_723'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.51 1.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.51"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.51 1.26)"^^geo:wktLiteral ;
  geo-pos:lat "54.51"^^xsd:decimal ;
  geo-pos:long "1.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_722'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_722'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.248888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.26'^^xsd:double;
  dwc:startLongitude '1.26'^^xsd:double;
  dwc:endLongitude '1.26'^^xsd:double;
  dwc:latitude '54.51'^^xsd:double;
  dwc:startLatitude '54.51'^^xsd:double;
  dwc:endLatitude '54.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.26 54.51, 1.26 54.51, 1.26 54.51, 1.26 54.51, 1.26 54.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_722'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 1.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.74"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 1.26)"^^geo:wktLiteral ;
  geo-pos:lat "60.74"^^xsd:decimal ;
  geo-pos:long "1.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_788'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_788'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.176666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.26'^^xsd:double;
  dwc:startLongitude '1.26'^^xsd:double;
  dwc:endLongitude '1.26'^^xsd:double;
  dwc:latitude '60.74'^^xsd:double;
  dwc:startLatitude '60.74'^^xsd:double;
  dwc:endLatitude '60.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.26 60.74, 1.26 60.74, 1.26 60.74, 1.26 60.74, 1.26 60.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_788'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.55 1.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.55"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.55 1.27)"^^geo:wktLiteral ;
  geo-pos:lat "54.55"^^xsd:decimal ;
  geo-pos:long "1.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_721'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_721'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.962222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.27'^^xsd:double;
  dwc:startLongitude '1.27'^^xsd:double;
  dwc:endLongitude '1.27'^^xsd:double;
  dwc:latitude '54.55'^^xsd:double;
  dwc:startLatitude '54.55'^^xsd:double;
  dwc:endLatitude '54.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.27 54.55, 1.27 54.55, 1.27 54.55, 1.27 54.55, 1.27 54.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_721'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09098 1.28023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09098"^^xsd:decimal ;
  dwc:decimalLongitude "1.28023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_216'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_216'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.4741666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.28023'^^xsd:double;
  dwc:startLongitude '1.28023'^^xsd:double;
  dwc:endLongitude '1.28023'^^xsd:double;
  dwc:latitude '56.09098'^^xsd:double;
  dwc:startLatitude '56.09098'^^xsd:double;
  dwc:endLatitude '56.09098'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.28023 56.09098, 1.28023 56.09098, 1.28023 56.09098, 1.28023 56.09098, 1.28023 56.09098))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_216'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.46 1.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.46"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.46 1.29)"^^geo:wktLiteral ;
  geo-pos:lat "53.46"^^xsd:decimal ;
  geo-pos:long "1.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_666'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_666'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.4311111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.29'^^xsd:double;
  dwc:startLongitude '1.29'^^xsd:double;
  dwc:endLongitude '1.29'^^xsd:double;
  dwc:latitude '53.46'^^xsd:double;
  dwc:startLatitude '53.46'^^xsd:double;
  dwc:endLatitude '53.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.29 53.46, 1.29 53.46, 1.29 53.46, 1.29 53.46, 1.29 53.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_666'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.66 1.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.66"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.66 1.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.66"^^xsd:decimal ;
  geo-pos:long "1.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_720'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_720'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.14'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.3'^^xsd:double;
  dwc:startLongitude '1.3'^^xsd:double;
  dwc:endLongitude '1.3'^^xsd:double;
  dwc:latitude '54.66'^^xsd:double;
  dwc:startLatitude '54.66'^^xsd:double;
  dwc:endLatitude '54.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.3 54.66, 1.3 54.66, 1.3 54.66, 1.3 54.66, 1.3 54.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_720'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 1.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.67"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.67 1.31)"^^geo:wktLiteral ;
  geo-pos:lat "54.67"^^xsd:decimal ;
  geo-pos:long "1.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_719'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_719'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.061388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.31'^^xsd:double;
  dwc:startLongitude '1.31'^^xsd:double;
  dwc:endLongitude '1.31'^^xsd:double;
  dwc:latitude '54.67'^^xsd:double;
  dwc:startLatitude '54.67'^^xsd:double;
  dwc:endLatitude '54.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.31 54.67, 1.31 54.67, 1.31 54.67, 1.31 54.67, 1.31 54.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_719'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 1.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 1.31)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "1.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_718'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_718'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.8575'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.31'^^xsd:double;
  dwc:startLongitude '1.31'^^xsd:double;
  dwc:endLongitude '1.31'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.31 54.7, 1.31 54.7, 1.31 54.7, 1.31 54.7, 1.31 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_718'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.74"^^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/4843__1152_717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 1.32)"^^geo:wktLiteral ;
  geo-pos:lat "54.74"^^xsd:decimal ;
  geo-pos:long "1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_717'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_717'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.601666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.32'^^xsd:double;
  dwc:startLongitude '1.32'^^xsd:double;
  dwc:endLongitude '1.32'^^xsd:double;
  dwc:latitude '54.74'^^xsd:double;
  dwc:startLatitude '54.74'^^xsd:double;
  dwc:endLatitude '54.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.32 54.74, 1.32 54.74, 1.32 54.74, 1.32 54.74, 1.32 54.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_717'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 1.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.74"^^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/4843__1152_716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 1.33)"^^geo:wktLiteral ;
  geo-pos:lat "54.74"^^xsd:decimal ;
  geo-pos:long "1.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_716'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_716'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.561388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.33'^^xsd:double;
  dwc:startLongitude '1.33'^^xsd:double;
  dwc:endLongitude '1.33'^^xsd:double;
  dwc:latitude '54.74'^^xsd:double;
  dwc:startLatitude '54.74'^^xsd:double;
  dwc:endLatitude '54.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.33 54.74, 1.33 54.74, 1.33 54.74, 1.33 54.74, 1.33 54.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_716'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75 1.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.75"^^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/4843__1152_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75 1.33)"^^geo:wktLiteral ;
  geo-pos:lat "54.75"^^xsd:decimal ;
  geo-pos:long "1.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_715'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_715'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.512777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.33'^^xsd:double;
  dwc:startLongitude '1.33'^^xsd:double;
  dwc:endLongitude '1.33'^^xsd:double;
  dwc:latitude '54.75'^^xsd:double;
  dwc:startLatitude '54.75'^^xsd:double;
  dwc:endLatitude '54.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.33 54.75, 1.33 54.75, 1.33 54.75, 1.33 54.75, 1.33 54.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_715'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.77 1.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.77"^^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/4843__1152_714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.77 1.33)"^^geo:wktLiteral ;
  geo-pos:lat "54.77"^^xsd:decimal ;
  geo-pos:long "1.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_714'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_714'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.353055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.33'^^xsd:double;
  dwc:startLongitude '1.33'^^xsd:double;
  dwc:endLongitude '1.33'^^xsd:double;
  dwc:latitude '54.77'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.33 54.77, 1.33 54.77, 1.33 54.77, 1.33 54.77, 1.33 54.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_714'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.39 1.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.39"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.39 1.34)"^^geo:wktLiteral ;
  geo-pos:lat "53.39"^^xsd:decimal ;
  geo-pos:long "1.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_665'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_665'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.9997222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.34'^^xsd:double;
  dwc:startLongitude '1.34'^^xsd:double;
  dwc:endLongitude '1.34'^^xsd:double;
  dwc:latitude '53.39'^^xsd:double;
  dwc:startLatitude '53.39'^^xsd:double;
  dwc:endLatitude '53.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.34 53.39, 1.34 53.39, 1.34 53.39, 1.34 53.39, 1.34 53.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_665'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.84 1.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.84"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.84 1.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.84"^^xsd:decimal ;
  geo-pos:long "1.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_807'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_807'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.803888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.34'^^xsd:double;
  dwc:startLongitude '1.34'^^xsd:double;
  dwc:endLongitude '1.34'^^xsd:double;
  dwc:latitude '61.84'^^xsd:double;
  dwc:startLatitude '61.84'^^xsd:double;
  dwc:endLatitude '61.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.34 61.84, 1.34 61.84, 1.34 61.84, 1.34 61.84, 1.34 61.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_807'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 1.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.81"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 1.35)"^^geo:wktLiteral ;
  geo-pos:lat "54.81"^^xsd:decimal ;
  geo-pos:long "1.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_713'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_713'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.096666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.35'^^xsd:double;
  dwc:startLongitude '1.35'^^xsd:double;
  dwc:endLongitude '1.35'^^xsd:double;
  dwc:latitude '54.81'^^xsd:double;
  dwc:startLatitude '54.81'^^xsd:double;
  dwc:endLatitude '54.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.35 54.81, 1.35 54.81, 1.35 54.81, 1.35 54.81, 1.35 54.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_713'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82 1.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.82"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82 1.35)"^^geo:wktLiteral ;
  geo-pos:lat "54.82"^^xsd:decimal ;
  geo-pos:long "1.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_712'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_712'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.034166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.35'^^xsd:double;
  dwc:startLongitude '1.35'^^xsd:double;
  dwc:endLongitude '1.35'^^xsd:double;
  dwc:latitude '54.82'^^xsd:double;
  dwc:startLatitude '54.82'^^xsd:double;
  dwc:endLatitude '54.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.35 54.82, 1.35 54.82, 1.35 54.82, 1.35 54.82, 1.35 54.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_712'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_711> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.83 1.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.83"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.83 1.35)"^^geo:wktLiteral ;
  geo-pos:lat "54.83"^^xsd:decimal ;
  geo-pos:long "1.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_711'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_711'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.951388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.35'^^xsd:double;
  dwc:startLongitude '1.35'^^xsd:double;
  dwc:endLongitude '1.35'^^xsd:double;
  dwc:latitude '54.83'^^xsd:double;
  dwc:startLatitude '54.83'^^xsd:double;
  dwc:endLatitude '54.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.35 54.83, 1.35 54.83, 1.35 54.83, 1.35 54.83, 1.35 54.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_711'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_710> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.84 1.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.84"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.84 1.35)"^^geo:wktLiteral ;
  geo-pos:lat "54.84"^^xsd:decimal ;
  geo-pos:long "1.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_710'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_710'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.908611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.35'^^xsd:double;
  dwc:startLongitude '1.35'^^xsd:double;
  dwc:endLongitude '1.35'^^xsd:double;
  dwc:latitude '54.84'^^xsd:double;
  dwc:startLatitude '54.84'^^xsd:double;
  dwc:endLatitude '54.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.35 54.84, 1.35 54.84, 1.35 54.84, 1.35 54.84, 1.35 54.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_710'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.85 1.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.85"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.85 1.36)"^^geo:wktLiteral ;
  geo-pos:lat "54.85"^^xsd:decimal ;
  geo-pos:long "1.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_709'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_709'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.842222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.36'^^xsd:double;
  dwc:startLongitude '1.36'^^xsd:double;
  dwc:endLongitude '1.36'^^xsd:double;
  dwc:latitude '54.85'^^xsd:double;
  dwc:startLatitude '54.85'^^xsd:double;
  dwc:endLatitude '54.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.36 54.85, 1.36 54.85, 1.36 54.85, 1.36 54.85, 1.36 54.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_709'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.86 1.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.86"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.86 1.36)"^^geo:wktLiteral ;
  geo-pos:lat "54.86"^^xsd:decimal ;
  geo-pos:long "1.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_708'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_708'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.743611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.36'^^xsd:double;
  dwc:startLongitude '1.36'^^xsd:double;
  dwc:endLongitude '1.36'^^xsd:double;
  dwc:latitude '54.86'^^xsd:double;
  dwc:startLatitude '54.86'^^xsd:double;
  dwc:endLatitude '54.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.36 54.86, 1.36 54.86, 1.36 54.86, 1.36 54.86, 1.36 54.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_708'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_664> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 1.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 1.37)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "1.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_664'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_664'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.7088888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.37'^^xsd:double;
  dwc:startLongitude '1.37'^^xsd:double;
  dwc:endLongitude '1.37'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:startLatitude '53.35'^^xsd:double;
  dwc:endLatitude '53.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.37 53.35, 1.37 53.35, 1.37 53.35, 1.37 53.35, 1.37 53.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_664'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93 1.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.93"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93 1.38)"^^geo:wktLiteral ;
  geo-pos:lat "54.93"^^xsd:decimal ;
  geo-pos:long "1.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_707'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_707'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.236111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.38'^^xsd:double;
  dwc:startLongitude '1.38'^^xsd:double;
  dwc:endLongitude '1.38'^^xsd:double;
  dwc:latitude '54.93'^^xsd:double;
  dwc:startLatitude '54.93'^^xsd:double;
  dwc:endLatitude '54.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.38 54.93, 1.38 54.93, 1.38 54.93, 1.38 54.93, 1.38 54.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_707'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.66444 1.38309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.66444"^^xsd:decimal ;
  dwc:decimalLongitude "1.38309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_198'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_198'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.392222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.38309'^^xsd:double;
  dwc:startLongitude '1.38309'^^xsd:double;
  dwc:endLongitude '1.38309'^^xsd:double;
  dwc:latitude '57.66444'^^xsd:double;
  dwc:startLatitude '57.66444'^^xsd:double;
  dwc:endLatitude '57.66444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.38309 57.66444, 1.38309 57.66444, 1.38309 57.66444, 1.38309 57.66444, 1.38309 57.66444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_198'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.99 1.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.99"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.99 1.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.99"^^xsd:decimal ;
  geo-pos:long "1.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_706'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_706'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.815277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.4'^^xsd:double;
  dwc:startLongitude '1.4'^^xsd:double;
  dwc:endLongitude '1.4'^^xsd:double;
  dwc:latitude '54.99'^^xsd:double;
  dwc:startLatitude '54.99'^^xsd:double;
  dwc:endLatitude '54.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.4 54.99, 1.4 54.99, 1.4 54.99, 1.4 54.99, 1.4 54.99))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_706'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_663> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.28 1.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.28"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.28 1.41)"^^geo:wktLiteral ;
  geo-pos:lat "53.28"^^xsd:decimal ;
  geo-pos:long "1.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_663'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_663'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.2866666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.41'^^xsd:double;
  dwc:startLongitude '1.41'^^xsd:double;
  dwc:endLongitude '1.41'^^xsd:double;
  dwc:latitude '53.28'^^xsd:double;
  dwc:startLatitude '53.28'^^xsd:double;
  dwc:endLatitude '53.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.41 53.28, 1.41 53.28, 1.41 53.28, 1.41 53.28, 1.41 53.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_663'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.70306 1.41109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.70306"^^xsd:decimal ;
  dwc:decimalLongitude "1.41109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_197'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_197'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.164166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.41109'^^xsd:double;
  dwc:startLongitude '1.41109'^^xsd:double;
  dwc:endLongitude '1.41109'^^xsd:double;
  dwc:latitude '57.70306'^^xsd:double;
  dwc:startLatitude '57.70306'^^xsd:double;
  dwc:endLatitude '57.70306'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.41109 57.70306, 1.41109 57.70306, 1.41109 57.70306, 1.41109 57.70306, 1.41109 57.70306))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_197'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2737 1.41251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2737"^^xsd:decimal ;
  dwc:decimalLongitude "1.41251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_217'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_217'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.641944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.41251'^^xsd:double;
  dwc:startLongitude '1.41251'^^xsd:double;
  dwc:endLongitude '1.41251'^^xsd:double;
  dwc:latitude '56.2737'^^xsd:double;
  dwc:startLatitude '56.2737'^^xsd:double;
  dwc:endLatitude '56.2737'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.41251 56.2737, 1.41251 56.2737, 1.41251 56.2737, 1.41251 56.2737, 1.41251 56.2737))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_217'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7068 1.41358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.7068"^^xsd:decimal ;
  dwc:decimalLongitude "1.41358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_196'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_196'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.142222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.41358'^^xsd:double;
  dwc:startLongitude '1.41358'^^xsd:double;
  dwc:endLongitude '1.41358'^^xsd:double;
  dwc:latitude '57.7068'^^xsd:double;
  dwc:startLatitude '57.7068'^^xsd:double;
  dwc:endLatitude '57.7068'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.41358 57.7068, 1.41358 57.7068, 1.41358 57.7068, 1.41358 57.7068, 1.41358 57.7068))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_196'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.23 1.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.23"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.23 1.44)"^^geo:wktLiteral ;
  geo-pos:lat "53.23"^^xsd:decimal ;
  geo-pos:long "1.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_662'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_662'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.9625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.44'^^xsd:double;
  dwc:startLongitude '1.44'^^xsd:double;
  dwc:endLongitude '1.44'^^xsd:double;
  dwc:latitude '53.23'^^xsd:double;
  dwc:startLatitude '53.23'^^xsd:double;
  dwc:endLatitude '53.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.44 53.23, 1.44 53.23, 1.44 53.23, 1.44 53.23, 1.44 53.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_662'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.28 1.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.28"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.28 1.44)"^^geo:wktLiteral ;
  geo-pos:lat "60.28"^^xsd:decimal ;
  geo-pos:long "1.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_824'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_824'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.709722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.44'^^xsd:double;
  dwc:startLongitude '1.44'^^xsd:double;
  dwc:endLongitude '1.44'^^xsd:double;
  dwc:latitude '60.28'^^xsd:double;
  dwc:startLatitude '60.28'^^xsd:double;
  dwc:endLatitude '60.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.44 60.28, 1.44 60.28, 1.44 60.28, 1.44 60.28, 1.44 60.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_824'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.22 1.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.22"^^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/4843__1152_661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.22 1.45)"^^geo:wktLiteral ;
  geo-pos:lat "53.22"^^xsd:decimal ;
  geo-pos:long "1.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_661'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_661'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.9125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.45'^^xsd:double;
  dwc:startLongitude '1.45'^^xsd:double;
  dwc:endLongitude '1.45'^^xsd:double;
  dwc:latitude '53.22'^^xsd:double;
  dwc:startLatitude '53.22'^^xsd:double;
  dwc:endLatitude '53.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.45 53.22, 1.45 53.22, 1.45 53.22, 1.45 53.22, 1.45 53.22))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_661'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2 1.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.2"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2 1.46)"^^geo:wktLiteral ;
  geo-pos:lat "53.2"^^xsd:decimal ;
  geo-pos:long "1.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_660'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_660'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.7925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.46'^^xsd:double;
  dwc:startLongitude '1.46'^^xsd:double;
  dwc:endLongitude '1.46'^^xsd:double;
  dwc:latitude '53.2'^^xsd:double;
  dwc:startLatitude '53.2'^^xsd:double;
  dwc:endLatitude '53.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.46 53.2, 1.46 53.2, 1.46 53.2, 1.46 53.2, 1.46 53.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_660'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.77876 1.46431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.77876"^^xsd:decimal ;
  dwc:decimalLongitude "1.46431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_195'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_195'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.719444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.46431'^^xsd:double;
  dwc:startLongitude '1.46431'^^xsd:double;
  dwc:endLongitude '1.46431'^^xsd:double;
  dwc:latitude '57.77876'^^xsd:double;
  dwc:startLatitude '57.77876'^^xsd:double;
  dwc:endLatitude '57.77876'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.46431 57.77876, 1.46431 57.77876, 1.46431 57.77876, 1.46431 57.77876, 1.46431 57.77876))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_195'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 1.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 1.47)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "1.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_659'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_659'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.6233333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.47'^^xsd:double;
  dwc:startLongitude '1.47'^^xsd:double;
  dwc:endLongitude '1.47'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:startLatitude '53.18'^^xsd:double;
  dwc:endLatitude '53.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.47 53.18, 1.47 53.18, 1.47 53.18, 1.47 53.18, 1.47 53.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_659'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.34065 1.47203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.34065"^^xsd:decimal ;
  dwc:decimalLongitude "1.47203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_218'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_218'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.259166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.47203'^^xsd:double;
  dwc:startLongitude '1.47203'^^xsd:double;
  dwc:endLongitude '1.47203'^^xsd:double;
  dwc:latitude '56.34065'^^xsd:double;
  dwc:startLatitude '56.34065'^^xsd:double;
  dwc:endLatitude '56.34065'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.47203 56.34065, 1.47203 56.34065, 1.47203 56.34065, 1.47203 56.34065, 1.47203 56.34065))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_218'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.94 1.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.94"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.94 1.48)"^^geo:wktLiteral ;
  geo-pos:lat "59.94"^^xsd:decimal ;
  geo-pos:long "1.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_773'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_773'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.328333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.48'^^xsd:double;
  dwc:startLongitude '1.48'^^xsd:double;
  dwc:endLongitude '1.48'^^xsd:double;
  dwc:latitude '59.94'^^xsd:double;
  dwc:startLatitude '59.94'^^xsd:double;
  dwc:endLatitude '59.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.48 59.94, 1.48 59.94, 1.48 59.94, 1.48 59.94, 1.48 59.94))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_773'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 1.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.27"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 1.49)"^^geo:wktLiteral ;
  geo-pos:lat "55.27"^^xsd:decimal ;
  geo-pos:long "1.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_705'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.9602777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.49'^^xsd:double;
  dwc:startLongitude '1.49'^^xsd:double;
  dwc:endLongitude '1.49'^^xsd:double;
  dwc:latitude '55.27'^^xsd:double;
  dwc:startLatitude '55.27'^^xsd:double;
  dwc:endLatitude '55.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.49 55.27, 1.49 55.27, 1.49 55.27, 1.49 55.27, 1.49 55.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_705'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 1.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.31"^^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/4843__1152_704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 1.5)"^^geo:wktLiteral ;
  geo-pos:lat "55.31"^^xsd:decimal ;
  geo-pos:long "1.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_704'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.6530555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.5'^^xsd:double;
  dwc:startLongitude '1.5'^^xsd:double;
  dwc:endLongitude '1.5'^^xsd:double;
  dwc:latitude '55.31'^^xsd:double;
  dwc:startLatitude '55.31'^^xsd:double;
  dwc:endLatitude '55.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.5 55.31, 1.5 55.31, 1.5 55.31, 1.5 55.31, 1.5 55.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_704'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.40403 1.50214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.40403"^^xsd:decimal ;
  dwc:decimalLongitude "1.50214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_219'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_219'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.633888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.50214'^^xsd:double;
  dwc:startLongitude '1.50214'^^xsd:double;
  dwc:endLongitude '1.50214'^^xsd:double;
  dwc:latitude '56.40403'^^xsd:double;
  dwc:startLatitude '56.40403'^^xsd:double;
  dwc:endLatitude '56.40403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.50214 56.40403, 1.50214 56.40403, 1.50214 56.40403, 1.50214 56.40403, 1.50214 56.40403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_219'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.87188 1.52598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.87188"^^xsd:decimal ;
  dwc:decimalLongitude "1.52598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_194'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_194'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.180277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.52598'^^xsd:double;
  dwc:startLongitude '1.52598'^^xsd:double;
  dwc:endLongitude '1.52598'^^xsd:double;
  dwc:latitude '57.87188'^^xsd:double;
  dwc:startLatitude '57.87188'^^xsd:double;
  dwc:endLatitude '57.87188'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.52598 57.87188, 1.52598 57.87188, 1.52598 57.87188, 1.52598 57.87188, 1.52598 57.87188))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_194'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.92348 1.56184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.92348"^^xsd:decimal ;
  dwc:decimalLongitude "1.56184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_193'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_193'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.878888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.56184'^^xsd:double;
  dwc:startLongitude '1.56184'^^xsd:double;
  dwc:endLongitude '1.56184'^^xsd:double;
  dwc:latitude '57.92348'^^xsd:double;
  dwc:startLatitude '57.92348'^^xsd:double;
  dwc:endLatitude '57.92348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.56184 57.92348, 1.56184 57.92348, 1.56184 57.92348, 1.56184 57.92348, 1.56184 57.92348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_193'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.59 1.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.59"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.59 1.58)"^^geo:wktLiteral ;
  geo-pos:lat "55.59"^^xsd:decimal ;
  geo-pos:long "1.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_703'^^xsd:string;
  dwc:scientificName 'Halichoerus grypus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_703'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8572222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.58'^^xsd:double;
  dwc:startLongitude '1.58'^^xsd:double;
  dwc:endLongitude '1.58'^^xsd:double;
  dwc:latitude '55.59'^^xsd:double;
  dwc:startLatitude '55.59'^^xsd:double;
  dwc:endLatitude '55.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.58 55.59, 1.58 55.59, 1.58 55.59, 1.58 55.59, 1.58 55.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1152_703'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.62 1.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.62"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.62 1.59)"^^geo:wktLiteral ;
  geo-pos:lat "55.62"^^xsd:decimal ;
  geo-pos:long "1.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_702'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1152_702'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.6925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.59'^^xsd:double;
  dwc:startLongitude '1.59'^^xsd:double;
  dwc:endLongitude '1.59'^^xsd:double;
  dwc:latitude '55.62'^^xsd:double;
  dwc:startLatitude '55.62'^^xsd:double;
  dwc:endLatitude '55.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.59 55.62, 1.59 55.62, 1.59 55.62, 1.59 55.62, 1.59 55.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_702'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.53801 1.59049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.53801"^^xsd:decimal ;
  dwc:decimalLongitude "1.59049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_220'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_220'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.441388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.59049'^^xsd:double;
  dwc:startLongitude '1.59049'^^xsd:double;
  dwc:endLongitude '1.59049'^^xsd:double;
  dwc:latitude '56.53801'^^xsd:double;
  dwc:startLatitude '56.53801'^^xsd:double;
  dwc:endLatitude '56.53801'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.59049 56.53801, 1.59049 56.53801, 1.59049 56.53801, 1.59049 56.53801, 1.59049 56.53801))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_220'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.98 1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.98"^^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/4843__1152_658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.98 1.6)"^^geo:wktLiteral ;
  geo-pos:lat "52.98"^^xsd:decimal ;
  geo-pos:long "1.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_658'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_658'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.2636111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.6'^^xsd:double;
  dwc:startLongitude '1.6'^^xsd:double;
  dwc:endLongitude '1.6'^^xsd:double;
  dwc:latitude '52.98'^^xsd:double;
  dwc:startLatitude '52.98'^^xsd:double;
  dwc:endLatitude '52.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.6 52.98, 1.6 52.98, 1.6 52.98, 1.6 52.98, 1.6 52.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_658'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.91 1.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.91"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.91 1.64)"^^geo:wktLiteral ;
  geo-pos:lat "59.91"^^xsd:decimal ;
  geo-pos:long "1.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_772'^^xsd:string;
  dwc:scientificName 'Tursiops truncatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_772'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.64'^^xsd:double;
  dwc:startLongitude '1.64'^^xsd:double;
  dwc:endLongitude '1.64'^^xsd:double;
  dwc:latitude '59.91'^^xsd:double;
  dwc:startLatitude '59.91'^^xsd:double;
  dwc:endLatitude '59.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.64 59.91, 1.64 59.91, 1.64 59.91, 1.64 59.91, 1.64 59.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1152_772'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.10602 1.68797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.10602"^^xsd:decimal ;
  dwc:decimalLongitude "1.68797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_192'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_192'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.8125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.68797'^^xsd:double;
  dwc:startLongitude '1.68797'^^xsd:double;
  dwc:endLongitude '1.68797'^^xsd:double;
  dwc:latitude '58.10602'^^xsd:double;
  dwc:startLatitude '58.10602'^^xsd:double;
  dwc:endLatitude '58.10602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.68797 58.10602, 1.68797 58.10602, 1.68797 58.10602, 1.68797 58.10602, 1.68797 58.10602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_192'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.89 1.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.89"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.89 1.69)"^^geo:wktLiteral ;
  geo-pos:lat "55.89"^^xsd:decimal ;
  geo-pos:long "1.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_593'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_593'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.2672222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.69'^^xsd:double;
  dwc:startLongitude '1.69'^^xsd:double;
  dwc:endLongitude '1.69'^^xsd:double;
  dwc:latitude '55.89'^^xsd:double;
  dwc:startLatitude '55.89'^^xsd:double;
  dwc:endLatitude '55.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.69 55.89, 1.69 55.89, 1.69 55.89, 1.69 55.89, 1.69 55.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_593'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.83 1.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.83"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.83 1.73)"^^geo:wktLiteral ;
  geo-pos:lat "55.83"^^xsd:decimal ;
  geo-pos:long "1.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_594'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_594'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.6619444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.73'^^xsd:double;
  dwc:startLongitude '1.73'^^xsd:double;
  dwc:endLongitude '1.73'^^xsd:double;
  dwc:latitude '55.83'^^xsd:double;
  dwc:startLatitude '55.83'^^xsd:double;
  dwc:endLatitude '55.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.73 55.83, 1.73 55.83, 1.73 55.83, 1.73 55.83, 1.73 55.83))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_594'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17743 1.73729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.17743"^^xsd:decimal ;
  dwc:decimalLongitude "1.73729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_191'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_191'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.395'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.73729'^^xsd:double;
  dwc:startLongitude '1.73729'^^xsd:double;
  dwc:endLongitude '1.73729'^^xsd:double;
  dwc:latitude '58.17743'^^xsd:double;
  dwc:startLatitude '58.17743'^^xsd:double;
  dwc:endLatitude '58.17743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.73729 58.17743, 1.73729 58.17743, 1.73729 58.17743, 1.73729 58.17743, 1.73729 58.17743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_191'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_595> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.81 1.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.81"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.81 1.74)"^^geo:wktLiteral ;
  geo-pos:lat "55.81"^^xsd:decimal ;
  geo-pos:long "1.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_595'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_595'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.7911111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.74'^^xsd:double;
  dwc:startLongitude '1.74'^^xsd:double;
  dwc:endLongitude '1.74'^^xsd:double;
  dwc:latitude '55.81'^^xsd:double;
  dwc:startLatitude '55.81'^^xsd:double;
  dwc:endLatitude '55.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.74 55.81, 1.74 55.81, 1.74 55.81, 1.74 55.81, 1.74 55.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_595'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.19223 1.74783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.19223"^^xsd:decimal ;
  dwc:decimalLongitude "1.74783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_190'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_190'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.308611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.74783'^^xsd:double;
  dwc:startLongitude '1.74783'^^xsd:double;
  dwc:endLongitude '1.74783'^^xsd:double;
  dwc:latitude '58.19223'^^xsd:double;
  dwc:startLatitude '58.19223'^^xsd:double;
  dwc:endLatitude '58.19223'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.74783 58.19223, 1.74783 58.19223, 1.74783 58.19223, 1.74783 58.19223, 1.74783 58.19223))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_190'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.76 1.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.76"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.76 1.76)"^^geo:wktLiteral ;
  geo-pos:lat "61.76"^^xsd:decimal ;
  geo-pos:long "1.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_808'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_808'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.041111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.76'^^xsd:double;
  dwc:startLongitude '1.76'^^xsd:double;
  dwc:endLongitude '1.76'^^xsd:double;
  dwc:latitude '61.76'^^xsd:double;
  dwc:startLatitude '61.76'^^xsd:double;
  dwc:endLatitude '61.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.76 61.76, 1.76 61.76, 1.76 61.76, 1.76 61.76, 1.76 61.76))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "KW" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '1152_808'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2537 1.78936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2537"^^xsd:decimal ;
  dwc:decimalLongitude "1.78936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_189'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_189'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.953055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.78936'^^xsd:double;
  dwc:startLongitude '1.78936'^^xsd:double;
  dwc:endLongitude '1.78936'^^xsd:double;
  dwc:latitude '58.2537'^^xsd:double;
  dwc:startLatitude '58.2537'^^xsd:double;
  dwc:endLatitude '58.2537'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.78936 58.2537, 1.78936 58.2537, 1.78936 58.2537, 1.78936 58.2537, 1.78936 58.2537))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_189'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.26959 1.79952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.26959"^^xsd:decimal ;
  dwc:decimalLongitude "1.79952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_188'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_188'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.861666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.79952'^^xsd:double;
  dwc:startLongitude '1.79952'^^xsd:double;
  dwc:endLongitude '1.79952'^^xsd:double;
  dwc:latitude '58.26959'^^xsd:double;
  dwc:startLatitude '58.26959'^^xsd:double;
  dwc:endLatitude '58.26959'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.79952 58.26959, 1.79952 58.26959, 1.79952 58.26959, 1.79952 58.26959, 1.79952 58.26959))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_188'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.72 1.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.72"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.72 1.8)"^^geo:wktLiteral ;
  geo-pos:lat "55.72"^^xsd:decimal ;
  geo-pos:long "1.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_596'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_596'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.3605555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.8'^^xsd:double;
  dwc:startLongitude '1.8'^^xsd:double;
  dwc:endLongitude '1.8'^^xsd:double;
  dwc:latitude '55.72'^^xsd:double;
  dwc:startLatitude '55.72'^^xsd:double;
  dwc:endLatitude '55.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.8 55.72, 1.8 55.72, 1.8 55.72, 1.8 55.72, 1.8 55.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "L?" by the provider'^^xsd:string;
  dwc:aphiaid '137020'^^xsd:integer;
  dwc:occurrenceId '1152_596'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.68 1.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.68"^^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/4843__1152_597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.68 1.83)"^^geo:wktLiteral ;
  geo-pos:lat "55.68"^^xsd:decimal ;
  geo-pos:long "1.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_597'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_597'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.6325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.83'^^xsd:double;
  dwc:startLongitude '1.83'^^xsd:double;
  dwc:endLongitude '1.83'^^xsd:double;
  dwc:latitude '55.68'^^xsd:double;
  dwc:startLatitude '55.68'^^xsd:double;
  dwc:endLatitude '55.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.83 55.68, 1.83 55.68, 1.83 55.68, 1.83 55.68, 1.83 55.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_597'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.64 1.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.64"^^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/4843__1152_598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.64 1.85)"^^geo:wktLiteral ;
  geo-pos:lat "55.64"^^xsd:decimal ;
  geo-pos:long "1.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_598'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_598'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8811111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.85'^^xsd:double;
  dwc:startLongitude '1.85'^^xsd:double;
  dwc:endLongitude '1.85'^^xsd:double;
  dwc:latitude '55.64'^^xsd:double;
  dwc:startLatitude '55.64'^^xsd:double;
  dwc:endLatitude '55.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.85 55.64, 1.85 55.64, 1.85 55.64, 1.85 55.64, 1.85 55.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_598'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 1.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.13"^^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/4843__1152_789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 1.85)"^^geo:wktLiteral ;
  geo-pos:lat "61.13"^^xsd:decimal ;
  geo-pos:long "1.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_789'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_789'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.58'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.85'^^xsd:double;
  dwc:startLongitude '1.85'^^xsd:double;
  dwc:endLongitude '1.85'^^xsd:double;
  dwc:latitude '61.13'^^xsd:double;
  dwc:startLatitude '61.13'^^xsd:double;
  dwc:endLatitude '61.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.85 61.13, 1.85 61.13, 1.85 61.13, 1.85 61.13, 1.85 61.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_789'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6 1.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.6"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6 1.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.6"^^xsd:decimal ;
  geo-pos:long "1.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_599'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_599'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.1133333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.87'^^xsd:double;
  dwc:startLongitude '1.87'^^xsd:double;
  dwc:endLongitude '1.87'^^xsd:double;
  dwc:latitude '55.6'^^xsd:double;
  dwc:startLatitude '55.6'^^xsd:double;
  dwc:endLatitude '55.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.87 55.6, 1.87 55.6, 1.87 55.6, 1.87 55.6, 1.87 55.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_599'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.59 1.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.59"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.59 1.88)"^^geo:wktLiteral ;
  geo-pos:lat "55.59"^^xsd:decimal ;
  geo-pos:long "1.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_600'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_600'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.1602777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.88'^^xsd:double;
  dwc:startLongitude '1.88'^^xsd:double;
  dwc:endLongitude '1.88'^^xsd:double;
  dwc:latitude '55.59'^^xsd:double;
  dwc:startLatitude '55.59'^^xsd:double;
  dwc:endLatitude '55.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.88 55.59, 1.88 55.59, 1.88 55.59, 1.88 55.59, 1.88 55.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_600'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 1.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 1.89)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "1.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_601'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_601'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.2855555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.89'^^xsd:double;
  dwc:startLongitude '1.89'^^xsd:double;
  dwc:endLongitude '1.89'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:startLatitude '55.57'^^xsd:double;
  dwc:endLatitude '55.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.89 55.57, 1.89 55.57, 1.89 55.57, 1.89 55.57, 1.89 55.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_601'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 1.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 1.89)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "1.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_602'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_602'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.2947222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.89'^^xsd:double;
  dwc:startLongitude '1.89'^^xsd:double;
  dwc:endLongitude '1.89'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:startLatitude '55.57'^^xsd:double;
  dwc:endLatitude '55.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.89 55.57, 1.89 55.57, 1.89 55.57, 1.89 55.57, 1.89 55.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_602'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_604> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.54 1.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.54"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.54 1.91)"^^geo:wktLiteral ;
  geo-pos:lat "55.54"^^xsd:decimal ;
  geo-pos:long "1.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_604'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_604'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.4994444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.91'^^xsd:double;
  dwc:startLongitude '1.91'^^xsd:double;
  dwc:endLongitude '1.91'^^xsd:double;
  dwc:latitude '55.54'^^xsd:double;
  dwc:startLatitude '55.54'^^xsd:double;
  dwc:endLatitude '55.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.91 55.54, 1.91 55.54, 1.91 55.54, 1.91 55.54, 1.91 55.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_604'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_605> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.54 1.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.54"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.54 1.91)"^^geo:wktLiteral ;
  geo-pos:lat "55.54"^^xsd:decimal ;
  geo-pos:long "1.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_605'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_605'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.505'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.91'^^xsd:double;
  dwc:startLongitude '1.91'^^xsd:double;
  dwc:endLongitude '1.91'^^xsd:double;
  dwc:latitude '55.54'^^xsd:double;
  dwc:startLatitude '55.54'^^xsd:double;
  dwc:endLatitude '55.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.91 55.54, 1.91 55.54, 1.91 55.54, 1.91 55.54, 1.91 55.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_605'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 1.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.55"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 1.91)"^^geo:wktLiteral ;
  geo-pos:lat "55.55"^^xsd:decimal ;
  geo-pos:long "1.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_603'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_603'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.4511111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.91'^^xsd:double;
  dwc:startLongitude '1.91'^^xsd:double;
  dwc:endLongitude '1.91'^^xsd:double;
  dwc:latitude '55.55'^^xsd:double;
  dwc:startLatitude '55.55'^^xsd:double;
  dwc:endLatitude '55.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.91 55.55, 1.91 55.55, 1.91 55.55, 1.91 55.55, 1.91 55.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_603'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.87 1.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.87"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.87 1.91)"^^geo:wktLiteral ;
  geo-pos:lat "59.87"^^xsd:decimal ;
  geo-pos:long "1.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_771'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_771'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.877777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.91'^^xsd:double;
  dwc:startLongitude '1.91'^^xsd:double;
  dwc:endLongitude '1.91'^^xsd:double;
  dwc:latitude '59.87'^^xsd:double;
  dwc:startLatitude '59.87'^^xsd:double;
  dwc:endLatitude '59.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.91 59.87, 1.91 59.87, 1.91 59.87, 1.91 59.87, 1.91 59.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_771'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.52 1.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.52"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4843__1152_606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.52 1.92)"^^geo:wktLiteral ;
  geo-pos:lat "55.52"^^xsd:decimal ;
  geo-pos:long "1.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_606'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_606'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.6147222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.92'^^xsd:double;
  dwc:startLongitude '1.92'^^xsd:double;
  dwc:endLongitude '1.92'^^xsd:double;
  dwc:latitude '55.52'^^xsd:double;
  dwc:startLatitude '55.52'^^xsd:double;
  dwc:endLatitude '55.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.92 55.52, 1.92 55.52, 1.92 55.52, 1.92 55.52, 1.92 55.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_606'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.22726 1.94773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.22726"^^xsd:decimal ;
  dwc:decimalLongitude "1.94773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_187'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_187'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.417777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.94773'^^xsd:double;
  dwc:startLongitude '1.94773'^^xsd:double;
  dwc:endLongitude '1.94773'^^xsd:double;
  dwc:latitude '58.22726'^^xsd:double;
  dwc:startLatitude '58.22726'^^xsd:double;
  dwc:endLatitude '58.22726'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.94773 58.22726, 1.94773 58.22726, 1.94773 58.22726, 1.94773 58.22726, 1.94773 58.22726))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_187'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.19302 1.96829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.19302"^^xsd:decimal ;
  dwc:decimalLongitude "1.96829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_186'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_186'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.210833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.96829'^^xsd:double;
  dwc:startLongitude '1.96829'^^xsd:double;
  dwc:endLongitude '1.96829'^^xsd:double;
  dwc:latitude '58.19302'^^xsd:double;
  dwc:startLatitude '58.19302'^^xsd:double;
  dwc:endLatitude '58.19302'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.96829 58.19302, 1.96829 58.19302, 1.96829 58.19302, 1.96829 58.19302, 1.96829 58.19302))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_186'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.4 2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.4"^^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/4843__1152_607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.4 2)"^^geo:wktLiteral ;
  geo-pos:lat "55.4"^^xsd:decimal ;
  geo-pos:long "2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_607'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_607'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4269444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2'^^xsd:integer;
  dwc:startLongitude '2'^^xsd:integer;
  dwc:endLongitude '2'^^xsd:integer;
  dwc:latitude '55.4'^^xsd:double;
  dwc:startLatitude '55.4'^^xsd:double;
  dwc:endLatitude '55.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2 55.4, 2 55.4, 2 55.4, 2 55.4, 2 55.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_607'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.36 2.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.36"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.36 2.02)"^^geo:wktLiteral ;
  geo-pos:lat "55.36"^^xsd:decimal ;
  geo-pos:long "2.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_608'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_608'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.6852777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.02'^^xsd:double;
  dwc:startLongitude '2.02'^^xsd:double;
  dwc:endLongitude '2.02'^^xsd:double;
  dwc:latitude '55.36'^^xsd:double;
  dwc:startLatitude '55.36'^^xsd:double;
  dwc:endLatitude '55.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.02 55.36, 2.02 55.36, 2.02 55.36, 2.02 55.36, 2.02 55.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_608'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.32 2.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.32"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.32 2.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.32"^^xsd:decimal ;
  geo-pos:long "2.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_609'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_609'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.9236111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.05'^^xsd:double;
  dwc:startLongitude '2.05'^^xsd:double;
  dwc:endLongitude '2.05'^^xsd:double;
  dwc:latitude '55.32'^^xsd:double;
  dwc:startLatitude '55.32'^^xsd:double;
  dwc:endLatitude '55.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.05 55.32, 2.05 55.32, 2.05 55.32, 2.05 55.32, 2.05 55.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_609'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 2.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 2.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "2.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_809'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_809'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.915'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.05'^^xsd:double;
  dwc:startLongitude '2.05'^^xsd:double;
  dwc:endLongitude '2.05'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:startLatitude '61.7'^^xsd:double;
  dwc:endLatitude '61.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.05 61.7, 2.05 61.7, 2.05 61.7, 2.05 61.7, 2.05 61.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_809'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3 2.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3"^^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/4843__1152_611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3 2.06)"^^geo:wktLiteral ;
  geo-pos:lat "55.3"^^xsd:decimal ;
  geo-pos:long "2.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_611'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_611'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.0913888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.06'^^xsd:double;
  dwc:startLongitude '2.06'^^xsd:double;
  dwc:endLongitude '2.06'^^xsd:double;
  dwc:latitude '55.3'^^xsd:double;
  dwc:startLatitude '55.3'^^xsd:double;
  dwc:endLatitude '55.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.06 55.3, 2.06 55.3, 2.06 55.3, 2.06 55.3, 2.06 55.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_611'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 2.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.31"^^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/4843__1152_610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 2.06)"^^geo:wktLiteral ;
  geo-pos:lat "55.31"^^xsd:decimal ;
  geo-pos:long "2.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_610'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_610'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.0338888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.06'^^xsd:double;
  dwc:startLongitude '2.06'^^xsd:double;
  dwc:endLongitude '2.06'^^xsd:double;
  dwc:latitude '55.31'^^xsd:double;
  dwc:startLatitude '55.31'^^xsd:double;
  dwc:endLatitude '55.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.06 55.31, 2.06 55.31, 2.06 55.31, 2.06 55.31, 2.06 55.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_610'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.29 2.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.29"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.29 2.07)"^^geo:wktLiteral ;
  geo-pos:lat "55.29"^^xsd:decimal ;
  geo-pos:long "2.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_612'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_612'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.1288888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.07'^^xsd:double;
  dwc:startLongitude '2.07'^^xsd:double;
  dwc:endLongitude '2.07'^^xsd:double;
  dwc:latitude '55.29'^^xsd:double;
  dwc:startLatitude '55.29'^^xsd:double;
  dwc:endLatitude '55.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.07 55.29, 2.07 55.29, 2.07 55.29, 2.07 55.29, 2.07 55.29))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_612'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_613> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.26 2.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.26"^^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/4843__1152_613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.26 2.08)"^^geo:wktLiteral ;
  geo-pos:lat "55.26"^^xsd:decimal ;
  geo-pos:long "2.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_613'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_613'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.31'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.08'^^xsd:double;
  dwc:startLongitude '2.08'^^xsd:double;
  dwc:endLongitude '2.08'^^xsd:double;
  dwc:latitude '55.26'^^xsd:double;
  dwc:startLatitude '55.26'^^xsd:double;
  dwc:endLatitude '55.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.08 55.26, 2.08 55.26, 2.08 55.26, 2.08 55.26, 2.08 55.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_613'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.25 2.09)"^^geo:wktLiteral ;
  geo-pos:lat "55.25"^^xsd:decimal ;
  geo-pos:long "2.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_614'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_614'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.4211111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.09'^^xsd:double;
  dwc:startLongitude '2.09'^^xsd:double;
  dwc:endLongitude '2.09'^^xsd:double;
  dwc:latitude '55.25'^^xsd:double;
  dwc:startLatitude '55.25'^^xsd:double;
  dwc:endLatitude '55.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.09 55.25, 2.09 55.25, 2.09 55.25, 2.09 55.25, 2.09 55.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_614'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.24 2.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.24"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.24 2.1)"^^geo:wktLiteral ;
  geo-pos:lat "55.24"^^xsd:decimal ;
  geo-pos:long "2.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_615'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_615'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.4897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.1'^^xsd:double;
  dwc:startLongitude '2.1'^^xsd:double;
  dwc:endLongitude '2.1'^^xsd:double;
  dwc:latitude '55.24'^^xsd:double;
  dwc:startLatitude '55.24'^^xsd:double;
  dwc:endLatitude '55.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.1 55.24, 2.1 55.24, 2.1 55.24, 2.1 55.24, 2.1 55.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_615'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_616> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.21 2.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.21"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.21 2.12)"^^geo:wktLiteral ;
  geo-pos:lat "55.21"^^xsd:decimal ;
  geo-pos:long "2.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_616'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_616'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.6525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.12'^^xsd:double;
  dwc:startLongitude '2.12'^^xsd:double;
  dwc:endLongitude '2.12'^^xsd:double;
  dwc:latitude '55.21'^^xsd:double;
  dwc:startLatitude '55.21'^^xsd:double;
  dwc:endLatitude '55.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.12 55.21, 2.12 55.21, 2.12 55.21, 2.12 55.21, 2.12 55.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_616'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 2.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 2.14)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "2.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_795'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_795'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.078611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.14'^^xsd:double;
  dwc:startLongitude '2.14'^^xsd:double;
  dwc:endLongitude '2.14'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:startLatitude '61.96'^^xsd:double;
  dwc:endLatitude '61.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.14 61.96, 2.14 61.96, 2.14 61.96, 2.14 61.96, 2.14 61.96))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_795'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 2.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.15"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 2.15)"^^geo:wktLiteral ;
  geo-pos:lat "55.15"^^xsd:decimal ;
  geo-pos:long "2.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_617'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_617'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.070833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.15'^^xsd:double;
  dwc:startLongitude '2.15'^^xsd:double;
  dwc:endLongitude '2.15'^^xsd:double;
  dwc:latitude '55.15'^^xsd:double;
  dwc:startLatitude '55.15'^^xsd:double;
  dwc:endLatitude '55.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.15 55.15, 2.15 55.15, 2.15 55.15, 2.15 55.15, 2.15 55.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_617'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.41367 2.19982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.41367"^^xsd:decimal ;
  dwc:decimalLongitude "2.19982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_51'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_51'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.846388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.19982'^^xsd:double;
  dwc:startLongitude '2.19982'^^xsd:double;
  dwc:endLongitude '2.19982'^^xsd:double;
  dwc:latitude '57.41367'^^xsd:double;
  dwc:startLatitude '57.41367'^^xsd:double;
  dwc:endLatitude '57.41367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.19982 57.41367, 2.19982 57.41367, 2.19982 57.41367, 2.19982 57.41367, 2.19982 57.41367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_51'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.67 2.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.67"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.67 2.2)"^^geo:wktLiteral ;
  geo-pos:lat "61.67"^^xsd:decimal ;
  geo-pos:long "2.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_810'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_810'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.355'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.2'^^xsd:double;
  dwc:startLongitude '2.2'^^xsd:double;
  dwc:endLongitude '2.2'^^xsd:double;
  dwc:latitude '61.67'^^xsd:double;
  dwc:startLatitude '61.67'^^xsd:double;
  dwc:endLatitude '61.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.2 61.67, 2.2 61.67, 2.2 61.67, 2.2 61.67, 2.2 61.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "W?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_810'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42686 2.20933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.42686"^^xsd:decimal ;
  dwc:decimalLongitude "2.20933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_50'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_50'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.7625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.20933'^^xsd:double;
  dwc:startLongitude '2.20933'^^xsd:double;
  dwc:endLongitude '2.20933'^^xsd:double;
  dwc:latitude '57.42686'^^xsd:double;
  dwc:startLatitude '57.42686'^^xsd:double;
  dwc:endLatitude '57.42686'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.20933 57.42686, 2.20933 57.42686, 2.20933 57.42686, 2.20933 57.42686, 2.20933 57.42686))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_50'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.18 2.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.18"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.18 2.23)"^^geo:wktLiteral ;
  geo-pos:lat "59.18"^^xsd:decimal ;
  geo-pos:long "2.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_763'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_763'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.3127777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.23'^^xsd:double;
  dwc:startLongitude '2.23'^^xsd:double;
  dwc:endLongitude '2.23'^^xsd:double;
  dwc:latitude '59.18'^^xsd:double;
  dwc:startLatitude '59.18'^^xsd:double;
  dwc:endLatitude '59.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.23 59.18, 2.23 59.18, 2.23 59.18, 2.23 59.18, 2.23 59.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_763'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.89 2.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.89"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.89 2.31)"^^geo:wktLiteral ;
  geo-pos:lat "54.89"^^xsd:decimal ;
  geo-pos:long "2.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_618'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_618'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.738333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.31'^^xsd:double;
  dwc:startLongitude '2.31'^^xsd:double;
  dwc:endLongitude '2.31'^^xsd:double;
  dwc:latitude '54.89'^^xsd:double;
  dwc:startLatitude '54.89'^^xsd:double;
  dwc:endLatitude '54.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.31 54.89, 2.31 54.89, 2.31 54.89, 2.31 54.89, 2.31 54.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_618'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.13 2.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.13"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.13 2.34)"^^geo:wktLiteral ;
  geo-pos:lat "60.13"^^xsd:decimal ;
  geo-pos:long "2.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_825'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_825'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.8563888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.34'^^xsd:double;
  dwc:startLongitude '2.34'^^xsd:double;
  dwc:endLongitude '2.34'^^xsd:double;
  dwc:latitude '60.13'^^xsd:double;
  dwc:startLatitude '60.13'^^xsd:double;
  dwc:endLatitude '60.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.34 60.13, 2.34 60.13, 2.34 60.13, 2.34 60.13, 2.34 60.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WS" by the provider'^^xsd:string;
  dwc:aphiaid '137100'^^xsd:integer;
  dwc:occurrenceId '1152_825'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65741 2.37406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.65741"^^xsd:decimal ;
  dwc:decimalLongitude "2.37406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_49'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_49'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.299722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.37406'^^xsd:double;
  dwc:startLongitude '2.37406'^^xsd:double;
  dwc:endLongitude '2.37406'^^xsd:double;
  dwc:latitude '57.65741'^^xsd:double;
  dwc:startLatitude '57.65741'^^xsd:double;
  dwc:endLatitude '57.65741'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.37406 57.65741, 2.37406 57.65741, 2.37406 57.65741, 2.37406 57.65741, 2.37406 57.65741))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_49'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.92 2.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.92"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.92 2.39)"^^geo:wktLiteral ;
  geo-pos:lat "61.92"^^xsd:decimal ;
  geo-pos:long "2.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_794'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_794'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.356666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.39'^^xsd:double;
  dwc:startLongitude '2.39'^^xsd:double;
  dwc:endLongitude '2.39'^^xsd:double;
  dwc:latitude '61.92'^^xsd:double;
  dwc:startLatitude '61.92'^^xsd:double;
  dwc:endLatitude '61.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.39 61.92, 2.39 61.92, 2.39 61.92, 2.39 61.92, 2.39 61.92))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_794'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.43385 2.39287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.43385"^^xsd:decimal ;
  dwc:decimalLongitude "2.39287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_185'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_185'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.8025'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.39287'^^xsd:double;
  dwc:startLongitude '2.39287'^^xsd:double;
  dwc:endLongitude '2.39287'^^xsd:double;
  dwc:latitude '57.43385'^^xsd:double;
  dwc:startLatitude '57.43385'^^xsd:double;
  dwc:endLatitude '57.43385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.39287 57.43385, 2.39287 57.43385, 2.39287 57.43385, 2.39287 57.43385, 2.39287 57.43385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_185'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6919 2.39812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6919"^^xsd:decimal ;
  dwc:decimalLongitude "2.39812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_48'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_48'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.080277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.39812'^^xsd:double;
  dwc:startLongitude '2.39812'^^xsd:double;
  dwc:endLongitude '2.39812'^^xsd:double;
  dwc:latitude '57.6919'^^xsd:double;
  dwc:startLatitude '57.6919'^^xsd:double;
  dwc:endLatitude '57.6919'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.39812 57.6919, 2.39812 57.6919, 2.39812 57.6919, 2.39812 57.6919, 2.39812 57.6919))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_48'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.41174 2.40418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.41174"^^xsd:decimal ;
  dwc:decimalLongitude "2.40418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_184'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_184'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.675'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.40418'^^xsd:double;
  dwc:startLongitude '2.40418'^^xsd:double;
  dwc:endLongitude '2.40418'^^xsd:double;
  dwc:latitude '57.41174'^^xsd:double;
  dwc:startLatitude '57.41174'^^xsd:double;
  dwc:endLatitude '57.41174'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.40418 57.41174, 2.40418 57.41174, 2.40418 57.41174, 2.40418 57.41174, 2.40418 57.41174))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_184'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.38093 2.41961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.38093"^^xsd:decimal ;
  dwc:decimalLongitude "2.41961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_183'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_183'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4972222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.41961'^^xsd:double;
  dwc:startLongitude '2.41961'^^xsd:double;
  dwc:endLongitude '2.41961'^^xsd:double;
  dwc:latitude '57.38093'^^xsd:double;
  dwc:startLatitude '57.38093'^^xsd:double;
  dwc:endLatitude '57.38093'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.41961 57.38093, 2.41961 57.38093, 2.41961 57.38093, 2.41961 57.38093, 2.41961 57.38093))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_183'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.63 2.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.63"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.63 2.43)"^^geo:wktLiteral ;
  geo-pos:lat "61.63"^^xsd:decimal ;
  geo-pos:long "2.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_811'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_811'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.054722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.43'^^xsd:double;
  dwc:startLongitude '2.43'^^xsd:double;
  dwc:endLongitude '2.43'^^xsd:double;
  dwc:latitude '61.63'^^xsd:double;
  dwc:startLatitude '61.63'^^xsd:double;
  dwc:endLatitude '61.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.43 61.63, 2.43 61.63, 2.43 61.63, 2.43 61.63, 2.43 61.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_811'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.59 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.59"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.59 2.5)"^^geo:wktLiteral ;
  geo-pos:lat "54.59"^^xsd:decimal ;
  geo-pos:long "2.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_619'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_619'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.790277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:startLongitude '2.5'^^xsd:double;
  dwc:endLongitude '2.5'^^xsd:double;
  dwc:latitude '54.59'^^xsd:double;
  dwc:startLatitude '54.59'^^xsd:double;
  dwc:endLatitude '54.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.5 54.59, 2.5 54.59, 2.5 54.59, 2.5 54.59, 2.5 54.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_619'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_764> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 2.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.19"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 2.51)"^^geo:wktLiteral ;
  geo-pos:lat "59.19"^^xsd:decimal ;
  geo-pos:long "2.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_764'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_764'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.1988888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.51'^^xsd:double;
  dwc:startLongitude '2.51'^^xsd:double;
  dwc:endLongitude '2.51'^^xsd:double;
  dwc:latitude '59.19'^^xsd:double;
  dwc:startLatitude '59.19'^^xsd:double;
  dwc:endLatitude '59.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.51 59.19, 2.51 59.19, 2.51 59.19, 2.51 59.19, 2.51 59.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_764'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.20458 2.51631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.20458"^^xsd:decimal ;
  dwc:decimalLongitude "2.51631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_182'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_182'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.4538888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.51631'^^xsd:double;
  dwc:startLongitude '2.51631'^^xsd:double;
  dwc:endLongitude '2.51631'^^xsd:double;
  dwc:latitude '57.20458'^^xsd:double;
  dwc:startLatitude '57.20458'^^xsd:double;
  dwc:endLatitude '57.20458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.51631 57.20458, 2.51631 57.20458, 2.51631 57.20458, 2.51631 57.20458, 2.51631 57.20458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_182'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 2.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^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/4843__1152_765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 2.52)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "2.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_765'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_765'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.2708333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.52'^^xsd:double;
  dwc:startLongitude '2.52'^^xsd:double;
  dwc:endLongitude '2.52'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:startLatitude '59.2'^^xsd:double;
  dwc:endLatitude '59.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.52 59.2, 2.52 59.2, 2.52 59.2, 2.52 59.2, 2.52 59.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_765'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.61 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.61"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.61 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "61.61"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_812'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_812'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.3925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:startLongitude '2.55'^^xsd:double;
  dwc:endLongitude '2.55'^^xsd:double;
  dwc:latitude '61.61'^^xsd:double;
  dwc:startLatitude '61.61'^^xsd:double;
  dwc:endLatitude '61.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.55 61.61, 2.55 61.61, 2.55 61.61, 2.55 61.61, 2.55 61.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_812'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.08706 2.57971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.08706"^^xsd:decimal ;
  dwc:decimalLongitude "2.57971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_181'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_181'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.7530555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.57971'^^xsd:double;
  dwc:startLongitude '2.57971'^^xsd:double;
  dwc:endLongitude '2.57971'^^xsd:double;
  dwc:latitude '57.08706'^^xsd:double;
  dwc:startLatitude '57.08706'^^xsd:double;
  dwc:endLatitude '57.08706'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.57971 57.08706, 2.57971 57.08706, 2.57971 57.08706, 2.57971 57.08706, 2.57971 57.08706))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_181'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.89"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.89"^^xsd:decimal ;
  geo-pos:long "2.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_793'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_793'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.814166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.58'^^xsd:double;
  dwc:startLongitude '2.58'^^xsd:double;
  dwc:endLongitude '2.58'^^xsd:double;
  dwc:latitude '61.89'^^xsd:double;
  dwc:startLatitude '61.89'^^xsd:double;
  dwc:endLatitude '61.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.58 61.89, 2.58 61.89, 2.58 61.89, 2.58 61.89, 2.58 61.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_793'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.05871 2.59543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.05871"^^xsd:decimal ;
  dwc:decimalLongitude "2.59543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_180'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_180'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.5816666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.59543'^^xsd:double;
  dwc:startLongitude '2.59543'^^xsd:double;
  dwc:endLongitude '2.59543'^^xsd:double;
  dwc:latitude '57.05871'^^xsd:double;
  dwc:startLatitude '57.05871'^^xsd:double;
  dwc:endLatitude '57.05871'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.59543 57.05871, 2.59543 57.05871, 2.59543 57.05871, 2.59543 57.05871, 2.59543 57.05871))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_180'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.61)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "2.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_813'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_813'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.573055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.61'^^xsd:double;
  dwc:startLongitude '2.61'^^xsd:double;
  dwc:endLongitude '2.61'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:startLatitude '61.59'^^xsd:double;
  dwc:endLatitude '61.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.61 61.59, 2.61 61.59, 2.61 61.59, 2.61 61.59, 2.61 61.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "S?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_813'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_620> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 2.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 2.7)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "2.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_620'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_620'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.598611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.7'^^xsd:double;
  dwc:startLongitude '2.7'^^xsd:double;
  dwc:endLongitude '2.7'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:startLatitude '54.25'^^xsd:double;
  dwc:endLatitude '54.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.7 54.25, 2.7 54.25, 2.7 54.25, 2.7 54.25, 2.7 54.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_620'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 2.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 2.72)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "2.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_621'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_621'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.723055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.72'^^xsd:double;
  dwc:startLongitude '2.72'^^xsd:double;
  dwc:endLongitude '2.72'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:startLatitude '54.23'^^xsd:double;
  dwc:endLatitude '54.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.72 54.23, 2.72 54.23, 2.72 54.23, 2.72 54.23, 2.72 54.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_621'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_622> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.21 2.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.21"^^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/4843__1152_622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.21 2.73)"^^geo:wktLiteral ;
  geo-pos:lat "54.21"^^xsd:decimal ;
  geo-pos:long "2.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_622'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_622'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.843611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.73'^^xsd:double;
  dwc:startLongitude '2.73'^^xsd:double;
  dwc:endLongitude '2.73'^^xsd:double;
  dwc:latitude '54.21'^^xsd:double;
  dwc:startLatitude '54.21'^^xsd:double;
  dwc:endLatitude '54.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.73 54.21, 2.73 54.21, 2.73 54.21, 2.73 54.21, 2.73 54.21))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_622'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.15384 2.73117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.15384"^^xsd:decimal ;
  dwc:decimalLongitude "2.73117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_47'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_47'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.398888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.73117'^^xsd:double;
  dwc:startLongitude '2.73117'^^xsd:double;
  dwc:endLongitude '2.73117'^^xsd:double;
  dwc:latitude '58.15384'^^xsd:double;
  dwc:startLatitude '58.15384'^^xsd:double;
  dwc:endLatitude '58.15384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.73117 58.15384, 2.73117 58.15384, 2.73117 58.15384, 2.73117 58.15384, 2.73117 58.15384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_47'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.17"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "54.17"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_623'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_623'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.082777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:startLongitude '2.75'^^xsd:double;
  dwc:endLongitude '2.75'^^xsd:double;
  dwc:latitude '54.17'^^xsd:double;
  dwc:startLatitude '54.17'^^xsd:double;
  dwc:endLatitude '54.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.75 54.17, 2.75 54.17, 2.75 54.17, 2.75 54.17, 2.75 54.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_623'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 2.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.15"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 2.76)"^^geo:wktLiteral ;
  geo-pos:lat "54.15"^^xsd:decimal ;
  geo-pos:long "2.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_625'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_625'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.253055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.76'^^xsd:double;
  dwc:startLongitude '2.76'^^xsd:double;
  dwc:endLongitude '2.76'^^xsd:double;
  dwc:latitude '54.15'^^xsd:double;
  dwc:startLatitude '54.15'^^xsd:double;
  dwc:endLatitude '54.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.76 54.15, 2.76 54.15, 2.76 54.15, 2.76 54.15, 2.76 54.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_625'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 2.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.16"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 2.76)"^^geo:wktLiteral ;
  geo-pos:lat "54.16"^^xsd:decimal ;
  geo-pos:long "2.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_624'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_624'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.195555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.76'^^xsd:double;
  dwc:startLongitude '2.76'^^xsd:double;
  dwc:endLongitude '2.76'^^xsd:double;
  dwc:latitude '54.16'^^xsd:double;
  dwc:startLatitude '54.16'^^xsd:double;
  dwc:endLatitude '54.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.76 54.16, 2.76 54.16, 2.76 54.16, 2.76 54.16, 2.76 54.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_624'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_766> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 2.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.26"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 2.77)"^^geo:wktLiteral ;
  geo-pos:lat "59.26"^^xsd:decimal ;
  geo-pos:long "2.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_766'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_766'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.1375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.77'^^xsd:double;
  dwc:startLongitude '2.77'^^xsd:double;
  dwc:endLongitude '2.77'^^xsd:double;
  dwc:latitude '59.26'^^xsd:double;
  dwc:startLatitude '59.26'^^xsd:double;
  dwc:endLatitude '59.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.77 59.26, 2.77 59.26, 2.77 59.26, 2.77 59.26, 2.77 59.26))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_766'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.85 2.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.85"^^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/4843__1152_792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.85 2.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.85"^^xsd:decimal ;
  geo-pos:long "2.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_792'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_792'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.218611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.78'^^xsd:double;
  dwc:startLongitude '2.78'^^xsd:double;
  dwc:endLongitude '2.78'^^xsd:double;
  dwc:latitude '61.85'^^xsd:double;
  dwc:startLatitude '61.85'^^xsd:double;
  dwc:endLatitude '61.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.78 61.85, 2.78 61.85, 2.78 61.85, 2.78 61.85, 2.78 61.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_792'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 2.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.11"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 2.79)"^^geo:wktLiteral ;
  geo-pos:lat "54.11"^^xsd:decimal ;
  geo-pos:long "2.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_636'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_636'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.3447222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.79'^^xsd:double;
  dwc:startLongitude '2.79'^^xsd:double;
  dwc:endLongitude '2.79'^^xsd:double;
  dwc:latitude '54.11'^^xsd:double;
  dwc:startLatitude '54.11'^^xsd:double;
  dwc:endLatitude '54.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.79 54.11, 2.79 54.11, 2.79 54.11, 2.79 54.11, 2.79 54.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_636'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 2.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 2.81)"^^geo:wktLiteral ;
  geo-pos:lat "54.07"^^xsd:decimal ;
  geo-pos:long "2.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_638'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_638'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.828888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.81'^^xsd:double;
  dwc:startLongitude '2.81'^^xsd:double;
  dwc:endLongitude '2.81'^^xsd:double;
  dwc:latitude '54.07'^^xsd:double;
  dwc:startLatitude '54.07'^^xsd:double;
  dwc:endLatitude '54.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.81 54.07, 2.81 54.07, 2.81 54.07, 2.81 54.07, 2.81 54.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_638'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.97 2.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.97"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.97 2.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.97"^^xsd:decimal ;
  geo-pos:long "2.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_821'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_821'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.831111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.81'^^xsd:double;
  dwc:startLongitude '2.81'^^xsd:double;
  dwc:endLongitude '2.81'^^xsd:double;
  dwc:latitude '60.97'^^xsd:double;
  dwc:startLatitude '60.97'^^xsd:double;
  dwc:endLatitude '60.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.81 60.97, 2.81 60.97, 2.81 60.97, 2.81 60.97, 2.81 60.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_821'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05 2.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05 2.82)"^^geo:wktLiteral ;
  geo-pos:lat "54.05"^^xsd:decimal ;
  geo-pos:long "2.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_640'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_640'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.947777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.82'^^xsd:double;
  dwc:startLongitude '2.82'^^xsd:double;
  dwc:endLongitude '2.82'^^xsd:double;
  dwc:latitude '54.05'^^xsd:double;
  dwc:startLatitude '54.05'^^xsd:double;
  dwc:endLatitude '54.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.82 54.05, 2.82 54.05, 2.82 54.05, 2.82 54.05, 2.82 54.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_640'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_639> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06 2.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06 2.82)"^^geo:wktLiteral ;
  geo-pos:lat "54.06"^^xsd:decimal ;
  geo-pos:long "2.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_639'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_639'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.885'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.82'^^xsd:double;
  dwc:startLongitude '2.82'^^xsd:double;
  dwc:endLongitude '2.82'^^xsd:double;
  dwc:latitude '54.06'^^xsd:double;
  dwc:startLatitude '54.06'^^xsd:double;
  dwc:endLatitude '54.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.82 54.06, 2.82 54.06, 2.82 54.06, 2.82 54.06, 2.82 54.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_639'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.03 2.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.03"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.03 2.84)"^^geo:wktLiteral ;
  geo-pos:lat "54.03"^^xsd:decimal ;
  geo-pos:long "2.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_637'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_637'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8633333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.84'^^xsd:double;
  dwc:startLongitude '2.84'^^xsd:double;
  dwc:endLongitude '2.84'^^xsd:double;
  dwc:latitude '54.03'^^xsd:double;
  dwc:startLatitude '54.03'^^xsd:double;
  dwc:endLatitude '54.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.84 54.03, 2.84 54.03, 2.84 54.03, 2.84 54.03, 2.84 54.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_637'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_641'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_641'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.240277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.85'^^xsd:double;
  dwc:startLongitude '2.85'^^xsd:double;
  dwc:endLongitude '2.85'^^xsd:double;
  dwc:latitude '54'^^xsd:integer;
  dwc:startLatitude '54'^^xsd:integer;
  dwc:endLatitude '54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((2.85 54, 2.85 54, 2.85 54, 2.85 54, 2.85 54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_641'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_767> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.28 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.28"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.28 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "59.28"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_767'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_767'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.3766666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.85'^^xsd:double;
  dwc:startLongitude '2.85'^^xsd:double;
  dwc:endLongitude '2.85'^^xsd:double;
  dwc:latitude '59.28'^^xsd:double;
  dwc:startLatitude '59.28'^^xsd:double;
  dwc:endLatitude '59.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.85 59.28, 2.85 59.28, 2.85 59.28, 2.85 59.28, 2.85 59.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_767'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.95 2.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.95"^^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/4843__1152_642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.95 2.88)"^^geo:wktLiteral ;
  geo-pos:lat "53.95"^^xsd:decimal ;
  geo-pos:long "2.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_642'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_642'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.565833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.88'^^xsd:double;
  dwc:startLongitude '2.88'^^xsd:double;
  dwc:endLongitude '2.88'^^xsd:double;
  dwc:latitude '53.95'^^xsd:double;
  dwc:startLatitude '53.95'^^xsd:double;
  dwc:endLatitude '53.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.88 53.95, 2.88 53.95, 2.88 53.95, 2.88 53.95, 2.88 53.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_642'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.33113 2.8862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.33113"^^xsd:decimal ;
  dwc:decimalLongitude "2.8862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_46'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_46'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.039444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.8862'^^xsd:double;
  dwc:startLongitude '2.8862'^^xsd:double;
  dwc:endLongitude '2.8862'^^xsd:double;
  dwc:latitude '58.33113'^^xsd:double;
  dwc:startLatitude '58.33113'^^xsd:double;
  dwc:endLatitude '58.33113'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.8862 58.33113, 2.8862 58.33113, 2.8862 58.33113, 2.8862 58.33113, 2.8862 58.33113))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_46'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 2.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.55"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 2.9)"^^geo:wktLiteral ;
  geo-pos:lat "55.55"^^xsd:decimal ;
  geo-pos:long "2.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_735'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_735'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.6113888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.9'^^xsd:double;
  dwc:startLongitude '2.9'^^xsd:double;
  dwc:endLongitude '2.9'^^xsd:double;
  dwc:latitude '55.55'^^xsd:double;
  dwc:startLatitude '55.55'^^xsd:double;
  dwc:endLatitude '55.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.9 55.55, 2.9 55.55, 2.9 55.55, 2.9 55.55, 2.9 55.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_735'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.21489 2.93957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.21489"^^xsd:decimal ;
  dwc:decimalLongitude "2.93957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_45'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_45'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.319444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.93957'^^xsd:double;
  dwc:startLongitude '2.93957'^^xsd:double;
  dwc:endLongitude '2.93957'^^xsd:double;
  dwc:latitude '58.21489'^^xsd:double;
  dwc:startLatitude '58.21489'^^xsd:double;
  dwc:endLatitude '58.21489'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.93957 58.21489, 2.93957 58.21489, 2.93957 58.21489, 2.93957 58.21489, 2.93957 58.21489))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_45'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.82 2.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.82"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.82 2.94)"^^geo:wktLiteral ;
  geo-pos:lat "61.82"^^xsd:decimal ;
  geo-pos:long "2.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_791'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_791'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.750555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.94'^^xsd:double;
  dwc:startLongitude '2.94'^^xsd:double;
  dwc:endLongitude '2.94'^^xsd:double;
  dwc:latitude '61.82'^^xsd:double;
  dwc:startLatitude '61.82'^^xsd:double;
  dwc:endLatitude '61.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.94 61.82, 2.94 61.82, 2.94 61.82, 2.94 61.82, 2.94 61.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_791'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.84 2.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.84"^^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/4843__1152_643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.84 2.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.84"^^xsd:decimal ;
  geo-pos:long "2.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_643'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1152_643'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.332777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.95'^^xsd:double;
  dwc:startLongitude '2.95'^^xsd:double;
  dwc:endLongitude '2.95'^^xsd:double;
  dwc:latitude '53.84'^^xsd:double;
  dwc:startLatitude '53.84'^^xsd:double;
  dwc:endLatitude '53.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.95 53.84, 2.95 53.84, 2.95 53.84, 2.95 53.84, 2.95 53.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_643'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.53 2.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.53"^^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/4843__1152_814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.53 2.95)"^^geo:wktLiteral ;
  geo-pos:lat "61.53"^^xsd:decimal ;
  geo-pos:long "2.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_814'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_814'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.2025'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.95'^^xsd:double;
  dwc:startLongitude '2.95'^^xsd:double;
  dwc:endLongitude '2.95'^^xsd:double;
  dwc:latitude '61.53'^^xsd:double;
  dwc:startLatitude '61.53'^^xsd:double;
  dwc:endLatitude '61.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.95 61.53, 2.95 61.53, 2.95 61.53, 2.95 61.53, 2.95 61.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_814'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61 2.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61 2.96)"^^geo:wktLiteral ;
  geo-pos:lat "61"^^xsd:decimal ;
  geo-pos:long "2.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_820'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_820'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.3475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.96'^^xsd:double;
  dwc:startLongitude '2.96'^^xsd:double;
  dwc:endLongitude '2.96'^^xsd:double;
  dwc:latitude '61'^^xsd:integer;
  dwc:startLatitude '61'^^xsd:integer;
  dwc:endLatitude '61'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((2.96 61, 2.96 61, 2.96 61, 2.96 61, 2.96 61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_820'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.77 2.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.77"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.77 2.99)"^^geo:wktLiteral ;
  geo-pos:lat "53.77"^^xsd:decimal ;
  geo-pos:long "2.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_644'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_644'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.3138888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.99'^^xsd:double;
  dwc:startLongitude '2.99'^^xsd:double;
  dwc:endLongitude '2.99'^^xsd:double;
  dwc:latitude '53.77'^^xsd:double;
  dwc:startLatitude '53.77'^^xsd:double;
  dwc:endLatitude '53.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.99 53.77, 2.99 53.77, 2.99 53.77, 2.99 53.77, 2.99 53.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_644'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 2.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.41"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 2.99)"^^geo:wktLiteral ;
  geo-pos:lat "55.41"^^xsd:decimal ;
  geo-pos:long "2.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_736'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_736'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.58'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.99'^^xsd:double;
  dwc:startLongitude '2.99'^^xsd:double;
  dwc:endLongitude '2.99'^^xsd:double;
  dwc:latitude '55.41'^^xsd:double;
  dwc:startLatitude '55.41'^^xsd:double;
  dwc:endLatitude '55.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.99 55.41, 2.99 55.41, 2.99 55.41, 2.99 55.41, 2.99 55.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_736'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.81 2.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.81"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4843__1152_790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.81 2.99)"^^geo:wktLiteral ;
  geo-pos:lat "61.81"^^xsd:decimal ;
  geo-pos:long "2.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_790'^^xsd:string;
  dwc:scientificName 'Cetorhinus maximus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_790'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.598055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.99'^^xsd:double;
  dwc:startLongitude '2.99'^^xsd:double;
  dwc:endLongitude '2.99'^^xsd:double;
  dwc:latitude '61.81'^^xsd:double;
  dwc:startLatitude '61.81'^^xsd:double;
  dwc:endLatitude '61.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.99 61.81, 2.99 61.81, 2.99 61.81, 2.99 61.81, 2.99 61.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "BS" by the provider'^^xsd:string;
  dwc:aphiaid '105837'^^xsd:integer;
  dwc:occurrenceId '1152_790'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '105837'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.09369 3.00853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.09369"^^xsd:decimal ;
  dwc:decimalLongitude "3.00853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_44'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_44'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.551111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.00853'^^xsd:double;
  dwc:startLongitude '3.00853'^^xsd:double;
  dwc:endLongitude '3.00853'^^xsd:double;
  dwc:latitude '58.09369'^^xsd:double;
  dwc:startLatitude '58.09369'^^xsd:double;
  dwc:endLatitude '58.09369'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.00853 58.09369, 3.00853 58.09369, 3.00853 58.09369, 3.00853 58.09369, 3.00853 58.09369))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_44'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.35 3.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.35"^^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/4843__1152_737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.35 3.02)"^^geo:wktLiteral ;
  geo-pos:lat "55.35"^^xsd:decimal ;
  geo-pos:long "3.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_737'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_737'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.9019444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.02'^^xsd:double;
  dwc:startLongitude '3.02'^^xsd:double;
  dwc:endLongitude '3.02'^^xsd:double;
  dwc:latitude '55.35'^^xsd:double;
  dwc:startLatitude '55.35'^^xsd:double;
  dwc:endLatitude '55.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.02 55.35, 3.02 55.35, 3.02 55.35, 3.02 55.35, 3.02 55.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_737'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 3.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.31"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 3.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.31"^^xsd:decimal ;
  geo-pos:long "3.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_738'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_738'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.1688888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.05'^^xsd:double;
  dwc:startLongitude '3.05'^^xsd:double;
  dwc:endLongitude '3.05'^^xsd:double;
  dwc:latitude '55.31'^^xsd:double;
  dwc:startLatitude '55.31'^^xsd:double;
  dwc:endLatitude '55.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.05 55.31, 3.05 55.31, 3.05 55.31, 3.05 55.31, 3.05 55.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_738'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.51 3.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.51"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.51 3.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.51"^^xsd:decimal ;
  geo-pos:long "3.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_815'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_815'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.498055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.05'^^xsd:double;
  dwc:startLongitude '3.05'^^xsd:double;
  dwc:endLongitude '3.05'^^xsd:double;
  dwc:latitude '61.51'^^xsd:double;
  dwc:startLatitude '61.51'^^xsd:double;
  dwc:endLatitude '61.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.05 61.51, 3.05 61.51, 3.05 61.51, 3.05 61.51, 3.05 61.51))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_815'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58 3.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.58"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.58 3.11)"^^geo:wktLiteral ;
  geo-pos:lat "53.58"^^xsd:decimal ;
  geo-pos:long "3.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_645'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_645'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.6497222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.11'^^xsd:double;
  dwc:startLongitude '3.11'^^xsd:double;
  dwc:endLongitude '3.11'^^xsd:double;
  dwc:latitude '53.58'^^xsd:double;
  dwc:startLatitude '53.58'^^xsd:double;
  dwc:endLatitude '53.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.11 53.58, 3.11 53.58, 3.11 53.58, 3.11 53.58, 3.11 53.58))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_645'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.53 3.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.53"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.53 3.13)"^^geo:wktLiteral ;
  geo-pos:lat "53.53"^^xsd:decimal ;
  geo-pos:long "3.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_646'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_646'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.9616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.13'^^xsd:double;
  dwc:startLongitude '3.13'^^xsd:double;
  dwc:endLongitude '3.13'^^xsd:double;
  dwc:latitude '53.53'^^xsd:double;
  dwc:startLatitude '53.53'^^xsd:double;
  dwc:endLatitude '53.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.13 53.53, 3.13 53.53, 3.13 53.53, 3.13 53.53, 3.13 53.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_646'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 3.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.15"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 3.15)"^^geo:wktLiteral ;
  geo-pos:lat "55.15"^^xsd:decimal ;
  geo-pos:long "3.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_739'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_739'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.1861111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.15'^^xsd:double;
  dwc:startLongitude '3.15'^^xsd:double;
  dwc:endLongitude '3.15'^^xsd:double;
  dwc:latitude '55.15'^^xsd:double;
  dwc:startLatitude '55.15'^^xsd:double;
  dwc:endLatitude '55.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.15 55.15, 3.15 55.15, 3.15 55.15, 3.15 55.15, 3.15 55.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_739'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.38 3.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.38"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.38 3.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.38"^^xsd:decimal ;
  geo-pos:long "3.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_647'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_647'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.9572222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.22'^^xsd:double;
  dwc:startLongitude '3.22'^^xsd:double;
  dwc:endLongitude '3.22'^^xsd:double;
  dwc:latitude '53.38'^^xsd:double;
  dwc:startLatitude '53.38'^^xsd:double;
  dwc:endLatitude '53.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.22 53.38, 3.22 53.38, 3.22 53.38, 3.22 53.38, 3.22 53.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_647'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 3.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 3.24)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "3.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_648'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_648'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.1611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.24'^^xsd:double;
  dwc:startLongitude '3.24'^^xsd:double;
  dwc:endLongitude '3.24'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:startLatitude '53.35'^^xsd:double;
  dwc:endLatitude '53.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.24 53.35, 3.24 53.35, 3.24 53.35, 3.24 53.35, 3.24 53.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_648'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_649> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.33 3.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.33"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.33 3.26)"^^geo:wktLiteral ;
  geo-pos:lat "53.33"^^xsd:decimal ;
  geo-pos:long "3.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_649'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_649'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.345'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.26'^^xsd:double;
  dwc:startLongitude '3.26'^^xsd:double;
  dwc:endLongitude '3.26'^^xsd:double;
  dwc:latitude '53.33'^^xsd:double;
  dwc:startLatitude '53.33'^^xsd:double;
  dwc:endLatitude '53.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.26 53.33, 3.26 53.33, 3.26 53.33, 3.26 53.33, 3.26 53.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_649'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.62025 3.26382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.62025"^^xsd:decimal ;
  dwc:decimalLongitude "3.26382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_43'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_43'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.6163888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.26382'^^xsd:double;
  dwc:startLongitude '3.26382'^^xsd:double;
  dwc:endLongitude '3.26382'^^xsd:double;
  dwc:latitude '57.62025'^^xsd:double;
  dwc:startLatitude '57.62025'^^xsd:double;
  dwc:endLatitude '57.62025'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.26382 57.62025, 3.26382 57.62025, 3.26382 57.62025, 3.26382 57.62025, 3.26382 57.62025))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_43'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52607 3.31415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.52607"^^xsd:decimal ;
  dwc:decimalLongitude "3.31415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_42'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_42'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.0355555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.31415'^^xsd:double;
  dwc:startLongitude '3.31415'^^xsd:double;
  dwc:endLongitude '3.31415'^^xsd:double;
  dwc:latitude '57.52607'^^xsd:double;
  dwc:startLatitude '57.52607'^^xsd:double;
  dwc:endLatitude '57.52607'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.31415 57.52607, 3.31415 57.52607, 3.31415 57.52607, 3.31415 57.52607, 3.31415 57.52607))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_42'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52209 3.31638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.52209"^^xsd:decimal ;
  dwc:decimalLongitude "3.31638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_41'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_41'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.0111111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.31638'^^xsd:double;
  dwc:startLongitude '3.31638'^^xsd:double;
  dwc:endLongitude '3.31638'^^xsd:double;
  dwc:latitude '57.52209'^^xsd:double;
  dwc:startLatitude '57.52209'^^xsd:double;
  dwc:endLatitude '57.52209'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.31638 57.52209, 3.31638 57.52209, 3.31638 57.52209, 3.31638 57.52209, 3.31638 57.52209))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_41'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52108 3.31689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.52108"^^xsd:decimal ;
  dwc:decimalLongitude "3.31689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_40'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_40'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.005'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.31689'^^xsd:double;
  dwc:startLongitude '3.31689'^^xsd:double;
  dwc:endLongitude '3.31689'^^xsd:double;
  dwc:latitude '57.52108'^^xsd:double;
  dwc:startLatitude '57.52108'^^xsd:double;
  dwc:endLatitude '57.52108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.31689 57.52108, 3.31689 57.52108, 3.31689 57.52108, 3.31689 57.52108, 3.31689 57.52108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_40'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.50444 3.32503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.50444"^^xsd:decimal ;
  dwc:decimalLongitude "3.32503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_39'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_39'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.9036111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.32503'^^xsd:double;
  dwc:startLongitude '3.32503'^^xsd:double;
  dwc:endLongitude '3.32503'^^xsd:double;
  dwc:latitude '57.50444'^^xsd:double;
  dwc:startLatitude '57.50444'^^xsd:double;
  dwc:endLatitude '57.50444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.32503 57.50444, 3.32503 57.50444, 3.32503 57.50444, 3.32503 57.50444, 3.32503 57.50444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_39'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45802 3.3507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45802"^^xsd:decimal ;
  dwc:decimalLongitude "3.3507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_38'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_38'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.6186111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.3507'^^xsd:double;
  dwc:startLongitude '3.3507'^^xsd:double;
  dwc:endLongitude '3.3507'^^xsd:double;
  dwc:latitude '57.45802'^^xsd:double;
  dwc:startLatitude '57.45802'^^xsd:double;
  dwc:endLatitude '57.45802'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.3507 57.45802, 3.3507 57.45802, 3.3507 57.45802, 3.3507 57.45802, 3.3507 57.45802))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_38'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42852 3.36804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.42852"^^xsd:decimal ;
  dwc:decimalLongitude "3.36804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_37'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_37'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.435'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.36804'^^xsd:double;
  dwc:startLongitude '3.36804'^^xsd:double;
  dwc:endLongitude '3.36804'^^xsd:double;
  dwc:latitude '57.42852'^^xsd:double;
  dwc:startLatitude '57.42852'^^xsd:double;
  dwc:endLatitude '57.42852'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.36804 57.42852, 3.36804 57.42852, 3.36804 57.42852, 3.36804 57.42852, 3.36804 57.42852))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_37'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.11 3.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.11"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.11 3.38)"^^geo:wktLiteral ;
  geo-pos:lat "53.11"^^xsd:decimal ;
  geo-pos:long "3.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_650'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_650'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9044444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.38'^^xsd:double;
  dwc:startLongitude '3.38'^^xsd:double;
  dwc:endLongitude '3.38'^^xsd:double;
  dwc:latitude '53.11'^^xsd:double;
  dwc:startLatitude '53.11'^^xsd:double;
  dwc:endLatitude '53.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.38 53.11, 3.38 53.11, 3.38 53.11, 3.38 53.11, 3.38 53.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_650'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.39247 3.38664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.39247"^^xsd:decimal ;
  dwc:decimalLongitude "3.38664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_36'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_36'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.2116666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.38664'^^xsd:double;
  dwc:startLongitude '3.38664'^^xsd:double;
  dwc:endLongitude '3.38664'^^xsd:double;
  dwc:latitude '57.39247'^^xsd:double;
  dwc:startLatitude '57.39247'^^xsd:double;
  dwc:endLatitude '57.39247'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.38664 57.39247, 3.38664 57.39247, 3.38664 57.39247, 3.38664 57.39247, 3.38664 57.39247))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_36'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3898 3.3881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3898"^^xsd:decimal ;
  dwc:decimalLongitude "3.3881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_35'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_35'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.195'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.3881'^^xsd:double;
  dwc:startLongitude '3.3881'^^xsd:double;
  dwc:endLongitude '3.3881'^^xsd:double;
  dwc:latitude '57.3898'^^xsd:double;
  dwc:startLatitude '57.3898'^^xsd:double;
  dwc:endLatitude '57.3898'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.3881 57.3898, 3.3881 57.3898, 3.3881 57.3898, 3.3881 57.3898, 3.3881 57.3898))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_35'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.34 3.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.34"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.34 3.39)"^^geo:wktLiteral ;
  geo-pos:lat "59.34"^^xsd:decimal ;
  geo-pos:long "3.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_768'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_768'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.1213888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.39'^^xsd:double;
  dwc:startLongitude '3.39'^^xsd:double;
  dwc:endLongitude '3.39'^^xsd:double;
  dwc:latitude '59.34'^^xsd:double;
  dwc:startLatitude '59.34'^^xsd:double;
  dwc:endLatitude '59.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.39 59.34, 3.39 59.34, 3.39 59.34, 3.39 59.34, 3.39 59.34))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_768'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.3805 3.39294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.3805"^^xsd:decimal ;
  dwc:decimalLongitude "3.39294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_34'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_34'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.1366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.39294'^^xsd:double;
  dwc:startLongitude '3.39294'^^xsd:double;
  dwc:endLongitude '3.39294'^^xsd:double;
  dwc:latitude '57.3805'^^xsd:double;
  dwc:startLatitude '57.3805'^^xsd:double;
  dwc:endLatitude '57.3805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.39294 57.3805, 3.39294 57.3805, 3.39294 57.3805, 3.39294 57.3805, 3.39294 57.3805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_34'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.74"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 3.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.74"^^xsd:decimal ;
  geo-pos:long "3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_740'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '1152_740'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.451666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.4'^^xsd:double;
  dwc:startLongitude '3.4'^^xsd:double;
  dwc:endLongitude '3.4'^^xsd:double;
  dwc:latitude '54.74'^^xsd:double;
  dwc:startLatitude '54.74'^^xsd:double;
  dwc:endLatitude '54.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.4 54.74, 3.4 54.74, 3.4 54.74, 3.4 54.74, 3.4 54.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_740'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_651> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 3.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 3.44)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "3.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_651'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_651'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.594722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.44'^^xsd:double;
  dwc:startLongitude '3.44'^^xsd:double;
  dwc:endLongitude '3.44'^^xsd:double;
  dwc:latitude '53'^^xsd:integer;
  dwc:startLatitude '53'^^xsd:integer;
  dwc:endLatitude '53'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((3.44 53, 3.44 53, 3.44 53, 3.44 53, 3.44 53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_651'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 3.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 3.44)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "3.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_816'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_816'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.695555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.44'^^xsd:double;
  dwc:startLongitude '3.44'^^xsd:double;
  dwc:endLongitude '3.44'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:startLatitude '61.44'^^xsd:double;
  dwc:endLatitude '61.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.44 61.44, 3.44 61.44, 3.44 61.44, 3.44 61.44, 3.44 61.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_816'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_652> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 3.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 3.45)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "3.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_652'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_652'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.653888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.45'^^xsd:double;
  dwc:startLongitude '3.45'^^xsd:double;
  dwc:endLongitude '3.45'^^xsd:double;
  dwc:latitude '53'^^xsd:integer;
  dwc:startLatitude '53'^^xsd:integer;
  dwc:endLatitude '53'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((3.45 53, 3.45 53, 3.45 53, 3.45 53, 3.45 53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_652'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.98 3.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.98"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.98 3.46)"^^geo:wktLiteral ;
  geo-pos:lat "52.98"^^xsd:decimal ;
  geo-pos:long "3.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_653'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_653'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.792222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.46'^^xsd:double;
  dwc:startLongitude '3.46'^^xsd:double;
  dwc:endLongitude '3.46'^^xsd:double;
  dwc:latitude '52.98'^^xsd:double;
  dwc:startLatitude '52.98'^^xsd:double;
  dwc:endLatitude '52.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.46 52.98, 3.46 52.98, 3.46 52.98, 3.46 52.98, 3.46 52.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_653'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.35 3.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.35"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.35 3.48)"^^geo:wktLiteral ;
  geo-pos:lat "59.35"^^xsd:decimal ;
  geo-pos:long "3.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_769'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_769'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.4047222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.48'^^xsd:double;
  dwc:startLongitude '3.48'^^xsd:double;
  dwc:endLongitude '3.48'^^xsd:double;
  dwc:latitude '59.35'^^xsd:double;
  dwc:startLatitude '59.35'^^xsd:double;
  dwc:endLatitude '59.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.48 59.35, 3.48 59.35, 3.48 59.35, 3.48 59.35, 3.48 59.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_769'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.91 3.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.91"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.91 3.5)"^^geo:wktLiteral ;
  geo-pos:lat "52.91"^^xsd:decimal ;
  geo-pos:long "3.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_654'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_654'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.230277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.5'^^xsd:double;
  dwc:startLongitude '3.5'^^xsd:double;
  dwc:endLongitude '3.5'^^xsd:double;
  dwc:latitude '52.91'^^xsd:double;
  dwc:startLatitude '52.91'^^xsd:double;
  dwc:endLatitude '52.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.5 52.91, 3.5 52.91, 3.5 52.91, 3.5 52.91, 3.5 52.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_654'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_655> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.89 3.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.89"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.89 3.51)"^^geo:wktLiteral ;
  geo-pos:lat "52.89"^^xsd:decimal ;
  geo-pos:long "3.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_655'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_655'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.37'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.51'^^xsd:double;
  dwc:startLongitude '3.51'^^xsd:double;
  dwc:endLongitude '3.51'^^xsd:double;
  dwc:latitude '52.89'^^xsd:double;
  dwc:startLatitude '52.89'^^xsd:double;
  dwc:endLatitude '52.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.51 52.89, 3.51 52.89, 3.51 52.89, 3.51 52.89, 3.51 52.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_655'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_656> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.89 3.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.89"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.89 3.51)"^^geo:wktLiteral ;
  geo-pos:lat "52.89"^^xsd:decimal ;
  geo-pos:long "3.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_656'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_656'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.397222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.51'^^xsd:double;
  dwc:startLongitude '3.51'^^xsd:double;
  dwc:endLongitude '3.51'^^xsd:double;
  dwc:latitude '52.89'^^xsd:double;
  dwc:startLatitude '52.89'^^xsd:double;
  dwc:endLatitude '52.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.51 52.89, 3.51 52.89, 3.51 52.89, 3.51 52.89, 3.51 52.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_656'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.98017 3.60618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.98017"^^xsd:decimal ;
  dwc:decimalLongitude "3.60618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_33'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_33'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.58'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.60618'^^xsd:double;
  dwc:startLongitude '3.60618'^^xsd:double;
  dwc:endLongitude '3.60618'^^xsd:double;
  dwc:latitude '56.98017'^^xsd:double;
  dwc:startLatitude '56.98017'^^xsd:double;
  dwc:endLatitude '56.98017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.60618 56.98017, 3.60618 56.98017, 3.60618 56.98017, 3.60618 56.98017, 3.60618 56.98017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1152_33'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.11 3.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.11"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4843__1152_657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.11 3.63)"^^geo:wktLiteral ;
  geo-pos:lat "53.11"^^xsd:decimal ;
  geo-pos:long "3.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_657'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '1152_657'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.010277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.63'^^xsd:double;
  dwc:startLongitude '3.63'^^xsd:double;
  dwc:endLongitude '3.63'^^xsd:double;
  dwc:latitude '53.11'^^xsd:double;
  dwc:startLatitude '53.11'^^xsd:double;
  dwc:endLatitude '53.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.63 53.11, 3.63 53.11, 3.63 53.11, 3.63 53.11, 3.63 53.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_657'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.92633 3.63299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.92633"^^xsd:decimal ;
  dwc:decimalLongitude "3.63299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_32'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_32'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.2344444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.63299'^^xsd:double;
  dwc:startLongitude '3.63299'^^xsd:double;
  dwc:endLongitude '3.63299'^^xsd:double;
  dwc:latitude '56.92633'^^xsd:double;
  dwc:startLatitude '56.92633'^^xsd:double;
  dwc:endLatitude '56.92633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.63299 56.92633, 3.63299 56.92633, 3.63299 56.92633, 3.63299 56.92633, 3.63299 56.92633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_32'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.465 3.68895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.465"^^xsd:decimal ;
  dwc:decimalLongitude "3.68895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_16'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_16'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.981944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.68895'^^xsd:double;
  dwc:startLongitude '3.68895'^^xsd:double;
  dwc:endLongitude '3.68895'^^xsd:double;
  dwc:latitude '56.465'^^xsd:double;
  dwc:startLatitude '56.465'^^xsd:double;
  dwc:endLatitude '56.465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.68895 56.465, 3.68895 56.465, 3.68895 56.465, 3.68895 56.465, 3.68895 56.465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_16'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.81537 3.6893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.81537"^^xsd:decimal ;
  dwc:decimalLongitude "3.6893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_31'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_31'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.3075'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.6893'^^xsd:double;
  dwc:startLongitude '3.6893'^^xsd:double;
  dwc:endLongitude '3.6893'^^xsd:double;
  dwc:latitude '56.81537'^^xsd:double;
  dwc:startLatitude '56.81537'^^xsd:double;
  dwc:endLatitude '56.81537'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.6893 56.81537, 3.6893 56.81537, 3.6893 56.81537, 3.6893 56.81537, 3.6893 56.81537))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_31'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.80164 3.69737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.80164"^^xsd:decimal ;
  dwc:decimalLongitude "3.69737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_30'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_30'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.1975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.69737'^^xsd:double;
  dwc:startLongitude '3.69737'^^xsd:double;
  dwc:endLongitude '3.69737'^^xsd:double;
  dwc:latitude '56.80164'^^xsd:double;
  dwc:startLatitude '56.80164'^^xsd:double;
  dwc:endLatitude '56.80164'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.69737 56.80164, 3.69737 56.80164, 3.69737 56.80164, 3.69737 56.80164, 3.69737 56.80164))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_30'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.47669 3.69803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.47669"^^xsd:decimal ;
  dwc:decimalLongitude "3.69803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_15'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_15'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.903888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.69803'^^xsd:double;
  dwc:startLongitude '3.69803'^^xsd:double;
  dwc:endLongitude '3.69803'^^xsd:double;
  dwc:latitude '56.47669'^^xsd:double;
  dwc:startLatitude '56.47669'^^xsd:double;
  dwc:endLatitude '56.47669'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.69803 56.47669, 3.69803 56.47669, 3.69803 56.47669, 3.69803 56.47669, 3.69803 56.47669))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_15'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7831 3.70923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7831"^^xsd:decimal ;
  dwc:decimalLongitude "3.70923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_29'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_29'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.077222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.70923'^^xsd:double;
  dwc:startLongitude '3.70923'^^xsd:double;
  dwc:endLongitude '3.70923'^^xsd:double;
  dwc:latitude '56.7831'^^xsd:double;
  dwc:startLatitude '56.7831'^^xsd:double;
  dwc:endLatitude '56.7831'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.70923 56.7831, 3.70923 56.7831, 3.70923 56.7831, 3.70923 56.7831, 3.70923 56.7831))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_29'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57814 3.78234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57814"^^xsd:decimal ;
  dwc:decimalLongitude "3.78234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_14'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_14'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.228611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.78234'^^xsd:double;
  dwc:startLongitude '3.78234'^^xsd:double;
  dwc:endLongitude '3.78234'^^xsd:double;
  dwc:latitude '56.57814'^^xsd:double;
  dwc:startLatitude '56.57814'^^xsd:double;
  dwc:endLatitude '56.57814'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.78234 56.57814, 3.78234 56.57814, 3.78234 56.57814, 3.78234 56.57814, 3.78234 56.57814))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_14'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6357 3.79292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6357"^^xsd:decimal ;
  dwc:decimalLongitude "3.79292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_28'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_28'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.1375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.79292'^^xsd:double;
  dwc:startLongitude '3.79292'^^xsd:double;
  dwc:endLongitude '3.79292'^^xsd:double;
  dwc:latitude '56.6357'^^xsd:double;
  dwc:startLatitude '56.6357'^^xsd:double;
  dwc:endLatitude '56.6357'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.79292 56.6357, 3.79292 56.6357, 3.79292 56.6357, 3.79292 56.6357, 3.79292 56.6357))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_28'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.70507 3.88812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.70507"^^xsd:decimal ;
  dwc:decimalLongitude "3.88812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_12'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_12'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.408888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.88812'^^xsd:double;
  dwc:startLongitude '3.88812'^^xsd:double;
  dwc:endLongitude '3.88812'^^xsd:double;
  dwc:latitude '56.70507'^^xsd:double;
  dwc:startLatitude '56.70507'^^xsd:double;
  dwc:endLatitude '56.70507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.88812 56.70507, 3.88812 56.70507, 3.88812 56.70507, 3.88812 56.70507, 3.88812 56.70507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_12'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.70507 3.88812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.70507"^^xsd:decimal ;
  dwc:decimalLongitude "3.88812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_13'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_13'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.514444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.88812'^^xsd:double;
  dwc:startLongitude '3.88812'^^xsd:double;
  dwc:endLongitude '3.88812'^^xsd:double;
  dwc:latitude '56.70507'^^xsd:double;
  dwc:startLatitude '56.70507'^^xsd:double;
  dwc:endLatitude '56.70507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.88812 56.70507, 3.88812 56.70507, 3.88812 56.70507, 3.88812 56.70507, 3.88812 56.70507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_13'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7229 3.9032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7229"^^xsd:decimal ;
  dwc:decimalLongitude "3.9032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_11'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_11'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.356388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.9032'^^xsd:double;
  dwc:startLongitude '3.9032'^^xsd:double;
  dwc:endLongitude '3.9032'^^xsd:double;
  dwc:latitude '56.7229'^^xsd:double;
  dwc:startLatitude '56.7229'^^xsd:double;
  dwc:endLatitude '56.7229'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_11'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7229 3.9032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7229"^^xsd:decimal ;
  dwc:decimalLongitude "3.9032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_10'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_10'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.341944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.9032'^^xsd:double;
  dwc:startLongitude '3.9032'^^xsd:double;
  dwc:endLongitude '3.9032'^^xsd:double;
  dwc:latitude '56.7229'^^xsd:double;
  dwc:startLatitude '56.7229'^^xsd:double;
  dwc:endLatitude '56.7229'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_10'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7229 3.9032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7229"^^xsd:decimal ;
  dwc:decimalLongitude "3.9032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_9'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_9'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.286944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.9032'^^xsd:double;
  dwc:startLongitude '3.9032'^^xsd:double;
  dwc:endLongitude '3.9032'^^xsd:double;
  dwc:latitude '56.7229'^^xsd:double;
  dwc:startLatitude '56.7229'^^xsd:double;
  dwc:endLatitude '56.7229'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229, 3.9032 56.7229))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_9'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.79367 3.96306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.79367"^^xsd:decimal ;
  dwc:decimalLongitude "3.96306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_8'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_8'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.044166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.96306'^^xsd:double;
  dwc:startLongitude '3.96306'^^xsd:double;
  dwc:endLongitude '3.96306'^^xsd:double;
  dwc:latitude '56.79367'^^xsd:double;
  dwc:startLatitude '56.79367'^^xsd:double;
  dwc:endLatitude '56.79367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.96306 56.79367, 3.96306 56.79367, 3.96306 56.79367, 3.96306 56.79367, 3.96306 56.79367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_8'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.79367 3.96306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.79367"^^xsd:decimal ;
  dwc:decimalLongitude "3.96306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_7'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_7'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.939444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.96306'^^xsd:double;
  dwc:startLongitude '3.96306'^^xsd:double;
  dwc:endLongitude '3.96306'^^xsd:double;
  dwc:latitude '56.79367'^^xsd:double;
  dwc:startLatitude '56.79367'^^xsd:double;
  dwc:endLatitude '56.79367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.96306 56.79367, 3.96306 56.79367, 3.96306 56.79367, 3.96306 56.79367, 3.96306 56.79367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_7'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.80307 3.97146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.80307"^^xsd:decimal ;
  dwc:decimalLongitude "3.97146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_6'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_6'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.78'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.97146'^^xsd:double;
  dwc:startLongitude '3.97146'^^xsd:double;
  dwc:endLongitude '3.97146'^^xsd:double;
  dwc:latitude '56.80307'^^xsd:double;
  dwc:startLatitude '56.80307'^^xsd:double;
  dwc:endLatitude '56.80307'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.97146 56.80307, 3.97146 56.80307, 3.97146 56.80307, 3.97146 56.80307, 3.97146 56.80307))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_6'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.81755 3.98487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.81755"^^xsd:decimal ;
  dwc:decimalLongitude "3.98487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_5'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_5'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.647777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.98487'^^xsd:double;
  dwc:startLongitude '3.98487'^^xsd:double;
  dwc:endLongitude '3.98487'^^xsd:double;
  dwc:latitude '56.81755'^^xsd:double;
  dwc:startLatitude '56.81755'^^xsd:double;
  dwc:endLatitude '56.81755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.98487 56.81755, 3.98487 56.81755, 3.98487 56.81755, 3.98487 56.81755, 3.98487 56.81755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_5'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.85186 4.01545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.85186"^^xsd:decimal ;
  dwc:decimalLongitude "4.01545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_4'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_4'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.414722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.01545'^^xsd:double;
  dwc:startLongitude '4.01545'^^xsd:double;
  dwc:endLongitude '4.01545'^^xsd:double;
  dwc:latitude '56.85186'^^xsd:double;
  dwc:startLatitude '56.85186'^^xsd:double;
  dwc:endLatitude '56.85186'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.01545 56.85186, 4.01545 56.85186, 4.01545 56.85186, 4.01545 56.85186, 4.01545 56.85186))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_4'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.85808 4.0202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.85808"^^xsd:decimal ;
  dwc:decimalLongitude "4.0202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_3'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_3'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.373055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.0202'^^xsd:double;
  dwc:startLongitude '4.0202'^^xsd:double;
  dwc:endLongitude '4.0202'^^xsd:double;
  dwc:latitude '56.85808'^^xsd:double;
  dwc:startLatitude '56.85808'^^xsd:double;
  dwc:endLatitude '56.85808'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.0202 56.85808, 4.0202 56.85808, 4.0202 56.85808, 4.0202 56.85808, 4.0202 56.85808))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_3'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.8903 4.04553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.8903"^^xsd:decimal ;
  dwc:decimalLongitude "4.04553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_2'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_2'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.158055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.04553'^^xsd:double;
  dwc:startLongitude '4.04553'^^xsd:double;
  dwc:endLongitude '4.04553'^^xsd:double;
  dwc:latitude '56.8903'^^xsd:double;
  dwc:startLatitude '56.8903'^^xsd:double;
  dwc:endLatitude '56.8903'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.04553 56.8903, 4.04553 56.8903, 4.04553 56.8903, 4.04553 56.8903, 4.04553 56.8903))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "WB" by the provider'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:occurrenceId '1152_2'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.16 4.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.16"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4843__1152_819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.16 4.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.16"^^xsd:decimal ;
  geo-pos:long "4.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_819'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_819'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.9152777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.05'^^xsd:double;
  dwc:startLongitude '4.05'^^xsd:double;
  dwc:endLongitude '4.05'^^xsd:double;
  dwc:latitude '61.16'^^xsd:double;
  dwc:startLatitude '61.16'^^xsd:double;
  dwc:endLatitude '61.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.05 61.16, 4.05 61.16, 4.05 61.16, 4.05 61.16, 4.05 61.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "M?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_819'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.44 4.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.44"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4843__1152_770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.44 4.1)"^^geo:wktLiteral ;
  geo-pos:lat "59.44"^^xsd:decimal ;
  geo-pos:long "4.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_770'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '1152_770'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.347222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.1'^^xsd:double;
  dwc:startLongitude '4.1'^^xsd:double;
  dwc:endLongitude '4.1'^^xsd:double;
  dwc:latitude '59.44'^^xsd:double;
  dwc:startLatitude '59.44'^^xsd:double;
  dwc:endLatitude '59.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.1 59.44, 4.1 59.44, 4.1 59.44, 4.1 59.44, 4.1 59.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_770'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 4.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^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/4843__1152_632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 4.18)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "4.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_632'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_632'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.1491666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.18'^^xsd:double;
  dwc:startLongitude '4.18'^^xsd:double;
  dwc:endLongitude '4.18'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.18 54.65, 4.18 54.65, 4.18 54.65, 4.18 54.65, 4.18 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_632'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.66 4.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.66"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4843__1152_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.66 4.19)"^^geo:wktLiteral ;
  geo-pos:lat "54.66"^^xsd:decimal ;
  geo-pos:long "4.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_633'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_633'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.1916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.19'^^xsd:double;
  dwc:startLongitude '4.19'^^xsd:double;
  dwc:endLongitude '4.19'^^xsd:double;
  dwc:latitude '54.66'^^xsd:double;
  dwc:startLatitude '54.66'^^xsd:double;
  dwc:endLatitude '54.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.19 54.66, 4.19 54.66, 4.19 54.66, 4.19 54.66, 4.19 54.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_633'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 4.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.19"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4843__1152_818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 4.24)"^^geo:wktLiteral ;
  geo-pos:lat "61.19"^^xsd:decimal ;
  geo-pos:long "4.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_818'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_818'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.3661111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.24'^^xsd:double;
  dwc:startLongitude '4.24'^^xsd:double;
  dwc:endLongitude '4.24'^^xsd:double;
  dwc:latitude '61.19'^^xsd:double;
  dwc:startLatitude '61.19'^^xsd:double;
  dwc:endLatitude '61.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.24 61.19, 4.24 61.19, 4.24 61.19, 4.24 61.19, 4.24 61.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_818'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82 4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.82"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4843__1152_634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82 4.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.82"^^xsd:decimal ;
  geo-pos:long "4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_634'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_634'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.2508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.25'^^xsd:double;
  dwc:startLongitude '4.25'^^xsd:double;
  dwc:endLongitude '4.25'^^xsd:double;
  dwc:latitude '54.82'^^xsd:double;
  dwc:startLatitude '54.82'^^xsd:double;
  dwc:endLatitude '54.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.25 54.82, 4.25 54.82, 4.25 54.82, 4.25 54.82, 4.25 54.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_634'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.2 4.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.2"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4843__1152_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.2 4.35)"^^geo:wktLiteral ;
  geo-pos:lat "61.2"^^xsd:decimal ;
  geo-pos:long "4.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_817'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_817'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.0405555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.35'^^xsd:double;
  dwc:startLongitude '4.35'^^xsd:double;
  dwc:endLongitude '4.35'^^xsd:double;
  dwc:latitude '61.2'^^xsd:double;
  dwc:startLatitude '61.2'^^xsd:double;
  dwc:endLatitude '61.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.35 61.2, 4.35 61.2, 4.35 61.2, 4.35 61.2, 4.35 61.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "B?" by the provider'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:occurrenceId '1152_817'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.44411 4.51417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.44411"^^xsd:decimal ;
  dwc:decimalLongitude "4.51417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_1'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_1'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.304722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.51417'^^xsd:double;
  dwc:startLongitude '4.51417'^^xsd:double;
  dwc:endLongitude '4.51417'^^xsd:double;
  dwc:latitude '57.44411'^^xsd:double;
  dwc:startLatitude '57.44411'^^xsd:double;
  dwc:endLatitude '57.44411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.51417 57.44411, 4.51417 57.44411, 4.51417 57.44411, 4.51417 57.44411, 4.51417 57.44411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_1'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_635> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.75"^^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/4843__1152_635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 4.6)"^^geo:wktLiteral ;
  geo-pos:lat "55.75"^^xsd:decimal ;
  geo-pos:long "4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_635'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_635'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.265'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.6'^^xsd:double;
  dwc:startLongitude '4.6'^^xsd:double;
  dwc:endLongitude '4.6'^^xsd:double;
  dwc:latitude '55.75'^^xsd:double;
  dwc:startLatitude '55.75'^^xsd:double;
  dwc:endLatitude '55.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.6 55.75, 4.6 55.75, 4.6 55.75, 4.6 55.75, 4.6 55.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_635'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_826> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 4.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.86"^^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/4843__1152_826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 4.76)"^^geo:wktLiteral ;
  geo-pos:lat "58.86"^^xsd:decimal ;
  geo-pos:long "4.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_826'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_826'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.2680555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.76'^^xsd:double;
  dwc:startLongitude '4.76'^^xsd:double;
  dwc:endLongitude '4.76'^^xsd:double;
  dwc:latitude '58.86'^^xsd:double;
  dwc:startLatitude '58.86'^^xsd:double;
  dwc:endLatitude '58.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.76 58.86, 4.76 58.86, 4.76 58.86, 4.76 58.86, 4.76 58.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_826'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.62 4.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.62"^^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/4843__1152_827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.62 4.77)"^^geo:wktLiteral ;
  geo-pos:lat "58.62"^^xsd:decimal ;
  geo-pos:long "4.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_827'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1152_827'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.7336111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.77'^^xsd:double;
  dwc:startLongitude '4.77'^^xsd:double;
  dwc:endLongitude '4.77'^^xsd:double;
  dwc:latitude '58.62'^^xsd:double;
  dwc:startLatitude '58.62'^^xsd:double;
  dwc:endLatitude '58.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.77 58.62, 4.77 58.62, 4.77 58.62, 4.77 58.62, 4.77 58.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_827'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.86 4.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.86"^^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/4843__1152_587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.86 4.82)"^^geo:wktLiteral ;
  geo-pos:lat "53.86"^^xsd:decimal ;
  geo-pos:long "4.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_587'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_587'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.067777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.82'^^xsd:double;
  dwc:startLongitude '4.82'^^xsd:double;
  dwc:endLongitude '4.82'^^xsd:double;
  dwc:latitude '53.86'^^xsd:double;
  dwc:startLatitude '53.86'^^xsd:double;
  dwc:endLatitude '53.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.82 53.86, 4.82 53.86, 4.82 53.86, 4.82 53.86, 4.82 53.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_587'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.95 4.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.95"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4843__1152_588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.95 4.86)"^^geo:wktLiteral ;
  geo-pos:lat "53.95"^^xsd:decimal ;
  geo-pos:long "4.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_588'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_588'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.612222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.86'^^xsd:double;
  dwc:startLongitude '4.86'^^xsd:double;
  dwc:endLongitude '4.86'^^xsd:double;
  dwc:latitude '53.95'^^xsd:double;
  dwc:startLatitude '53.95'^^xsd:double;
  dwc:endLatitude '53.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.86 53.95, 4.86 53.95, 4.86 53.95, 4.86 53.95, 4.86 53.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_588'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.32 5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.32"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.32 5.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.32"^^xsd:decimal ;
  geo-pos:long "5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_592'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_592'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.620555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.05'^^xsd:double;
  dwc:startLongitude '5.05'^^xsd:double;
  dwc:endLongitude '5.05'^^xsd:double;
  dwc:latitude '55.32'^^xsd:double;
  dwc:startLatitude '55.32'^^xsd:double;
  dwc:endLatitude '55.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.05 55.32, 5.05 55.32, 5.05 55.32, 5.05 55.32, 5.05 55.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_592'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.80263 5.10842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.80263"^^xsd:decimal ;
  dwc:decimalLongitude "5.10842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_21'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_21'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.965277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.10842'^^xsd:double;
  dwc:startLongitude '5.10842'^^xsd:double;
  dwc:endLongitude '5.10842'^^xsd:double;
  dwc:latitude '56.80263'^^xsd:double;
  dwc:startLatitude '56.80263'^^xsd:double;
  dwc:endLatitude '56.80263'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.10842 56.80263, 5.10842 56.80263, 5.10842 56.80263, 5.10842 56.80263, 5.10842 56.80263))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_21'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82202 5.12955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.82202"^^xsd:decimal ;
  dwc:decimalLongitude "5.12955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_20'^^xsd:string;
  dwc:scientificName 'Balaenoptera acutorostrata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_20'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.827222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.12955'^^xsd:double;
  dwc:startLongitude '5.12955'^^xsd:double;
  dwc:endLongitude '5.12955'^^xsd:double;
  dwc:latitude '56.82202'^^xsd:double;
  dwc:startLatitude '56.82202'^^xsd:double;
  dwc:endLatitude '56.82202'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.12955 56.82202, 5.12955 56.82202, 5.12955 56.82202, 5.12955 56.82202, 5.12955 56.82202))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1152_20'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 5.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.15"^^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/4843__1152_591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 5.18)"^^geo:wktLiteral ;
  geo-pos:lat "55.15"^^xsd:decimal ;
  geo-pos:long "5.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_591'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_591'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.3475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.18'^^xsd:double;
  dwc:startLongitude '5.18'^^xsd:double;
  dwc:endLongitude '5.18'^^xsd:double;
  dwc:latitude '55.15'^^xsd:double;
  dwc:startLatitude '55.15'^^xsd:double;
  dwc:endLatitude '55.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.18 55.15, 5.18 55.15, 5.18 55.15, 5.18 55.15, 5.18 55.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_591'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13 5.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.13"^^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/4843__1152_590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.13 5.19)"^^geo:wktLiteral ;
  geo-pos:lat "55.13"^^xsd:decimal ;
  geo-pos:long "5.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_590'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_590'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.226666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.19'^^xsd:double;
  dwc:startLongitude '5.19'^^xsd:double;
  dwc:endLongitude '5.19'^^xsd:double;
  dwc:latitude '55.13'^^xsd:double;
  dwc:startLatitude '55.13'^^xsd:double;
  dwc:endLatitude '55.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.19 55.13, 5.19 55.13, 5.19 55.13, 5.19 55.13, 5.19 55.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_590'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 5.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.9"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 5.35)"^^geo:wktLiteral ;
  geo-pos:lat "54.9"^^xsd:decimal ;
  geo-pos:long "5.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_589'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_589'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.665555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.35'^^xsd:double;
  dwc:startLongitude '5.35'^^xsd:double;
  dwc:endLongitude '5.35'^^xsd:double;
  dwc:latitude '54.9'^^xsd:double;
  dwc:startLatitude '54.9'^^xsd:double;
  dwc:endLatitude '54.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.35 54.9, 5.35 54.9, 5.35 54.9, 5.35 54.9, 5.35 54.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_589'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.11304 5.43275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.11304"^^xsd:decimal ;
  dwc:decimalLongitude "5.43275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_19'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_19'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.9644444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.43275'^^xsd:double;
  dwc:startLongitude '5.43275'^^xsd:double;
  dwc:endLongitude '5.43275'^^xsd:double;
  dwc:latitude '57.11304'^^xsd:double;
  dwc:startLatitude '57.11304'^^xsd:double;
  dwc:endLatitude '57.11304'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.43275 57.11304, 5.43275 57.11304, 5.43275 57.11304, 5.43275 57.11304, 5.43275 57.11304))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_19'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.69 5.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.69"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.69 5.49)"^^geo:wktLiteral ;
  geo-pos:lat "54.69"^^xsd:decimal ;
  geo-pos:long "5.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_586'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_586'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.630277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.49'^^xsd:double;
  dwc:startLongitude '5.49'^^xsd:double;
  dwc:endLongitude '5.49'^^xsd:double;
  dwc:latitude '54.69'^^xsd:double;
  dwc:startLatitude '54.69'^^xsd:double;
  dwc:endLatitude '54.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.49 54.69, 5.49 54.69, 5.49 54.69, 5.49 54.69, 5.49 54.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_586'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.62 5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.62"^^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/4843__1152_585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.62 5.54)"^^geo:wktLiteral ;
  geo-pos:lat "54.62"^^xsd:decimal ;
  geo-pos:long "5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_585'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_585'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.141944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.54'^^xsd:double;
  dwc:startLongitude '5.54'^^xsd:double;
  dwc:endLongitude '5.54'^^xsd:double;
  dwc:latitude '54.62'^^xsd:double;
  dwc:startLatitude '54.62'^^xsd:double;
  dwc:endLatitude '54.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.54 54.62, 5.54 54.62, 5.54 54.62, 5.54 54.62, 5.54 54.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_585'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.22325 5.54764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.22325"^^xsd:decimal ;
  dwc:decimalLongitude "5.54764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_18'^^xsd:string;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1152_18'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.1691666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.54764'^^xsd:double;
  dwc:startLongitude '5.54764'^^xsd:double;
  dwc:endLongitude '5.54764'^^xsd:double;
  dwc:latitude '57.22325'^^xsd:double;
  dwc:startLatitude '57.22325'^^xsd:double;
  dwc:endLatitude '57.22325'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.54764 57.22325, 5.54764 57.22325, 5.54764 57.22325, 5.54764 57.22325, 5.54764 57.22325))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "KW" by the provider'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:occurrenceId '1152_18'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.61 5.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.61"^^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/4843__1152_584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.61 5.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.61"^^xsd:decimal ;
  geo-pos:long "5.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_584'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_584'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.080277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.55'^^xsd:double;
  dwc:startLongitude '5.55'^^xsd:double;
  dwc:endLongitude '5.55'^^xsd:double;
  dwc:latitude '54.61'^^xsd:double;
  dwc:startLatitude '54.61'^^xsd:double;
  dwc:endLatitude '54.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.55 54.61, 5.55 54.61, 5.55 54.61, 5.55 54.61, 5.55 54.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_584'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.52 5.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.52"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.52 5.61)"^^geo:wktLiteral ;
  geo-pos:lat "54.52"^^xsd:decimal ;
  geo-pos:long "5.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_583'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_583'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.61'^^xsd:double;
  dwc:startLongitude '5.61'^^xsd:double;
  dwc:endLongitude '5.61'^^xsd:double;
  dwc:latitude '54.52'^^xsd:double;
  dwc:startLatitude '54.52'^^xsd:double;
  dwc:endLatitude '54.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.61 54.52, 5.61 54.52, 5.61 54.52, 5.61 54.52, 5.61 54.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_583'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.79"^^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/4843__1152_741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 5.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.79"^^xsd:decimal ;
  geo-pos:long "5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_741'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_741'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.5780555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.7'^^xsd:double;
  dwc:startLongitude '5.7'^^xsd:double;
  dwc:endLongitude '5.7'^^xsd:double;
  dwc:latitude '55.79'^^xsd:double;
  dwc:startLatitude '55.79'^^xsd:double;
  dwc:endLatitude '55.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.7 55.79, 5.7 55.79, 5.7 55.79, 5.7 55.79, 5.7 55.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_741'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 5.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.35"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.35 5.73)"^^geo:wktLiteral ;
  geo-pos:lat "54.35"^^xsd:decimal ;
  geo-pos:long "5.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_582'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_582'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.796666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.73'^^xsd:double;
  dwc:startLongitude '5.73'^^xsd:double;
  dwc:endLongitude '5.73'^^xsd:double;
  dwc:latitude '54.35'^^xsd:double;
  dwc:startLatitude '54.35'^^xsd:double;
  dwc:endLatitude '54.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.73 54.35, 5.73 54.35, 5.73 54.35, 5.73 54.35, 5.73 54.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_582'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7 5.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7"^^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/4843__1152_742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7 5.78)"^^geo:wktLiteral ;
  geo-pos:lat "55.7"^^xsd:decimal ;
  geo-pos:long "5.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_742'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_742'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.1252777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.78'^^xsd:double;
  dwc:startLongitude '5.78'^^xsd:double;
  dwc:endLongitude '5.78'^^xsd:double;
  dwc:latitude '55.7'^^xsd:double;
  dwc:startLatitude '55.7'^^xsd:double;
  dwc:endLatitude '55.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.78 55.7, 5.78 55.7, 5.78 55.7, 5.78 55.7, 5.78 55.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_742'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_581> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18 5.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.18"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.18 5.85)"^^geo:wktLiteral ;
  geo-pos:lat "54.18"^^xsd:decimal ;
  geo-pos:long "5.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_581'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_581'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.670555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.85'^^xsd:double;
  dwc:startLongitude '5.85'^^xsd:double;
  dwc:endLongitude '5.85'^^xsd:double;
  dwc:latitude '54.18'^^xsd:double;
  dwc:startLatitude '54.18'^^xsd:double;
  dwc:endLatitude '54.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.85 54.18, 5.85 54.18, 5.85 54.18, 5.85 54.18, 5.85 54.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_581'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 5.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.16"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 5.86)"^^geo:wktLiteral ;
  geo-pos:lat "54.16"^^xsd:decimal ;
  geo-pos:long "5.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_580'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_580'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.492777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.86'^^xsd:double;
  dwc:startLongitude '5.86'^^xsd:double;
  dwc:endLongitude '5.86'^^xsd:double;
  dwc:latitude '54.16'^^xsd:double;
  dwc:startLatitude '54.16'^^xsd:double;
  dwc:endLatitude '54.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.86 54.16, 5.86 54.16, 5.86 54.16, 5.86 54.16, 5.86 54.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_580'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.45 5.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.45"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4843__1152_743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.45 5.97)"^^geo:wktLiteral ;
  geo-pos:lat "55.45"^^xsd:decimal ;
  geo-pos:long "5.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_743'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '1152_743'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.8619444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.97'^^xsd:double;
  dwc:startLongitude '5.97'^^xsd:double;
  dwc:endLongitude '5.97'^^xsd:double;
  dwc:latitude '55.45'^^xsd:double;
  dwc:startLatitude '55.45'^^xsd:double;
  dwc:endLatitude '55.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.97 55.45, 5.97 55.45, 5.97 55.45, 5.97 55.45, 5.97 55.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_743'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.55826 6.01182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.55826"^^xsd:decimal ;
  dwc:decimalLongitude "6.01182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_17'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_17'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.696944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.01182'^^xsd:double;
  dwc:startLongitude '6.01182'^^xsd:double;
  dwc:endLongitude '6.01182'^^xsd:double;
  dwc:latitude '57.55826'^^xsd:double;
  dwc:startLatitude '57.55826'^^xsd:double;
  dwc:endLatitude '57.55826'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.01182 57.55826, 6.01182 57.55826, 6.01182 57.55826, 6.01182 57.55826, 6.01182 57.55826))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1152_17'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.87 6.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.87"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4843__1152_579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.87 6.06)"^^geo:wktLiteral ;
  geo-pos:lat "53.87"^^xsd:decimal ;
  geo-pos:long "6.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_579'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_579'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.606111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.06'^^xsd:double;
  dwc:startLongitude '6.06'^^xsd:double;
  dwc:endLongitude '6.06'^^xsd:double;
  dwc:latitude '53.87'^^xsd:double;
  dwc:startLatitude '53.87'^^xsd:double;
  dwc:endLatitude '53.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.06 53.87, 6.06 53.87, 6.06 53.87, 6.06 53.87, 6.06 53.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_579'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_830> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.03 6.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.03"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4843__1152_830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.03 6.47)"^^geo:wktLiteral ;
  geo-pos:lat "58.03"^^xsd:decimal ;
  geo-pos:long "6.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_830'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1152_830'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.276944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.47'^^xsd:double;
  dwc:startLongitude '6.47'^^xsd:double;
  dwc:endLongitude '6.47'^^xsd:double;
  dwc:latitude '58.03'^^xsd:double;
  dwc:startLatitude '58.03'^^xsd:double;
  dwc:endLatitude '58.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.47 58.03, 6.47 58.03, 6.47 58.03, 6.47 58.03, 6.47 58.03))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_830'^^xsd:string;
  dwc:observationDate '2005-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.89 6.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.89"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4843__1152_578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.89 6.5)"^^geo:wktLiteral ;
  geo-pos:lat "53.89"^^xsd:decimal ;
  geo-pos:long "6.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_578'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_578'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.9897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.5'^^xsd:double;
  dwc:startLongitude '6.5'^^xsd:double;
  dwc:endLongitude '6.5'^^xsd:double;
  dwc:latitude '53.89'^^xsd:double;
  dwc:startLatitude '53.89'^^xsd:double;
  dwc:endLatitude '53.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.5 53.89, 6.5 53.89, 6.5 53.89, 6.5 53.89, 6.5 53.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_578'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_829> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 6.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^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/4843__1152_829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 6.69)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "6.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_829'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1152_829'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.590555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.69'^^xsd:double;
  dwc:startLongitude '6.69'^^xsd:double;
  dwc:endLongitude '6.69'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:startLatitude '57.98'^^xsd:double;
  dwc:endLatitude '57.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.69 57.98, 6.69 57.98, 6.69 57.98, 6.69 57.98, 6.69 57.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_829'^^xsd:string;
  dwc:observationDate '2005-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.39 6.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.39"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4843__1152_577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.39 6.81)"^^geo:wktLiteral ;
  geo-pos:lat "54.39"^^xsd:decimal ;
  geo-pos:long "6.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_577'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_577'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.860833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.81'^^xsd:double;
  dwc:startLongitude '6.81'^^xsd:double;
  dwc:endLongitude '6.81'^^xsd:double;
  dwc:latitude '54.39'^^xsd:double;
  dwc:startLatitude '54.39'^^xsd:double;
  dwc:endLatitude '54.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.81 54.39, 6.81 54.39, 6.81 54.39, 6.81 54.39, 6.81 54.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_577'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4843__1152_576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4 6.82)"^^geo:wktLiteral ;
  geo-pos:lat "54.4"^^xsd:decimal ;
  geo-pos:long "6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_576'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_576'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.791944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.82'^^xsd:double;
  dwc:startLongitude '6.82'^^xsd:double;
  dwc:endLongitude '6.82'^^xsd:double;
  dwc:latitude '54.4'^^xsd:double;
  dwc:startLatitude '54.4'^^xsd:double;
  dwc:endLatitude '54.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.82 54.4, 6.82 54.4, 6.82 54.4, 6.82 54.4, 6.82 54.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_576'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.41 6.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.41"^^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/4843__1152_575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.41 6.83)"^^geo:wktLiteral ;
  geo-pos:lat "54.41"^^xsd:decimal ;
  geo-pos:long "6.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_575'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_575'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.718888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.83'^^xsd:double;
  dwc:startLongitude '6.83'^^xsd:double;
  dwc:endLongitude '6.83'^^xsd:double;
  dwc:latitude '54.41'^^xsd:double;
  dwc:startLatitude '54.41'^^xsd:double;
  dwc:endLatitude '54.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.83 54.41, 6.83 54.41, 6.83 54.41, 6.83 54.41, 6.83 54.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_575'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.53 6.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.53"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4843__1152_574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.53 6.9)"^^geo:wktLiteral ;
  geo-pos:lat "54.53"^^xsd:decimal ;
  geo-pos:long "6.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_574'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_574'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.272777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.9'^^xsd:double;
  dwc:startLongitude '6.9'^^xsd:double;
  dwc:endLongitude '6.9'^^xsd:double;
  dwc:latitude '54.53'^^xsd:double;
  dwc:startLatitude '54.53'^^xsd:double;
  dwc:endLatitude '54.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9 54.53, 6.9 54.53, 6.9 54.53, 6.9 54.53, 6.9 54.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_574'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_828> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.02 6.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.02"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4843__1152_828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.02 6.9)"^^geo:wktLiteral ;
  geo-pos:lat "58.02"^^xsd:decimal ;
  geo-pos:long "6.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_828'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '1152_828'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.9'^^xsd:double;
  dwc:startLongitude '6.9'^^xsd:double;
  dwc:endLongitude '6.9'^^xsd:double;
  dwc:latitude '58.02'^^xsd:double;
  dwc:startLatitude '58.02'^^xsd:double;
  dwc:endLatitude '58.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.9 58.02, 6.9 58.02, 6.9 58.02, 6.9 58.02, 6.9 58.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_828'^^xsd:string;
  dwc:observationDate '2005-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.63 6.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.63"^^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/4843__1152_573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.63 6.97)"^^geo:wktLiteral ;
  geo-pos:lat "54.63"^^xsd:decimal ;
  geo-pos:long "6.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_573'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_573'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.592777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.97'^^xsd:double;
  dwc:startLongitude '6.97'^^xsd:double;
  dwc:endLongitude '6.97'^^xsd:double;
  dwc:latitude '54.63'^^xsd:double;
  dwc:startLatitude '54.63'^^xsd:double;
  dwc:endLatitude '54.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.97 54.63, 6.97 54.63, 6.97 54.63, 6.97 54.63, 6.97 54.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_573'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.72 7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.72"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.72 7.02)"^^geo:wktLiteral ;
  geo-pos:lat "54.72"^^xsd:decimal ;
  geo-pos:long "7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_572'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_572'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.976111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.02'^^xsd:double;
  dwc:startLongitude '7.02'^^xsd:double;
  dwc:endLongitude '7.02'^^xsd:double;
  dwc:latitude '54.72'^^xsd:double;
  dwc:startLatitude '54.72'^^xsd:double;
  dwc:endLatitude '54.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.02 54.72, 7.02 54.72, 7.02 54.72, 7.02 54.72, 7.02 54.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_572'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 7.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.73"^^xsd:decimal ;
  dwc:decimalLongitude "7.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_571'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_571'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.921666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.03'^^xsd:double;
  dwc:startLongitude '7.03'^^xsd:double;
  dwc:endLongitude '7.03'^^xsd:double;
  dwc:latitude '54.73'^^xsd:double;
  dwc:startLatitude '54.73'^^xsd:double;
  dwc:endLatitude '54.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.03 54.73, 7.03 54.73, 7.03 54.73, 7.03 54.73, 7.03 54.73))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_571'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 7.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.74"^^xsd:decimal ;
  dwc:decimalLongitude "7.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_569'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_569'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.604722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.03'^^xsd:double;
  dwc:startLongitude '7.03'^^xsd:double;
  dwc:endLongitude '7.03'^^xsd:double;
  dwc:latitude '54.74'^^xsd:double;
  dwc:startLatitude '54.74'^^xsd:double;
  dwc:endLatitude '54.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.03 54.74, 7.03 54.74, 7.03 54.74, 7.03 54.74, 7.03 54.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_569'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_570> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75 7.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.75"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75 7.05)"^^geo:wktLiteral ;
  geo-pos:lat "54.75"^^xsd:decimal ;
  geo-pos:long "7.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_570'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_570'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.750277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.05'^^xsd:double;
  dwc:startLongitude '7.05'^^xsd:double;
  dwc:endLongitude '7.05'^^xsd:double;
  dwc:latitude '54.75'^^xsd:double;
  dwc:startLatitude '54.75'^^xsd:double;
  dwc:endLatitude '54.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.05 54.75, 7.05 54.75, 7.05 54.75, 7.05 54.75, 7.05 54.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_570'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82 7.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.82"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.82 7.08)"^^geo:wktLiteral ;
  geo-pos:lat "54.82"^^xsd:decimal ;
  geo-pos:long "7.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_568'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_568'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.070833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.08'^^xsd:double;
  dwc:startLongitude '7.08'^^xsd:double;
  dwc:endLongitude '7.08'^^xsd:double;
  dwc:latitude '54.82'^^xsd:double;
  dwc:startLatitude '54.82'^^xsd:double;
  dwc:endLatitude '54.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.08 54.82, 7.08 54.82, 7.08 54.82, 7.08 54.82, 7.08 54.82))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_568'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88 7.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.88"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.88 7.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.88"^^xsd:decimal ;
  geo-pos:long "7.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_567'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_567'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.610555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.12'^^xsd:double;
  dwc:startLongitude '7.12'^^xsd:double;
  dwc:endLongitude '7.12'^^xsd:double;
  dwc:latitude '54.88'^^xsd:double;
  dwc:startLatitude '54.88'^^xsd:double;
  dwc:endLatitude '54.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.12 54.88, 7.12 54.88, 7.12 54.88, 7.12 54.88, 7.12 54.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_567'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.95 7.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.95"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.95 7.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.95"^^xsd:decimal ;
  geo-pos:long "7.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_566'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_566'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.146666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.17'^^xsd:double;
  dwc:startLongitude '7.17'^^xsd:double;
  dwc:endLongitude '7.17'^^xsd:double;
  dwc:latitude '54.95'^^xsd:double;
  dwc:startLatitude '54.95'^^xsd:double;
  dwc:endLatitude '54.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.17 54.95, 7.17 54.95, 7.17 54.95, 7.17 54.95, 7.17 54.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_566'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.16 7.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.16"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.16 7.3)"^^geo:wktLiteral ;
  geo-pos:lat "55.16"^^xsd:decimal ;
  geo-pos:long "7.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_565'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_565'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.724444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.3'^^xsd:double;
  dwc:startLongitude '7.3'^^xsd:double;
  dwc:endLongitude '7.3'^^xsd:double;
  dwc:latitude '55.16'^^xsd:double;
  dwc:startLatitude '55.16'^^xsd:double;
  dwc:endLatitude '55.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.3 55.16, 7.3 55.16, 7.3 55.16, 7.3 55.16, 7.3 55.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_565'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_631> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 7.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 7.39)"^^geo:wktLiteral ;
  geo-pos:lat "54.07"^^xsd:decimal ;
  geo-pos:long "7.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_631'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_631'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.258611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.39'^^xsd:double;
  dwc:startLongitude '7.39'^^xsd:double;
  dwc:endLongitude '7.39'^^xsd:double;
  dwc:latitude '54.07'^^xsd:double;
  dwc:startLatitude '54.07'^^xsd:double;
  dwc:endLatitude '54.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.39 54.07, 7.39 54.07, 7.39 54.07, 7.39 54.07, 7.39 54.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_631'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_630> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.33 7.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.33"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.33 7.57)"^^geo:wktLiteral ;
  geo-pos:lat "54.33"^^xsd:decimal ;
  geo-pos:long "7.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_630'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_630'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.4555555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.57'^^xsd:double;
  dwc:startLongitude '7.57'^^xsd:double;
  dwc:endLongitude '7.57'^^xsd:double;
  dwc:latitude '54.33'^^xsd:double;
  dwc:startLatitude '54.33'^^xsd:double;
  dwc:endLatitude '54.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.57 54.33, 7.57 54.33, 7.57 54.33, 7.57 54.33, 7.57 54.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_630'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_629> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46 7.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.46"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.46 7.67)"^^geo:wktLiteral ;
  geo-pos:lat "54.46"^^xsd:decimal ;
  geo-pos:long "7.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_629'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_629'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.5775'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.67'^^xsd:double;
  dwc:startLongitude '7.67'^^xsd:double;
  dwc:endLongitude '7.67'^^xsd:double;
  dwc:latitude '54.46'^^xsd:double;
  dwc:startLatitude '54.46'^^xsd:double;
  dwc:endLatitude '54.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.67 54.46, 7.67 54.46, 7.67 54.46, 7.67 54.46, 7.67 54.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_629'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_564> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.54 7.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.54"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.54 7.68)"^^geo:wktLiteral ;
  geo-pos:lat "55.54"^^xsd:decimal ;
  geo-pos:long "7.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_564'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_564'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.2741666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.68'^^xsd:double;
  dwc:startLongitude '7.68'^^xsd:double;
  dwc:endLongitude '7.68'^^xsd:double;
  dwc:latitude '55.54'^^xsd:double;
  dwc:startLatitude '55.54'^^xsd:double;
  dwc:endLatitude '55.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.68 55.54, 7.68 55.54, 7.68 55.54, 7.68 55.54, 7.68 55.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_564'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.66 7.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.66"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.66 7.81)"^^geo:wktLiteral ;
  geo-pos:lat "54.66"^^xsd:decimal ;
  geo-pos:long "7.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_628'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_628'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.2588888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.81'^^xsd:double;
  dwc:startLongitude '7.81'^^xsd:double;
  dwc:endLongitude '7.81'^^xsd:double;
  dwc:latitude '54.66'^^xsd:double;
  dwc:startLatitude '54.66'^^xsd:double;
  dwc:endLatitude '54.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.81 54.66, 7.81 54.66, 7.81 54.66, 7.81 54.66, 7.81 54.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_628'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_627> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 7.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.81"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 7.92)"^^geo:wktLiteral ;
  geo-pos:lat "54.81"^^xsd:decimal ;
  geo-pos:long "7.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_627'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_627'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.2297222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.92'^^xsd:double;
  dwc:startLongitude '7.92'^^xsd:double;
  dwc:endLongitude '7.92'^^xsd:double;
  dwc:latitude '54.81'^^xsd:double;
  dwc:startLatitude '54.81'^^xsd:double;
  dwc:endLatitude '54.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.92 54.81, 7.92 54.81, 7.92 54.81, 7.92 54.81, 7.92 54.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_627'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_626> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.87 7.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.87"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4843__1152_626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.87 7.96)"^^geo:wktLiteral ;
  geo-pos:lat "54.87"^^xsd:decimal ;
  geo-pos:long "7.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1152_626'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.8241666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.96'^^xsd:double;
  dwc:startLongitude '7.96'^^xsd:double;
  dwc:endLongitude '7.96'^^xsd:double;
  dwc:latitude '54.87'^^xsd:double;
  dwc:startLatitude '54.87'^^xsd:double;
  dwc:endLatitude '54.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.96 54.87, 7.96 54.87, 7.96 54.87, 7.96 54.87, 7.96 54.87))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_626'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.53871 9.34161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.53871"^^xsd:decimal ;
  dwc:decimalLongitude "9.34161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_22'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_22'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.688055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.34161'^^xsd:double;
  dwc:startLongitude '9.34161'^^xsd:double;
  dwc:endLongitude '9.34161'^^xsd:double;
  dwc:latitude '58.53871'^^xsd:double;
  dwc:startLatitude '58.53871'^^xsd:double;
  dwc:endLatitude '58.53871'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.34161 58.53871, 9.34161 58.53871, 9.34161 58.53871, 9.34161 58.53871, 9.34161 58.53871))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_22'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66533 9.41229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66533"^^xsd:decimal ;
  dwc:decimalLongitude "9.41229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_23'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_23'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.542222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.41229'^^xsd:double;
  dwc:startLongitude '9.41229'^^xsd:double;
  dwc:endLongitude '9.41229'^^xsd:double;
  dwc:latitude '58.66533'^^xsd:double;
  dwc:startLatitude '58.66533'^^xsd:double;
  dwc:endLatitude '58.66533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.41229 58.66533, 9.41229 58.66533, 9.41229 58.66533, 9.41229 58.66533, 9.41229 58.66533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_23'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7576 9.47394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7576"^^xsd:decimal ;
  dwc:decimalLongitude "9.47394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_24'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_24'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.245'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.47394'^^xsd:double;
  dwc:startLongitude '9.47394'^^xsd:double;
  dwc:endLongitude '9.47394'^^xsd:double;
  dwc:latitude '58.7576'^^xsd:double;
  dwc:startLatitude '58.7576'^^xsd:double;
  dwc:endLatitude '58.7576'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.47394 58.7576, 9.47394 58.7576, 9.47394 58.7576, 9.47394 58.7576, 9.47394 58.7576))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_24'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.76873 9.48366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.76873"^^xsd:decimal ;
  dwc:decimalLongitude "9.48366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_25'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_25'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.3225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.48366'^^xsd:double;
  dwc:startLongitude '9.48366'^^xsd:double;
  dwc:endLongitude '9.48366'^^xsd:double;
  dwc:latitude '58.76873'^^xsd:double;
  dwc:startLatitude '58.76873'^^xsd:double;
  dwc:endLatitude '58.76873'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.48366 58.76873, 9.48366 58.76873, 9.48366 58.76873, 9.48366 58.76873, 9.48366 58.76873))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_25'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7852 9.49757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7852"^^xsd:decimal ;
  dwc:decimalLongitude "9.49757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_26'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_26'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.434166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.49757'^^xsd:double;
  dwc:startLongitude '9.49757'^^xsd:double;
  dwc:endLongitude '9.49757'^^xsd:double;
  dwc:latitude '58.7852'^^xsd:double;
  dwc:startLatitude '58.7852'^^xsd:double;
  dwc:endLatitude '58.7852'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.49757 58.7852, 9.49757 58.7852, 9.49757 58.7852, 9.49757 58.7852, 9.49757 58.7852))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_26'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.92994 9.64894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.92994"^^xsd:decimal ;
  dwc:decimalLongitude "9.64894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4843__1152_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_27'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_27'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.938333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.64894'^^xsd:double;
  dwc:startLongitude '9.64894'^^xsd:double;
  dwc:endLongitude '9.64894'^^xsd:double;
  dwc:latitude '58.92994'^^xsd:double;
  dwc:startLatitude '58.92994'^^xsd:double;
  dwc:endLatitude '58.92994'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.64894 58.92994, 9.64894 58.92994, 9.64894 58.92994, 9.64894 58.92994, 9.64894 58.92994))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_27'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.14 9.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.14"^^xsd:decimal ;
  dwc:decimalLongitude "9.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/4843__1152_496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.14 9.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.14"^^xsd:decimal ;
  geo-pos:long "9.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_496'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_496'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.061666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.87'^^xsd:double;
  dwc:startLongitude '9.87'^^xsd:double;
  dwc:endLongitude '9.87'^^xsd:double;
  dwc:latitude '55.14'^^xsd:double;
  dwc:startLatitude '55.14'^^xsd:double;
  dwc:endLatitude '55.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.87 55.14, 9.87 55.14, 9.87 55.14, 9.87 55.14, 9.87 55.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_496'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 9.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.95"^^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/4843__1152_460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.95 9.89)"^^geo:wktLiteral ;
  geo-pos:lat "57.95"^^xsd:decimal ;
  geo-pos:long "9.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_460'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_460'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.048333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.89'^^xsd:double;
  dwc:startLongitude '9.89'^^xsd:double;
  dwc:endLongitude '9.89'^^xsd:double;
  dwc:latitude '57.95'^^xsd:double;
  dwc:startLatitude '57.95'^^xsd:double;
  dwc:endLatitude '57.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.89 57.95, 9.89 57.95, 9.89 57.95, 9.89 57.95, 9.89 57.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_460'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^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/4843__1152_459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 9.93)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_459'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_459'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.849444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '9.93'^^xsd:double;
  dwc:startLongitude '9.93'^^xsd:double;
  dwc:endLongitude '9.93'^^xsd:double;
  dwc:latitude '57.98'^^xsd:double;
  dwc:startLatitude '57.98'^^xsd:double;
  dwc:endLatitude '57.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((9.93 57.98, 9.93 57.98, 9.93 57.98, 9.93 57.98, 9.93 57.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_459'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74 10.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.74"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74 10.01)"^^geo:wktLiteral ;
  geo-pos:lat "57.74"^^xsd:decimal ;
  geo-pos:long "10.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_461'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '1152_461'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.333888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.01'^^xsd:double;
  dwc:startLongitude '10.01'^^xsd:double;
  dwc:endLongitude '10.01'^^xsd:double;
  dwc:latitude '57.74'^^xsd:double;
  dwc:startLatitude '57.74'^^xsd:double;
  dwc:endLatitude '57.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.01 57.74, 10.01 57.74, 10.01 57.74, 10.01 57.74, 10.01 57.74))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_461'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.77 10.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.77"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.77 10.24)"^^geo:wktLiteral ;
  geo-pos:lat "58.77"^^xsd:decimal ;
  geo-pos:long "10.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_456'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_456'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.3461111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.24'^^xsd:double;
  dwc:startLongitude '10.24'^^xsd:double;
  dwc:endLongitude '10.24'^^xsd:double;
  dwc:latitude '58.77'^^xsd:double;
  dwc:startLatitude '58.77'^^xsd:double;
  dwc:endLatitude '58.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.24 58.77, 10.24 58.77, 10.24 58.77, 10.24 58.77, 10.24 58.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_456'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.72 10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.72"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.72 10.41)"^^geo:wktLiteral ;
  geo-pos:lat "58.72"^^xsd:decimal ;
  geo-pos:long "10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_455'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_455'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.7663888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.41'^^xsd:double;
  dwc:startLongitude '10.41'^^xsd:double;
  dwc:endLongitude '10.41'^^xsd:double;
  dwc:latitude '58.72'^^xsd:double;
  dwc:startLatitude '58.72'^^xsd:double;
  dwc:endLatitude '58.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.41 58.72, 10.41 58.72, 10.41 58.72, 10.41 58.72, 10.41 58.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_455'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.88 10.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.88"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.88 10.54)"^^geo:wktLiteral ;
  geo-pos:lat "58.88"^^xsd:decimal ;
  geo-pos:long "10.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_457'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_457'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.083055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.54'^^xsd:double;
  dwc:startLongitude '10.54'^^xsd:double;
  dwc:endLongitude '10.54'^^xsd:double;
  dwc:latitude '58.88'^^xsd:double;
  dwc:startLatitude '58.88'^^xsd:double;
  dwc:endLatitude '58.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.54 58.88, 10.54 58.88, 10.54 58.88, 10.54 58.88, 10.54 58.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_457'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81 10.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.81"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81 10.56)"^^geo:wktLiteral ;
  geo-pos:lat "57.81"^^xsd:decimal ;
  geo-pos:long "10.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_451'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1152_451'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.233055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.56'^^xsd:double;
  dwc:startLongitude '10.56'^^xsd:double;
  dwc:endLongitude '10.56'^^xsd:double;
  dwc:latitude '57.81'^^xsd:double;
  dwc:startLatitude '57.81'^^xsd:double;
  dwc:endLatitude '57.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.56 57.81, 10.56 57.81, 10.56 57.81, 10.56 57.81, 10.56 57.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_451'^^xsd:string;
  dwc:observationDate '2005-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 10.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.17"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 10.6)"^^geo:wktLiteral ;
  geo-pos:lat "56.17"^^xsd:decimal ;
  geo-pos:long "10.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_544'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.9161111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.6'^^xsd:double;
  dwc:startLongitude '10.6'^^xsd:double;
  dwc:endLongitude '10.6'^^xsd:double;
  dwc:latitude '56.17'^^xsd:double;
  dwc:startLatitude '56.17'^^xsd:double;
  dwc:endLatitude '56.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.6 56.17, 10.6 56.17, 10.6 56.17, 10.6 56.17, 10.6 56.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_544'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 10.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.16"^^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/4843__1152_545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 10.61)"^^geo:wktLiteral ;
  geo-pos:lat "56.16"^^xsd:decimal ;
  geo-pos:long "10.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_545'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_545'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.9475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.61'^^xsd:double;
  dwc:startLongitude '10.61'^^xsd:double;
  dwc:endLongitude '10.61'^^xsd:double;
  dwc:latitude '56.16'^^xsd:double;
  dwc:startLatitude '56.16'^^xsd:double;
  dwc:endLatitude '56.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.61 56.16, 10.61 56.16, 10.61 56.16, 10.61 56.16, 10.61 56.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_545'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 10.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.14"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 10.62)"^^geo:wktLiteral ;
  geo-pos:lat "56.14"^^xsd:decimal ;
  geo-pos:long "10.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_546'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_546'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.1080555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.62'^^xsd:double;
  dwc:startLongitude '10.62'^^xsd:double;
  dwc:endLongitude '10.62'^^xsd:double;
  dwc:latitude '56.14'^^xsd:double;
  dwc:startLatitude '56.14'^^xsd:double;
  dwc:endLatitude '56.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.62 56.14, 10.62 56.14, 10.62 56.14, 10.62 56.14, 10.62 56.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_546'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.69 10.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.69"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.69 10.62)"^^geo:wktLiteral ;
  geo-pos:lat "56.69"^^xsd:decimal ;
  geo-pos:long "10.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_513'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_513'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.5416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.62'^^xsd:double;
  dwc:startLongitude '10.62'^^xsd:double;
  dwc:endLongitude '10.62'^^xsd:double;
  dwc:latitude '56.69'^^xsd:double;
  dwc:startLatitude '56.69'^^xsd:double;
  dwc:endLatitude '56.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.62 56.69, 10.62 56.69, 10.62 56.69, 10.62 56.69, 10.62 56.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_513'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.65 10.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.65"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.65 10.62)"^^geo:wktLiteral ;
  geo-pos:lat "58.65"^^xsd:decimal ;
  geo-pos:long "10.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_454'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_454'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.07'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.62'^^xsd:double;
  dwc:startLongitude '10.62'^^xsd:double;
  dwc:endLongitude '10.62'^^xsd:double;
  dwc:latitude '58.65'^^xsd:double;
  dwc:startLatitude '58.65'^^xsd:double;
  dwc:endLatitude '58.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.62 58.65, 10.62 58.65, 10.62 58.65, 10.62 58.65, 10.62 58.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_454'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13 10.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13 10.63)"^^geo:wktLiteral ;
  geo-pos:lat "56.13"^^xsd:decimal ;
  geo-pos:long "10.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_547'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_547'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.1911111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.63'^^xsd:double;
  dwc:startLongitude '10.63'^^xsd:double;
  dwc:endLongitude '10.63'^^xsd:double;
  dwc:latitude '56.13'^^xsd:double;
  dwc:startLatitude '56.13'^^xsd:double;
  dwc:endLatitude '56.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.63 56.13, 10.63 56.13, 10.63 56.13, 10.63 56.13, 10.63 56.13))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_547'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.11 10.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.11"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.11 10.64)"^^geo:wktLiteral ;
  geo-pos:lat "56.11"^^xsd:decimal ;
  geo-pos:long "10.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_548'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_548'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.3186111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.64'^^xsd:double;
  dwc:startLongitude '10.64'^^xsd:double;
  dwc:endLongitude '10.64'^^xsd:double;
  dwc:latitude '56.11'^^xsd:double;
  dwc:startLatitude '56.11'^^xsd:double;
  dwc:endLatitude '56.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.64 56.11, 10.64 56.11, 10.64 56.11, 10.64 56.11, 10.64 56.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_548'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 10.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.84"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 10.64)"^^geo:wktLiteral ;
  geo-pos:lat "58.84"^^xsd:decimal ;
  geo-pos:long "10.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_458'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_458'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.505833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.64'^^xsd:double;
  dwc:startLongitude '10.64'^^xsd:double;
  dwc:endLongitude '10.64'^^xsd:double;
  dwc:latitude '58.84'^^xsd:double;
  dwc:startLatitude '58.84'^^xsd:double;
  dwc:endLatitude '58.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.64 58.84, 10.64 58.84, 10.64 58.84, 10.64 58.84, 10.64 58.84))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_458'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.65)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_549'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_549'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.65'^^xsd:double;
  dwc:startLongitude '10.65'^^xsd:double;
  dwc:endLongitude '10.65'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.65 56.08, 10.65 56.08, 10.65 56.08, 10.65 56.08, 10.65 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_549'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 10.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 10.66)"^^geo:wktLiteral ;
  geo-pos:lat "56.09"^^xsd:decimal ;
  geo-pos:long "10.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_543'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_543'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.866388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.66'^^xsd:double;
  dwc:startLongitude '10.66'^^xsd:double;
  dwc:endLongitude '10.66'^^xsd:double;
  dwc:latitude '56.09'^^xsd:double;
  dwc:startLatitude '56.09'^^xsd:double;
  dwc:endLatitude '56.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.66 56.09, 10.66 56.09, 10.66 56.09, 10.66 56.09, 10.66 56.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_543'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.02 10.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.02"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.02 10.66)"^^geo:wktLiteral ;
  geo-pos:lat "57.02"^^xsd:decimal ;
  geo-pos:long "10.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_560'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_560'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.165277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.66'^^xsd:double;
  dwc:startLongitude '10.66'^^xsd:double;
  dwc:endLongitude '10.66'^^xsd:double;
  dwc:latitude '57.02'^^xsd:double;
  dwc:startLatitude '57.02'^^xsd:double;
  dwc:endLatitude '57.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.66 57.02, 10.66 57.02, 10.66 57.02, 10.66 57.02, 10.66 57.02))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_560'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.04 10.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.04"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.04 10.67)"^^geo:wktLiteral ;
  geo-pos:lat "56.04"^^xsd:decimal ;
  geo-pos:long "10.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_551'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_551'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.7605555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.67'^^xsd:double;
  dwc:startLongitude '10.67'^^xsd:double;
  dwc:endLongitude '10.67'^^xsd:double;
  dwc:latitude '56.04'^^xsd:double;
  dwc:startLatitude '56.04'^^xsd:double;
  dwc:endLatitude '56.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.67 56.04, 10.67 56.04, 10.67 56.04, 10.67 56.04, 10.67 56.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_551'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.06"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.67)"^^geo:wktLiteral ;
  geo-pos:lat "56.06"^^xsd:decimal ;
  geo-pos:long "10.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_550'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_550'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.6488888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.67'^^xsd:double;
  dwc:startLongitude '10.67'^^xsd:double;
  dwc:endLongitude '10.67'^^xsd:double;
  dwc:latitude '56.06'^^xsd:double;
  dwc:startLatitude '56.06'^^xsd:double;
  dwc:endLatitude '56.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.67 56.06, 10.67 56.06, 10.67 56.06, 10.67 56.06, 10.67 56.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_550'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 10.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 10.68)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "10.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_495'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1152_495'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.730833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.68'^^xsd:double;
  dwc:startLongitude '10.68'^^xsd:double;
  dwc:endLongitude '10.68'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.68 54.7, 10.68 54.7, 10.68 54.7, 10.68 54.7, 10.68 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_495'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.68)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "10.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_542'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_542'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.751944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.68'^^xsd:double;
  dwc:startLongitude '10.68'^^xsd:double;
  dwc:endLongitude '10.68'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.68 56.08, 10.68 56.08, 10.68 56.08, 10.68 56.08, 10.68 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_542'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.11 10.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.11"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.11 10.68)"^^geo:wktLiteral ;
  geo-pos:lat "57.11"^^xsd:decimal ;
  geo-pos:long "10.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_561'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.689722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.68'^^xsd:double;
  dwc:startLongitude '10.68'^^xsd:double;
  dwc:endLongitude '10.68'^^xsd:double;
  dwc:latitude '57.11'^^xsd:double;
  dwc:startLatitude '57.11'^^xsd:double;
  dwc:endLatitude '57.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.68 57.11, 10.68 57.11, 10.68 57.11, 10.68 57.11, 10.68 57.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_561'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_562> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.12 10.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.12"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.12 10.69)"^^geo:wktLiteral ;
  geo-pos:lat "57.12"^^xsd:decimal ;
  geo-pos:long "10.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_562'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.750277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.69'^^xsd:double;
  dwc:startLongitude '10.69'^^xsd:double;
  dwc:endLongitude '10.69'^^xsd:double;
  dwc:latitude '57.12'^^xsd:double;
  dwc:startLatitude '57.12'^^xsd:double;
  dwc:endLatitude '57.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.69 57.12, 10.69 57.12, 10.69 57.12, 10.69 57.12, 10.69 57.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_562'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.62 10.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.62"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.62 10.7)"^^geo:wktLiteral ;
  geo-pos:lat "58.62"^^xsd:decimal ;
  geo-pos:long "10.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_453'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1152_453'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.8041666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.7'^^xsd:double;
  dwc:startLongitude '10.7'^^xsd:double;
  dwc:endLongitude '10.7'^^xsd:double;
  dwc:latitude '58.62'^^xsd:double;
  dwc:startLatitude '58.62'^^xsd:double;
  dwc:endLatitude '58.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.7 58.62, 10.7 58.62, 10.7 58.62, 10.7 58.62, 10.7 58.62))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_453'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.95 10.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.95"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.95 10.71)"^^geo:wktLiteral ;
  geo-pos:lat "55.95"^^xsd:decimal ;
  geo-pos:long "10.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_552'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_552'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.3563888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.71'^^xsd:double;
  dwc:startLongitude '10.71'^^xsd:double;
  dwc:endLongitude '10.71'^^xsd:double;
  dwc:latitude '55.95'^^xsd:double;
  dwc:startLatitude '55.95'^^xsd:double;
  dwc:endLatitude '55.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.71 55.95, 10.71 55.95, 10.71 55.95, 10.71 55.95, 10.71 55.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_552'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.72)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "10.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_494'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_494'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.3552777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.72'^^xsd:double;
  dwc:startLongitude '10.72'^^xsd:double;
  dwc:endLongitude '10.72'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.72 56.08, 10.72 56.08, 10.72 56.08, 10.72 56.08, 10.72 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_494'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_553> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93 10.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.93"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93 10.73)"^^geo:wktLiteral ;
  geo-pos:lat "55.93"^^xsd:decimal ;
  geo-pos:long "10.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_553'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_553'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.4902777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.73'^^xsd:double;
  dwc:startLongitude '10.73'^^xsd:double;
  dwc:endLongitude '10.73'^^xsd:double;
  dwc:latitude '55.93'^^xsd:double;
  dwc:startLatitude '55.93'^^xsd:double;
  dwc:endLatitude '55.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.73 55.93, 10.73 55.93, 10.73 55.93, 10.73 55.93, 10.73 55.93))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_553'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.75)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "10.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_493'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_493'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.2338888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.75'^^xsd:double;
  dwc:startLongitude '10.75'^^xsd:double;
  dwc:endLongitude '10.75'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.75 56.08, 10.75 56.08, 10.75 56.08, 10.75 56.08, 10.75 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_493'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.91 10.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.91"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.91 10.76)"^^geo:wktLiteral ;
  geo-pos:lat "55.91"^^xsd:decimal ;
  geo-pos:long "10.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_554'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_554'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.7144444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.76'^^xsd:double;
  dwc:startLongitude '10.76'^^xsd:double;
  dwc:endLongitude '10.76'^^xsd:double;
  dwc:latitude '55.91'^^xsd:double;
  dwc:startLatitude '55.91'^^xsd:double;
  dwc:endLatitude '55.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.76 55.91, 10.76 55.91, 10.76 55.91, 10.76 55.91, 10.76 55.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_554'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.33 10.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.33"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.33 10.76)"^^geo:wktLiteral ;
  geo-pos:lat "57.33"^^xsd:decimal ;
  geo-pos:long "10.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_563'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '1152_563'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.935'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.76'^^xsd:double;
  dwc:startLongitude '10.76'^^xsd:double;
  dwc:endLongitude '10.76'^^xsd:double;
  dwc:latitude '57.33'^^xsd:double;
  dwc:startLatitude '57.33'^^xsd:double;
  dwc:endLatitude '57.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.76 57.33, 10.76 57.33, 10.76 57.33, 10.76 57.33, 10.76 57.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_563'^^xsd:string;
  dwc:observationDate '2005-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.89 10.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.89"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.89 10.78)"^^geo:wktLiteral ;
  geo-pos:lat "55.89"^^xsd:decimal ;
  geo-pos:long "10.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_555'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_555'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.8175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.78'^^xsd:double;
  dwc:startLongitude '10.78'^^xsd:double;
  dwc:endLongitude '10.78'^^xsd:double;
  dwc:latitude '55.89'^^xsd:double;
  dwc:startLatitude '55.89'^^xsd:double;
  dwc:endLatitude '55.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.78 55.89, 10.78 55.89, 10.78 55.89, 10.78 55.89, 10.78 55.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_555'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 10.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 10.78)"^^geo:wktLiteral ;
  geo-pos:lat "56"^^xsd:decimal ;
  geo-pos:long "10.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_541'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_541'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.223611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.78'^^xsd:double;
  dwc:startLongitude '10.78'^^xsd:double;
  dwc:endLongitude '10.78'^^xsd:double;
  dwc:latitude '56'^^xsd:integer;
  dwc:startLatitude '56'^^xsd:integer;
  dwc:endLatitude '56'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((10.78 56, 10.78 56, 10.78 56, 10.78 56, 10.78 56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_541'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.85 10.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.85"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.85 10.83)"^^geo:wktLiteral ;
  geo-pos:lat "55.85"^^xsd:decimal ;
  geo-pos:long "10.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_556'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_556'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.1394444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.83'^^xsd:double;
  dwc:startLongitude '10.83'^^xsd:double;
  dwc:endLongitude '10.83'^^xsd:double;
  dwc:latitude '55.85'^^xsd:double;
  dwc:startLatitude '55.85'^^xsd:double;
  dwc:endLatitude '55.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.83 55.85, 10.83 55.85, 10.83 55.85, 10.83 55.85, 10.83 55.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_556'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.68 10.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.68"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.68 10.83)"^^geo:wktLiteral ;
  geo-pos:lat "56.68"^^xsd:decimal ;
  geo-pos:long "10.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_514'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_514'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.24'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.83'^^xsd:double;
  dwc:startLongitude '10.83'^^xsd:double;
  dwc:endLongitude '10.83'^^xsd:double;
  dwc:latitude '56.68'^^xsd:double;
  dwc:startLatitude '56.68'^^xsd:double;
  dwc:endLatitude '56.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.83 56.68, 10.83 56.68, 10.83 56.68, 10.83 56.68, 10.83 56.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_514'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.54 10.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.54"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.54 10.83)"^^geo:wktLiteral ;
  geo-pos:lat "57.54"^^xsd:decimal ;
  geo-pos:long "10.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_462'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_462'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.7066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.83'^^xsd:double;
  dwc:startLongitude '10.83'^^xsd:double;
  dwc:endLongitude '10.83'^^xsd:double;
  dwc:latitude '57.54'^^xsd:double;
  dwc:startLatitude '57.54'^^xsd:double;
  dwc:endLatitude '57.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.83 57.54, 10.83 57.54, 10.83 57.54, 10.83 57.54, 10.83 57.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_462'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.53 10.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.53"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.53 10.87)"^^geo:wktLiteral ;
  geo-pos:lat "57.53"^^xsd:decimal ;
  geo-pos:long "10.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_463'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_463'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.8441666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.87'^^xsd:double;
  dwc:startLongitude '10.87'^^xsd:double;
  dwc:endLongitude '10.87'^^xsd:double;
  dwc:latitude '57.53'^^xsd:double;
  dwc:startLatitude '57.53'^^xsd:double;
  dwc:endLatitude '57.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.87 57.53, 10.87 57.53, 10.87 57.53, 10.87 57.53, 10.87 57.53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_463'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 10.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 10.88)"^^geo:wktLiteral ;
  geo-pos:lat "55.8"^^xsd:decimal ;
  geo-pos:long "10.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_557'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_557'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.4458333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.88'^^xsd:double;
  dwc:startLongitude '10.88'^^xsd:double;
  dwc:endLongitude '10.88'^^xsd:double;
  dwc:latitude '55.8'^^xsd:double;
  dwc:startLatitude '55.8'^^xsd:double;
  dwc:endLatitude '55.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.88 55.8, 10.88 55.8, 10.88 55.8, 10.88 55.8, 10.88 55.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_557'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 10.88)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "10.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_492'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_492'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.8'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.88'^^xsd:double;
  dwc:startLongitude '10.88'^^xsd:double;
  dwc:endLongitude '10.88'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.88 56.08, 10.88 56.08, 10.88 56.08, 10.88 56.08, 10.88 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_492'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.78 10.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.78"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.78 10.9)"^^geo:wktLiteral ;
  geo-pos:lat "55.78"^^xsd:decimal ;
  geo-pos:long "10.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_558'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_558'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.5872222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.9'^^xsd:double;
  dwc:startLongitude '10.9'^^xsd:double;
  dwc:endLongitude '10.9'^^xsd:double;
  dwc:latitude '55.78'^^xsd:double;
  dwc:startLatitude '55.78'^^xsd:double;
  dwc:endLatitude '55.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.9 55.78, 10.9 55.78, 10.9 55.78, 10.9 55.78, 10.9 55.78))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_558'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 10.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.17"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.17 10.94)"^^geo:wktLiteral ;
  geo-pos:lat "58.17"^^xsd:decimal ;
  geo-pos:long "10.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_452'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '1152_452'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.679444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.94'^^xsd:double;
  dwc:startLongitude '10.94'^^xsd:double;
  dwc:endLongitude '10.94'^^xsd:double;
  dwc:latitude '58.17'^^xsd:double;
  dwc:startLatitude '58.17'^^xsd:double;
  dwc:endLatitude '58.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.94 58.17, 10.94 58.17, 10.94 58.17, 10.94 58.17, 10.94 58.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_452'^^xsd:string;
  dwc:observationDate '2005-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.06"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.98)"^^geo:wktLiteral ;
  geo-pos:lat "56.06"^^xsd:decimal ;
  geo-pos:long "10.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_540'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_540'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.056944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.98'^^xsd:double;
  dwc:startLongitude '10.98'^^xsd:double;
  dwc:endLongitude '10.98'^^xsd:double;
  dwc:latitude '56.06'^^xsd:double;
  dwc:startLatitude '56.06'^^xsd:double;
  dwc:endLatitude '56.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.98 56.06, 10.98 56.06, 10.98 56.06, 10.98 56.06, 10.98 56.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_540'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52 10.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.52"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4843__1152_464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52 10.98)"^^geo:wktLiteral ;
  geo-pos:lat "57.52"^^xsd:decimal ;
  geo-pos:long "10.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_464'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_464'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.1925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.98'^^xsd:double;
  dwc:startLongitude '10.98'^^xsd:double;
  dwc:endLongitude '10.98'^^xsd:double;
  dwc:latitude '57.52'^^xsd:double;
  dwc:startLatitude '57.52'^^xsd:double;
  dwc:endLatitude '57.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.98 57.52, 10.98 57.52, 10.98 57.52, 10.98 57.52, 10.98 57.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_464'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 11.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 11.04)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "11.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_497'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_497'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.1502777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.04'^^xsd:double;
  dwc:startLongitude '11.04'^^xsd:double;
  dwc:endLongitude '11.04'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.04 54.65, 11.04 54.65, 11.04 54.65, 11.04 54.65, 11.04 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_497'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 11.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.37"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 11.04)"^^geo:wktLiteral ;
  geo-pos:lat "55.37"^^xsd:decimal ;
  geo-pos:long "11.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_559'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1152_559'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.750277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.04'^^xsd:double;
  dwc:startLongitude '11.04'^^xsd:double;
  dwc:endLongitude '11.04'^^xsd:double;
  dwc:latitude '55.37'^^xsd:double;
  dwc:startLatitude '55.37'^^xsd:double;
  dwc:endLatitude '55.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.04 55.37, 11.04 55.37, 11.04 55.37, 11.04 55.37, 11.04 55.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_559'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 11.05)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_498'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_498'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.4588888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.05'^^xsd:double;
  dwc:startLongitude '11.05'^^xsd:double;
  dwc:endLongitude '11.05'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.05 54.7, 11.05 54.7, 11.05 54.7, 11.05 54.7, 11.05 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_498'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.12 11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.12"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.12 11.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.12"^^xsd:decimal ;
  geo-pos:long "11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_539'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_539'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.658055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.05'^^xsd:double;
  dwc:startLongitude '11.05'^^xsd:double;
  dwc:endLongitude '11.05'^^xsd:double;
  dwc:latitude '56.12'^^xsd:double;
  dwc:startLatitude '56.12'^^xsd:double;
  dwc:endLatitude '56.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.05 56.12, 11.05 56.12, 11.05 56.12, 11.05 56.12, 11.05 56.12))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_539'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.72 11.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.72"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.72 11.07)"^^geo:wktLiteral ;
  geo-pos:lat "54.72"^^xsd:decimal ;
  geo-pos:long "11.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_499'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '1152_499'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.6066666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.07'^^xsd:double;
  dwc:startLongitude '11.07'^^xsd:double;
  dwc:endLongitude '11.07'^^xsd:double;
  dwc:latitude '54.72'^^xsd:double;
  dwc:startLatitude '54.72'^^xsd:double;
  dwc:endLatitude '54.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.07 54.72, 11.07 54.72, 11.07 54.72, 11.07 54.72, 11.07 54.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_499'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5 11.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5 11.07)"^^geo:wktLiteral ;
  geo-pos:lat "57.5"^^xsd:decimal ;
  geo-pos:long "11.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_465'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_465'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.4852777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.07'^^xsd:double;
  dwc:startLongitude '11.07'^^xsd:double;
  dwc:endLongitude '11.07'^^xsd:double;
  dwc:latitude '57.5'^^xsd:double;
  dwc:startLatitude '57.5'^^xsd:double;
  dwc:endLatitude '57.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.07 57.5, 11.07 57.5, 11.07 57.5, 11.07 57.5, 11.07 57.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_465'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.08)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "11.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_491'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_491'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.1194444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.08'^^xsd:double;
  dwc:startLongitude '11.08'^^xsd:double;
  dwc:endLongitude '11.08'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.08 56.08, 11.08 56.08, 11.08 56.08, 11.08 56.08, 11.08 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_491'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15 11.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.15"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15 11.08)"^^geo:wktLiteral ;
  geo-pos:lat "56.15"^^xsd:decimal ;
  geo-pos:long "11.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_538'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_538'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.447777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.08'^^xsd:double;
  dwc:startLongitude '11.08'^^xsd:double;
  dwc:endLongitude '11.08'^^xsd:double;
  dwc:latitude '56.15'^^xsd:double;
  dwc:startLatitude '56.15'^^xsd:double;
  dwc:endLatitude '56.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.08 56.15, 11.08 56.15, 11.08 56.15, 11.08 56.15, 11.08 56.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_538'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5 11.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.5"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.5 11.09)"^^geo:wktLiteral ;
  geo-pos:lat "57.5"^^xsd:decimal ;
  geo-pos:long "11.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_466'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_466'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.5766666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.09'^^xsd:double;
  dwc:startLongitude '11.09'^^xsd:double;
  dwc:endLongitude '11.09'^^xsd:double;
  dwc:latitude '57.5'^^xsd:double;
  dwc:startLatitude '57.5'^^xsd:double;
  dwc:endLatitude '57.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.09 57.5, 11.09 57.5, 11.09 57.5, 11.09 57.5, 11.09 57.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_466'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.17"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "56.17"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_537'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_537'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.1'^^xsd:double;
  dwc:startLongitude '11.1'^^xsd:double;
  dwc:endLongitude '11.1'^^xsd:double;
  dwc:latitude '56.17'^^xsd:double;
  dwc:startLatitude '56.17'^^xsd:double;
  dwc:endLatitude '56.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.1 56.17, 11.1 56.17, 11.1 56.17, 11.1 56.17, 11.1 56.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_537'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_490'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.9502777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:startLongitude '11.13'^^xsd:double;
  dwc:endLongitude '11.13'^^xsd:double;
  dwc:latitude '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.13 56.08, 11.13 56.08, 11.13 56.08, 11.13 56.08, 11.13 56.08))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_490'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.19 11.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.19"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.19 11.13)"^^geo:wktLiteral ;
  geo-pos:lat "56.19"^^xsd:decimal ;
  geo-pos:long "11.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_536'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_536'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.1725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.13'^^xsd:double;
  dwc:startLongitude '11.13'^^xsd:double;
  dwc:endLongitude '11.13'^^xsd:double;
  dwc:latitude '56.19'^^xsd:double;
  dwc:startLatitude '56.19'^^xsd:double;
  dwc:endLatitude '56.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.13 56.19, 11.13 56.19, 11.13 56.19, 11.13 56.19, 11.13 56.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_536'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.14)"^^geo:wktLiteral ;
  geo-pos:lat "56.2"^^xsd:decimal ;
  geo-pos:long "11.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_535'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_535'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.098055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.14'^^xsd:double;
  dwc:startLongitude '11.14'^^xsd:double;
  dwc:endLongitude '11.14'^^xsd:double;
  dwc:latitude '56.2'^^xsd:double;
  dwc:startLatitude '56.2'^^xsd:double;
  dwc:endLatitude '56.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.14 56.2, 11.14 56.2, 11.14 56.2, 11.14 56.2, 11.14 56.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_535'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.16)"^^geo:wktLiteral ;
  geo-pos:lat "57.48"^^xsd:decimal ;
  geo-pos:long "11.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_467'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_467'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.8113888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.16'^^xsd:double;
  dwc:startLongitude '11.16'^^xsd:double;
  dwc:endLongitude '11.16'^^xsd:double;
  dwc:latitude '57.48'^^xsd:double;
  dwc:startLatitude '57.48'^^xsd:double;
  dwc:endLatitude '57.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.16 57.48, 11.16 57.48, 11.16 57.48, 11.16 57.48, 11.16 57.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_467'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 11.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09"^^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/4843__1152_489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 11.17)"^^geo:wktLiteral ;
  geo-pos:lat "56.09"^^xsd:decimal ;
  geo-pos:long "11.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_489'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_489'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.7844444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.17'^^xsd:double;
  dwc:startLongitude '11.17'^^xsd:double;
  dwc:endLongitude '11.17'^^xsd:double;
  dwc:latitude '56.09'^^xsd:double;
  dwc:startLatitude '56.09'^^xsd:double;
  dwc:endLatitude '56.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.17 56.09, 11.17 56.09, 11.17 56.09, 11.17 56.09, 11.17 56.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_489'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66 11.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.66"^^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/4843__1152_515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66 11.17)"^^geo:wktLiteral ;
  geo-pos:lat "56.66"^^xsd:decimal ;
  geo-pos:long "11.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_515'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_515'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.334166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.17'^^xsd:double;
  dwc:startLongitude '11.17'^^xsd:double;
  dwc:endLongitude '11.17'^^xsd:double;
  dwc:latitude '56.66'^^xsd:double;
  dwc:startLatitude '56.66'^^xsd:double;
  dwc:endLatitude '56.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.17 56.66, 11.17 56.66, 11.17 56.66, 11.17 56.66, 11.17 56.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_515'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.24 11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.24"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.24 11.19)"^^geo:wktLiteral ;
  geo-pos:lat "56.24"^^xsd:decimal ;
  geo-pos:long "11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_534'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_534'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.803611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.19'^^xsd:double;
  dwc:startLongitude '11.19'^^xsd:double;
  dwc:endLongitude '11.19'^^xsd:double;
  dwc:latitude '56.24'^^xsd:double;
  dwc:startLatitude '56.24'^^xsd:double;
  dwc:endLatitude '56.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.19 56.24, 11.19 56.24, 11.19 56.24, 11.19 56.24, 11.19 56.24))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_534'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.19)"^^geo:wktLiteral ;
  geo-pos:lat "57.48"^^xsd:decimal ;
  geo-pos:long "11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_468'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_468'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.9244444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.19'^^xsd:double;
  dwc:startLongitude '11.19'^^xsd:double;
  dwc:endLongitude '11.19'^^xsd:double;
  dwc:latitude '57.48'^^xsd:double;
  dwc:startLatitude '57.48'^^xsd:double;
  dwc:endLatitude '57.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.19 57.48, 11.19 57.48, 11.19 57.48, 11.19 57.48, 11.19 57.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_468'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.19)"^^geo:wktLiteral ;
  geo-pos:lat "57.48"^^xsd:decimal ;
  geo-pos:long "11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_469'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_469'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.9291666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.19'^^xsd:double;
  dwc:startLongitude '11.19'^^xsd:double;
  dwc:endLongitude '11.19'^^xsd:double;
  dwc:latitude '57.48'^^xsd:double;
  dwc:startLatitude '57.48'^^xsd:double;
  dwc:endLatitude '57.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.19 57.48, 11.19 57.48, 11.19 57.48, 11.19 57.48, 11.19 57.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_469'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48"^^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/4843__1152_470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.21)"^^geo:wktLiteral ;
  geo-pos:lat "57.48"^^xsd:decimal ;
  geo-pos:long "11.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_470'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_470'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.9866666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.21'^^xsd:double;
  dwc:startLongitude '11.21'^^xsd:double;
  dwc:endLongitude '11.21'^^xsd:double;
  dwc:latitude '57.48'^^xsd:double;
  dwc:startLatitude '57.48'^^xsd:double;
  dwc:endLatitude '57.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.21 57.48, 11.21 57.48, 11.21 57.48, 11.21 57.48, 11.21 57.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_470'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.24)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "11.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_471'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_471'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.095'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.24'^^xsd:double;
  dwc:startLongitude '11.24'^^xsd:double;
  dwc:endLongitude '11.24'^^xsd:double;
  dwc:latitude '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.24 57.47, 11.24 57.47, 11.24 57.47, 11.24 57.47, 11.24 57.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_471'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.26)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "11.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_473'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_473'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.1727777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.26'^^xsd:double;
  dwc:startLongitude '11.26'^^xsd:double;
  dwc:endLongitude '11.26'^^xsd:double;
  dwc:latitude '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.26 57.47, 11.26 57.47, 11.26 57.47, 11.26 57.47, 11.26 57.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_473'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.26)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "11.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_472'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_472'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.1605555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.26'^^xsd:double;
  dwc:startLongitude '11.26'^^xsd:double;
  dwc:endLongitude '11.26'^^xsd:double;
  dwc:latitude '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.26 57.47, 11.26 57.47, 11.26 57.47, 11.26 57.47, 11.26 57.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_472'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.32 11.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.32"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.32 11.28)"^^geo:wktLiteral ;
  geo-pos:lat "56.32"^^xsd:decimal ;
  geo-pos:long "11.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_533'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_533'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.240277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.28'^^xsd:double;
  dwc:startLongitude '11.28'^^xsd:double;
  dwc:endLongitude '11.28'^^xsd:double;
  dwc:latitude '56.32'^^xsd:double;
  dwc:startLatitude '56.32'^^xsd:double;
  dwc:endLatitude '56.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.28 56.32, 11.28 56.32, 11.28 56.32, 11.28 56.32, 11.28 56.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_533'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.32 11.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.32"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.32 11.29)"^^geo:wktLiteral ;
  geo-pos:lat "56.32"^^xsd:decimal ;
  geo-pos:long "11.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_532'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_532'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.213333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.29'^^xsd:double;
  dwc:startLongitude '11.29'^^xsd:double;
  dwc:endLongitude '11.29'^^xsd:double;
  dwc:latitude '56.32'^^xsd:double;
  dwc:startLatitude '56.32'^^xsd:double;
  dwc:endLatitude '56.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.29 56.32, 11.29 56.32, 11.29 56.32, 11.29 56.32, 11.29 56.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_532'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.33 11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.33"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.33 11.3)"^^geo:wktLiteral ;
  geo-pos:lat "56.33"^^xsd:decimal ;
  geo-pos:long "11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_531'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_531'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.125555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.3'^^xsd:double;
  dwc:startLongitude '11.3'^^xsd:double;
  dwc:endLongitude '11.3'^^xsd:double;
  dwc:latitude '56.33'^^xsd:double;
  dwc:startLatitude '56.33'^^xsd:double;
  dwc:endLatitude '56.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.3 56.33, 11.3 56.33, 11.3 56.33, 11.3 56.33, 11.3 56.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_531'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 11.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 11.31)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "11.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_516'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_516'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.786111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.31'^^xsd:double;
  dwc:startLongitude '11.31'^^xsd:double;
  dwc:endLongitude '11.31'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:startLatitude '56.65'^^xsd:double;
  dwc:endLatitude '56.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.31 56.65, 11.31 56.65, 11.31 56.65, 11.31 56.65, 11.31 56.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_516'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.46 11.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.46"^^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/4843__1152_474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.46 11.32)"^^geo:wktLiteral ;
  geo-pos:lat "57.46"^^xsd:decimal ;
  geo-pos:long "11.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_474'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_474'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.3827777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.32'^^xsd:double;
  dwc:startLongitude '11.32'^^xsd:double;
  dwc:endLongitude '11.32'^^xsd:double;
  dwc:latitude '57.46'^^xsd:double;
  dwc:startLatitude '57.46'^^xsd:double;
  dwc:endLatitude '57.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.32 57.46, 11.32 57.46, 11.32 57.46, 11.32 57.46, 11.32 57.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_474'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 11.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 11.34)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "11.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_517'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_517'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.891666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.34'^^xsd:double;
  dwc:startLongitude '11.34'^^xsd:double;
  dwc:endLongitude '11.34'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.34 56.64, 11.34 56.64, 11.34 56.64, 11.34 56.64, 11.34 56.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_517'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.37 11.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.37"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.37 11.35)"^^geo:wktLiteral ;
  geo-pos:lat "56.37"^^xsd:decimal ;
  geo-pos:long "11.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_530'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_530'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.824722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.35'^^xsd:double;
  dwc:startLongitude '11.35'^^xsd:double;
  dwc:endLongitude '11.35'^^xsd:double;
  dwc:latitude '56.37'^^xsd:double;
  dwc:startLatitude '56.37'^^xsd:double;
  dwc:endLatitude '56.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.35 56.37, 11.35 56.37, 11.35 56.37, 11.35 56.37, 11.35 56.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_530'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.98"^^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/4843__1152_488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.37)"^^geo:wktLiteral ;
  geo-pos:lat "55.98"^^xsd:decimal ;
  geo-pos:long "11.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_488'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_488'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.7736111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.37'^^xsd:double;
  dwc:startLongitude '11.37'^^xsd:double;
  dwc:endLongitude '11.37'^^xsd:double;
  dwc:latitude '55.98'^^xsd:double;
  dwc:startLatitude '55.98'^^xsd:double;
  dwc:endLatitude '55.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.37 55.98, 11.37 55.98, 11.37 55.98, 11.37 55.98, 11.37 55.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_488'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.41 11.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.41"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.41 11.39)"^^geo:wktLiteral ;
  geo-pos:lat "56.41"^^xsd:decimal ;
  geo-pos:long "11.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_529'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_529'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.604166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.39'^^xsd:double;
  dwc:startLongitude '11.39'^^xsd:double;
  dwc:endLongitude '11.39'^^xsd:double;
  dwc:latitude '56.41'^^xsd:double;
  dwc:startLatitude '56.41'^^xsd:double;
  dwc:endLatitude '56.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.39 56.41, 11.39 56.41, 11.39 56.41, 11.39 56.41, 11.39 56.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_529'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_528> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.44 11.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.44"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.44 11.43)"^^geo:wktLiteral ;
  geo-pos:lat "56.44"^^xsd:decimal ;
  geo-pos:long "11.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_528'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_528'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.43'^^xsd:double;
  dwc:startLongitude '11.43'^^xsd:double;
  dwc:endLongitude '11.43'^^xsd:double;
  dwc:latitude '56.44'^^xsd:double;
  dwc:startLatitude '56.44'^^xsd:double;
  dwc:endLatitude '56.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.43 56.44, 11.43 56.44, 11.43 56.44, 11.43 56.44, 11.43 56.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_528'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46 11.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46 11.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.46"^^xsd:decimal ;
  geo-pos:long "11.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_527'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_527'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.205'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.45'^^xsd:double;
  dwc:startLongitude '11.45'^^xsd:double;
  dwc:endLongitude '11.45'^^xsd:double;
  dwc:latitude '56.46'^^xsd:double;
  dwc:startLatitude '56.46'^^xsd:double;
  dwc:endLatitude '56.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.45 56.46, 11.45 56.46, 11.45 56.46, 11.45 56.46, 11.45 56.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_527'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.44 11.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.44"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.44 11.45)"^^geo:wktLiteral ;
  geo-pos:lat "57.44"^^xsd:decimal ;
  geo-pos:long "11.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_475'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.8019444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.45'^^xsd:double;
  dwc:startLongitude '11.45'^^xsd:double;
  dwc:endLongitude '11.45'^^xsd:double;
  dwc:latitude '57.44'^^xsd:double;
  dwc:startLatitude '57.44'^^xsd:double;
  dwc:endLatitude '57.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.45 57.44, 11.45 57.44, 11.45 57.44, 11.45 57.44, 11.45 57.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_475'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 11.47)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_518'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_518'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.274444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.47'^^xsd:double;
  dwc:startLongitude '11.47'^^xsd:double;
  dwc:endLongitude '11.47'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.47 56.64, 11.47 56.64, 11.47 56.64, 11.47 56.64, 11.47 56.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_518'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.98"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.48)"^^geo:wktLiteral ;
  geo-pos:lat "55.98"^^xsd:decimal ;
  geo-pos:long "11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_487'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_487'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.4155555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.48'^^xsd:double;
  dwc:startLongitude '11.48'^^xsd:double;
  dwc:endLongitude '11.48'^^xsd:double;
  dwc:latitude '55.98'^^xsd:double;
  dwc:startLatitude '55.98'^^xsd:double;
  dwc:endLatitude '55.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.48 55.98, 11.48 55.98, 11.48 55.98, 11.48 55.98, 11.48 55.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_487'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.52 11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.52"^^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/4843__1152_526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.52 11.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.52"^^xsd:decimal ;
  geo-pos:long "11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_526'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_526'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.851666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.5'^^xsd:double;
  dwc:startLongitude '11.5'^^xsd:double;
  dwc:endLongitude '11.5'^^xsd:double;
  dwc:latitude '56.52'^^xsd:double;
  dwc:startLatitude '56.52'^^xsd:double;
  dwc:endLatitude '56.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.5 56.52, 11.5 56.52, 11.5 56.52, 11.5 56.52, 11.5 56.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_526'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 11.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 11.52)"^^geo:wktLiteral ;
  geo-pos:lat "56.1"^^xsd:decimal ;
  geo-pos:long "11.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_485'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.012222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.52'^^xsd:double;
  dwc:startLongitude '11.52'^^xsd:double;
  dwc:endLongitude '11.52'^^xsd:double;
  dwc:latitude '56.1'^^xsd:double;
  dwc:startLatitude '56.1'^^xsd:double;
  dwc:endLatitude '56.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.52 56.1, 11.52 56.1, 11.52 56.1, 11.52 56.1, 11.52 56.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_485'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 11.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 11.54)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "11.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_525'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_525'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.629444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.54'^^xsd:double;
  dwc:startLongitude '11.54'^^xsd:double;
  dwc:endLongitude '11.54'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:startLatitude '56.55'^^xsd:double;
  dwc:endLatitude '56.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.54 56.55, 11.54 56.55, 11.54 56.55, 11.54 56.55, 11.54 56.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_525'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.98"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.55)"^^geo:wktLiteral ;
  geo-pos:lat "55.98"^^xsd:decimal ;
  geo-pos:long "11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_486'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1152_486'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.1883333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.55'^^xsd:double;
  dwc:startLongitude '11.55'^^xsd:double;
  dwc:endLongitude '11.55'^^xsd:double;
  dwc:latitude '55.98'^^xsd:double;
  dwc:startLatitude '55.98'^^xsd:double;
  dwc:endLatitude '55.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.55 55.98, 11.55 55.98, 11.55 55.98, 11.55 55.98, 11.55 55.98))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_486'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_524> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 11.55)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_524'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_524'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.542777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.55'^^xsd:double;
  dwc:startLongitude '11.55'^^xsd:double;
  dwc:endLongitude '11.55'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:startLatitude '56.57'^^xsd:double;
  dwc:endLatitude '56.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.55 56.57, 11.55 56.57, 11.55 56.57, 11.55 56.57, 11.55 56.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_524'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 11.56)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_523'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_523'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.56'^^xsd:double;
  dwc:startLongitude '11.56'^^xsd:double;
  dwc:endLongitude '11.56'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:startLatitude '56.57'^^xsd:double;
  dwc:endLatitude '56.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.56 56.57, 11.56 56.57, 11.56 56.57, 11.56 56.57, 11.56 56.57))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_523'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.16"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 11.57)"^^geo:wktLiteral ;
  geo-pos:lat "56.16"^^xsd:decimal ;
  geo-pos:long "11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_484'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_484'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.623333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.57'^^xsd:double;
  dwc:startLongitude '11.57'^^xsd:double;
  dwc:endLongitude '11.57'^^xsd:double;
  dwc:latitude '56.16'^^xsd:double;
  dwc:startLatitude '56.16'^^xsd:double;
  dwc:endLatitude '56.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.57 56.16, 11.57 56.16, 11.57 56.16, 11.57 56.16, 11.57 56.16))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_484'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 11.58)"^^geo:wktLiteral ;
  geo-pos:lat "56.6"^^xsd:decimal ;
  geo-pos:long "11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_522'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_522'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.330833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.58'^^xsd:double;
  dwc:startLongitude '11.58'^^xsd:double;
  dwc:endLongitude '11.58'^^xsd:double;
  dwc:latitude '56.6'^^xsd:double;
  dwc:startLatitude '56.6'^^xsd:double;
  dwc:endLatitude '56.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.58 56.6, 11.58 56.6, 11.58 56.6, 11.58 56.6, 11.58 56.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_522'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 11.58)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_519'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_519'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.6725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.58'^^xsd:double;
  dwc:startLongitude '11.58'^^xsd:double;
  dwc:endLongitude '11.58'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:startLatitude '56.65'^^xsd:double;
  dwc:endLatitude '56.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.58 56.65, 11.58 56.65, 11.58 56.65, 11.58 56.65, 11.58 56.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_519'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.41 11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.41"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.41 11.58)"^^geo:wktLiteral ;
  geo-pos:lat "57.41"^^xsd:decimal ;
  geo-pos:long "11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_476'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_476'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.2755555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.58'^^xsd:double;
  dwc:startLongitude '11.58'^^xsd:double;
  dwc:endLongitude '11.58'^^xsd:double;
  dwc:latitude '57.41'^^xsd:double;
  dwc:startLatitude '57.41'^^xsd:double;
  dwc:endLatitude '57.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.58 57.41, 11.58 57.41, 11.58 57.41, 11.58 57.41, 11.58 57.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_476'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 11.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 11.6)"^^geo:wktLiteral ;
  geo-pos:lat "56.18"^^xsd:decimal ;
  geo-pos:long "11.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_483'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_483'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.438611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.6'^^xsd:double;
  dwc:startLongitude '11.6'^^xsd:double;
  dwc:endLongitude '11.6'^^xsd:double;
  dwc:latitude '56.18'^^xsd:double;
  dwc:startLatitude '56.18'^^xsd:double;
  dwc:endLatitude '56.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.6 56.18, 11.6 56.18, 11.6 56.18, 11.6 56.18, 11.6 56.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_483'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63 11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63 11.61)"^^geo:wktLiteral ;
  geo-pos:lat "56.63"^^xsd:decimal ;
  geo-pos:long "11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_521'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_521'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.138611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.61'^^xsd:double;
  dwc:startLongitude '11.61'^^xsd:double;
  dwc:endLongitude '11.61'^^xsd:double;
  dwc:latitude '56.63'^^xsd:double;
  dwc:startLatitude '56.63'^^xsd:double;
  dwc:endLatitude '56.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.61 56.63, 11.61 56.63, 11.61 56.63, 11.61 56.63, 11.61 56.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_521'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66 11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.66"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66 11.63)"^^geo:wktLiteral ;
  geo-pos:lat "56.66"^^xsd:decimal ;
  geo-pos:long "11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_520'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1152_520'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.824444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.63'^^xsd:double;
  dwc:startLongitude '11.63'^^xsd:double;
  dwc:endLongitude '11.63'^^xsd:double;
  dwc:latitude '56.66'^^xsd:double;
  dwc:startLatitude '56.66'^^xsd:double;
  dwc:endLatitude '56.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.63 56.66, 11.63 56.66, 11.63 56.66, 11.63 56.66, 11.63 56.66))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_520'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.41 11.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.41"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.41 11.64)"^^geo:wktLiteral ;
  geo-pos:lat "57.41"^^xsd:decimal ;
  geo-pos:long "11.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_477'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.4711111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.64'^^xsd:double;
  dwc:startLongitude '11.64'^^xsd:double;
  dwc:endLongitude '11.64'^^xsd:double;
  dwc:latitude '57.41'^^xsd:double;
  dwc:startLatitude '57.41'^^xsd:double;
  dwc:endLatitude '57.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.64 57.41, 11.64 57.41, 11.64 57.41, 11.64 57.41, 11.64 57.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1152_477'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.39 11.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.39"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4843__1152_478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.39 11.73)"^^geo:wktLiteral ;
  geo-pos:lat "57.39"^^xsd:decimal ;
  geo-pos:long "11.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_478'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_478'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.7741666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.73'^^xsd:double;
  dwc:startLongitude '11.73'^^xsd:double;
  dwc:endLongitude '11.73'^^xsd:double;
  dwc:latitude '57.39'^^xsd:double;
  dwc:startLatitude '57.39'^^xsd:double;
  dwc:endLatitude '57.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.73 57.39, 11.73 57.39, 11.73 57.39, 11.73 57.39, 11.73 57.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_478'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.59 12.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.59"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.59 12.04)"^^geo:wktLiteral ;
  geo-pos:lat "56.59"^^xsd:decimal ;
  geo-pos:long "12.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_482'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_482'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.609166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.04'^^xsd:double;
  dwc:startLongitude '12.04'^^xsd:double;
  dwc:endLongitude '12.04'^^xsd:double;
  dwc:latitude '56.59'^^xsd:double;
  dwc:startLatitude '56.59'^^xsd:double;
  dwc:endLatitude '56.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.04 56.59, 12.04 56.59, 12.04 56.59, 12.04 56.59, 12.04 56.59))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_482'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63 12.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63 12.09)"^^geo:wktLiteral ;
  geo-pos:lat "56.63"^^xsd:decimal ;
  geo-pos:long "12.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_481'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_481'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.293055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.09'^^xsd:double;
  dwc:startLongitude '12.09'^^xsd:double;
  dwc:endLongitude '12.09'^^xsd:double;
  dwc:latitude '56.63'^^xsd:double;
  dwc:startLatitude '56.63'^^xsd:double;
  dwc:endLatitude '56.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.09 56.63, 12.09 56.63, 12.09 56.63, 12.09 56.63, 12.09 56.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_481'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 12.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^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/4843__1152_480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 12.11)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "12.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_480'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_480'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.185555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.11'^^xsd:double;
  dwc:startLongitude '12.11'^^xsd:double;
  dwc:endLongitude '12.11'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:startLatitude '56.65'^^xsd:double;
  dwc:endLatitude '56.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.11 56.65, 12.11 56.65, 12.11 56.65, 12.11 56.65, 12.11 56.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_480'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^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/4843__1152_512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.12)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "12.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_512'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_512'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.668333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.12'^^xsd:double;
  dwc:startLongitude '12.12'^^xsd:double;
  dwc:endLongitude '12.12'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.12 56.64, 12.12 56.64, 12.12 56.64, 12.12 56.64, 12.12 56.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_512'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75"^^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/4843__1152_479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75 12.2)"^^geo:wktLiteral ;
  geo-pos:lat "56.75"^^xsd:decimal ;
  geo-pos:long "12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_479'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1152_479'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.498333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.2'^^xsd:double;
  dwc:startLongitude '12.2'^^xsd:double;
  dwc:endLongitude '12.2'^^xsd:double;
  dwc:latitude '56.75'^^xsd:double;
  dwc:startLatitude '56.75'^^xsd:double;
  dwc:endLatitude '56.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.2 56.75, 12.2 56.75, 12.2 56.75, 12.2 56.75, 12.2 56.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_479'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 12.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 12.32)"^^geo:wktLiteral ;
  geo-pos:lat "56.2"^^xsd:decimal ;
  geo-pos:long "12.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_501'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_501'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.049444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.32'^^xsd:double;
  dwc:startLongitude '12.32'^^xsd:double;
  dwc:endLongitude '12.32'^^xsd:double;
  dwc:latitude '56.2'^^xsd:double;
  dwc:startLatitude '56.2'^^xsd:double;
  dwc:endLatitude '56.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.32 56.2, 12.32 56.2, 12.32 56.2, 12.32 56.2, 12.32 56.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_501'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.23 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.23 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "56.23"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_502'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_502'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.186111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:startLongitude '12.34'^^xsd:double;
  dwc:endLongitude '12.34'^^xsd:double;
  dwc:latitude '56.23'^^xsd:double;
  dwc:startLatitude '56.23'^^xsd:double;
  dwc:endLatitude '56.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.34 56.23, 12.34 56.23, 12.34 56.23, 12.34 56.23, 12.34 56.23))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_502'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_511'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_511'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.944166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:startLongitude '12.35'^^xsd:double;
  dwc:endLongitude '12.35'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.35 56.64, 12.35 56.64, 12.35 56.64, 12.35 56.64, 12.35 56.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_511'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.28 12.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.28"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.28 12.38)"^^geo:wktLiteral ;
  geo-pos:lat "56.28"^^xsd:decimal ;
  geo-pos:long "12.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_503'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_503'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.513611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.38'^^xsd:double;
  dwc:startLongitude '12.38'^^xsd:double;
  dwc:endLongitude '12.38'^^xsd:double;
  dwc:latitude '56.28'^^xsd:double;
  dwc:startLatitude '56.28'^^xsd:double;
  dwc:endLatitude '56.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.38 56.28, 12.38 56.28, 12.38 56.28, 12.38 56.28, 12.38 56.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_503'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^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/4843__1152_510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.4)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "12.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_510'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_510'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.780555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.4'^^xsd:double;
  dwc:startLongitude '12.4'^^xsd:double;
  dwc:endLongitude '12.4'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.4 56.64, 12.4 56.64, 12.4 56.64, 12.4 56.64, 12.4 56.64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_510'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.36 12.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.36 12.44)"^^geo:wktLiteral ;
  geo-pos:lat "56.36"^^xsd:decimal ;
  geo-pos:long "12.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_504'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_504'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.046388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.44'^^xsd:double;
  dwc:startLongitude '12.44'^^xsd:double;
  dwc:endLongitude '12.44'^^xsd:double;
  dwc:latitude '56.36'^^xsd:double;
  dwc:startLatitude '56.36'^^xsd:double;
  dwc:endLatitude '56.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.44 56.36, 12.44 56.36, 12.44 56.36, 12.44 56.36, 12.44 56.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_504'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.37 12.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.37"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.37 12.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.37"^^xsd:decimal ;
  geo-pos:long "12.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_505'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_505'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.098333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.45'^^xsd:double;
  dwc:startLongitude '12.45'^^xsd:double;
  dwc:endLongitude '12.45'^^xsd:double;
  dwc:latitude '56.37'^^xsd:double;
  dwc:startLatitude '56.37'^^xsd:double;
  dwc:endLatitude '56.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.45 56.37, 12.45 56.37, 12.45 56.37, 12.45 56.37, 12.45 56.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_505'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38 12.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.38"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38 12.46)"^^geo:wktLiteral ;
  geo-pos:lat "56.38"^^xsd:decimal ;
  geo-pos:long "12.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_506'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_506'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.136666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.46'^^xsd:double;
  dwc:startLongitude '12.46'^^xsd:double;
  dwc:endLongitude '12.46'^^xsd:double;
  dwc:latitude '56.38'^^xsd:double;
  dwc:startLatitude '56.38'^^xsd:double;
  dwc:endLatitude '56.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.46 56.38, 12.46 56.38, 12.46 56.38, 12.46 56.38, 12.46 56.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_506'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.39 12.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.39"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.39 12.48)"^^geo:wktLiteral ;
  geo-pos:lat "56.39"^^xsd:decimal ;
  geo-pos:long "12.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_507'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_507'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.264722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.48'^^xsd:double;
  dwc:startLongitude '12.48'^^xsd:double;
  dwc:endLongitude '12.48'^^xsd:double;
  dwc:latitude '56.39'^^xsd:double;
  dwc:startLatitude '56.39'^^xsd:double;
  dwc:endLatitude '56.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.48 56.39, 12.48 56.39, 12.48 56.39, 12.48 56.39, 12.48 56.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_507'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.41 12.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.41"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.41 12.49)"^^geo:wktLiteral ;
  geo-pos:lat "56.41"^^xsd:decimal ;
  geo-pos:long "12.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_508'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_508'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.338055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.49'^^xsd:double;
  dwc:startLongitude '12.49'^^xsd:double;
  dwc:endLongitude '12.49'^^xsd:double;
  dwc:latitude '56.41'^^xsd:double;
  dwc:startLatitude '56.41'^^xsd:double;
  dwc:endLatitude '56.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.49 56.41, 12.49 56.41, 12.49 56.41, 12.49 56.41, 12.49 56.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_508'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63 12.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4843__1152_509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63 12.51)"^^geo:wktLiteral ;
  geo-pos:lat "56.63"^^xsd:decimal ;
  geo-pos:long "12.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_509'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1152_509'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.423611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.51'^^xsd:double;
  dwc:startLongitude '12.51'^^xsd:double;
  dwc:endLongitude '12.51'^^xsd:double;
  dwc:latitude '56.63'^^xsd:double;
  dwc:startLatitude '56.63'^^xsd:double;
  dwc:endLatitude '56.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.51 56.63, 12.51 56.63, 12.51 56.63, 12.51 56.63, 12.51 56.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_509'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4843__1152_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4843__1152_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4843__1152_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.89 12.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.89"^^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/4843__1152_500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.89 12.62)"^^geo:wktLiteral ;
  geo-pos:lat "55.89"^^xsd:decimal ;
  geo-pos:long "12.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4843__1152_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1152_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4843_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1152'^^xsd:integer;
  dwc:catalogNumber '1152_500'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1152_500'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.061111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.62'^^xsd:double;
  dwc:startLongitude '12.62'^^xsd:double;
  dwc:endLongitude '12.62'^^xsd:double;
  dwc:latitude '55.89'^^xsd:double;
  dwc:startLatitude '55.89'^^xsd:double;
  dwc:endLatitude '55.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.62 55.89, 12.62 55.89, 12.62 55.89, 12.62 55.89, 12.62 55.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1152_500'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF