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

<https://eurobis.org/id/occurrence/4842__1150_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_318'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.516388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.93'^^xsd:double;
  dwc:startLongitude '-11.93'^^xsd:double;
  dwc:endLongitude '-11.93'^^xsd:double;
  dwc:latitude '53.61'^^xsd:double;
  dwc:startLatitude '53.61'^^xsd:double;
  dwc:endLatitude '53.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.93 53.61, -11.93 53.61, -11.93 53.61, -11.93 53.61, -11.93 53.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 '1150_318'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.84 -11.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.84 -11.82)"^^geo:wktLiteral ;
  geo-pos:lat "53.84"^^xsd:decimal ;
  geo-pos:long "-11.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_364'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.8808333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.82'^^xsd:double;
  dwc:startLongitude '-11.82'^^xsd:double;
  dwc:endLongitude '-11.82'^^xsd:double;
  dwc:latitude '53.84'^^xsd:double;
  dwc:startLatitude '53.84'^^xsd:double;
  dwc:endLatitude '53.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.82 53.84, -11.82 53.84, -11.82 53.84, -11.82 53.84, -11.82 53.84))'^^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 '1150_364'^^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/4842__1150_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.96 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.96"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.257777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:startLongitude '-11.8'^^xsd:double;
  dwc:endLongitude '-11.8'^^xsd:double;
  dwc:latitude '51.96'^^xsd:double;
  dwc:startLatitude '51.96'^^xsd:double;
  dwc:endLatitude '51.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.8 51.96, -11.8 51.96, -11.8 51.96, -11.8 51.96, -11.8 51.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 '1150_330'^^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/4842__1150_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.41 -11.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.41"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.41 -11.79)"^^geo:wktLiteral ;
  geo-pos:lat "53.41"^^xsd:decimal ;
  geo-pos:long "-11.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_362'^^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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.220277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.79'^^xsd:double;
  dwc:startLongitude '-11.79'^^xsd:double;
  dwc:endLongitude '-11.79'^^xsd:double;
  dwc:latitude '53.41'^^xsd:double;
  dwc:startLatitude '53.41'^^xsd:double;
  dwc:endLatitude '53.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.79 53.41, -11.79 53.41, -11.79 53.41, -11.79 53.41, -11.79 53.41))'^^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 '1150_362'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -11.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -11.79)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-11.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_363'^^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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.236111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.79'^^xsd:double;
  dwc:startLongitude '-11.79'^^xsd:double;
  dwc:endLongitude '-11.79'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:startLatitude '53.42'^^xsd:double;
  dwc:endLatitude '53.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.79 53.42, -11.79 53.42, -11.79 53.42, -11.79 53.42, -11.79 53.42))'^^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 '1150_363'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.41 -11.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.41"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.41 -11.78)"^^geo:wktLiteral ;
  geo-pos:lat "53.41"^^xsd:decimal ;
  geo-pos:long "-11.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_361'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.165555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.78'^^xsd:double;
  dwc:startLongitude '-11.78'^^xsd:double;
  dwc:endLongitude '-11.78'^^xsd:double;
  dwc:latitude '53.41'^^xsd:double;
  dwc:startLatitude '53.41'^^xsd:double;
  dwc:endLatitude '53.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.78 53.41, -11.78 53.41, -11.78 53.41, -11.78 53.41, -11.78 53.41))'^^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 '1150_361'^^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/4842__1150_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.99 -11.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.99"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.99 -11.77)"^^geo:wktLiteral ;
  geo-pos:lat "51.99"^^xsd:decimal ;
  geo-pos:long "-11.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_329'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.033333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.77'^^xsd:double;
  dwc:startLongitude '-11.77'^^xsd:double;
  dwc:endLongitude '-11.77'^^xsd:double;
  dwc:latitude '51.99'^^xsd:double;
  dwc:startLatitude '51.99'^^xsd:double;
  dwc:endLatitude '51.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.77 51.99, -11.77 51.99, -11.77 51.99, -11.77 51.99, -11.77 51.99))'^^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 '1150_329'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '105837'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.99 -11.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.99"^^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/4842__1150_328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.99 -11.76)"^^geo:wktLiteral ;
  geo-pos:lat "51.99"^^xsd:decimal ;
  geo-pos:long "-11.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_328'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.009722222222'^^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 '51.99'^^xsd:double;
  dwc:startLatitude '51.99'^^xsd:double;
  dwc:endLatitude '51.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.76 51.99, -11.76 51.99, -11.76 51.99, -11.76 51.99, -11.76 51.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 '1150_328'^^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/4842__1150_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03 -11.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.03"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.03 -11.74)"^^geo:wktLiteral ;
  geo-pos:lat "52.03"^^xsd:decimal ;
  geo-pos:long "-11.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.802777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.74'^^xsd:double;
  dwc:startLongitude '-11.74'^^xsd:double;
  dwc:endLongitude '-11.74'^^xsd:double;
  dwc:latitude '52.03'^^xsd:double;
  dwc:startLatitude '52.03'^^xsd:double;
  dwc:endLatitude '52.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.74 52.03, -11.74 52.03, -11.74 52.03, -11.74 52.03, -11.74 52.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 '1150_327'^^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/4842__1150_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.13 -11.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.13"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.13 -11.65)"^^geo:wktLiteral ;
  geo-pos:lat "52.13"^^xsd:decimal ;
  geo-pos:long "-11.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_326'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.096944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.65'^^xsd:double;
  dwc:startLongitude '-11.65'^^xsd:double;
  dwc:endLongitude '-11.65'^^xsd:double;
  dwc:latitude '52.13'^^xsd:double;
  dwc:startLatitude '52.13'^^xsd:double;
  dwc:endLatitude '52.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.65 52.13, -11.65 52.13, -11.65 52.13, -11.65 52.13, -11.65 52.13))'^^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 '1150_326'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.19 -11.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.19"^^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/4842__1150_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.19 -11.6)"^^geo:wktLiteral ;
  geo-pos:lat "52.19"^^xsd:decimal ;
  geo-pos:long "-11.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_325'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.721388888889'^^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 '52.19'^^xsd:double;
  dwc:startLatitude '52.19'^^xsd:double;
  dwc:endLatitude '52.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.6 52.19, -11.6 52.19, -11.6 52.19, -11.6 52.19, -11.6 52.19))'^^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 '1150_325'^^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/4842__1150_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.19 -11.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.19"^^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/4842__1150_324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.19 -11.6)"^^geo:wktLiteral ;
  geo-pos:lat "52.19"^^xsd:decimal ;
  geo-pos:long "-11.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_324'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.710555555556'^^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 '52.19'^^xsd:double;
  dwc:startLatitude '52.19'^^xsd:double;
  dwc:endLatitude '52.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.6 52.19, -11.6 52.19, -11.6 52.19, -11.6 52.19, -11.6 52.19))'^^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 '1150_324'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.12 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.12"^^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/4842__1150_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.12 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "53.12"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_319'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.804444444444'^^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 '53.12'^^xsd:double;
  dwc:startLatitude '53.12'^^xsd:double;
  dwc:endLatitude '53.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.58 53.12, -11.58 53.12, -11.58 53.12, -11.58 53.12, -11.58 53.12))'^^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 '1150_319'^^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/4842__1150_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.76 -11.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.76"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.76 -11.53)"^^geo:wktLiteral ;
  geo-pos:lat "51.76"^^xsd:decimal ;
  geo-pos:long "-11.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_331'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.1388888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.53'^^xsd:double;
  dwc:startLongitude '-11.53'^^xsd:double;
  dwc:endLongitude '-11.53'^^xsd:double;
  dwc:latitude '51.76'^^xsd:double;
  dwc:startLatitude '51.76'^^xsd:double;
  dwc:endLatitude '51.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.53 51.76, -11.53 51.76, -11.53 51.76, -11.53 51.76, -11.53 51.76))'^^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 '1150_331'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.92"^^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/4842__1150_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.92 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "53.92"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_317'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.381666666667'^^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 '53.92'^^xsd:double;
  dwc:startLatitude '53.92'^^xsd:double;
  dwc:endLatitude '53.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.48 53.92, -11.48 53.92, -11.48 53.92, -11.48 53.92, -11.48 53.92))'^^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 '1150_317'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07"^^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/4842__1150_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "54.07"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_365'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.376666666667'^^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 '54.07'^^xsd:double;
  dwc:startLatitude '54.07'^^xsd:double;
  dwc:endLatitude '54.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.48 54.07, -11.48 54.07, -11.48 54.07, -11.48 54.07, -11.48 54.07))'^^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 '1150_365'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_907> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.04 -11.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.04"^^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/4842__1150_907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.04 -11.44)"^^geo:wktLiteral ;
  geo-pos:lat "50.04"^^xsd:decimal ;
  geo-pos:long "-11.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_907'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.046944444444'^^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.04'^^xsd:double;
  dwc:startLatitude '50.04'^^xsd:double;
  dwc:endLatitude '50.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.44 50.04, -11.44 50.04, -11.44 50.04, -11.44 50.04, -11.44 50.04))'^^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 '1150_907'^^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/4842__1150_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 -11.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^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/4842__1150_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 -11.42)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "-11.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_320'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.6825'^^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 '53'^^xsd:integer;
  dwc:startLatitude '53'^^xsd:integer;
  dwc:endLatitude '53'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-11.42 53, -11.42 53, -11.42 53, -11.42 53, -11.42 53))'^^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 '1150_320'^^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/4842__1150_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 -11.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.11"^^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/4842__1150_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.11 -11.42)"^^geo:wktLiteral ;
  geo-pos:lat "54.11"^^xsd:decimal ;
  geo-pos:long "-11.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_366'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.676944444444'^^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 '54.11'^^xsd:double;
  dwc:startLatitude '54.11'^^xsd:double;
  dwc:endLatitude '54.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.42 54.11, -11.42 54.11, -11.42 54.11, -11.42 54.11, -11.42 54.11))'^^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 '1150_366'^^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/4842__1150_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -11.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.24"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.24 -11.41)"^^geo:wktLiteral ;
  geo-pos:lat "50.24"^^xsd:decimal ;
  geo-pos:long "-11.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_908'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.199444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.41'^^xsd:double;
  dwc:startLongitude '-11.41'^^xsd:double;
  dwc:endLongitude '-11.41'^^xsd:double;
  dwc:latitude '50.24'^^xsd:double;
  dwc:startLatitude '50.24'^^xsd:double;
  dwc:endLatitude '50.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.41 50.24, -11.41 50.24, -11.41 50.24, -11.41 50.24, -11.41 50.24))'^^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 '1150_908'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.27 -11.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.27"^^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/4842__1150_909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.27 -11.4)"^^geo:wktLiteral ;
  geo-pos:lat "50.27"^^xsd:decimal ;
  geo-pos:long "-11.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_909'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.371944444444'^^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 '50.27'^^xsd:double;
  dwc:startLatitude '50.27'^^xsd:double;
  dwc:endLatitude '50.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.4 50.27, -11.4 50.27, -11.4 50.27, -11.4 50.27, -11.4 50.27))'^^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 '1150_909'^^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/4842__1150_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_332> ;
  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/4842__1150_332>
  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/4842__1150_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_332'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.7630555555556'^^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 "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1150_332'^^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/4842__1150_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.13 -11.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.13"^^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/4842__1150_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.13 -11.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.13"^^xsd:decimal ;
  geo-pos:long "-11.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.806666666667'^^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 '54.13'^^xsd:double;
  dwc:startLatitude '54.13'^^xsd:double;
  dwc:endLatitude '54.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.4 54.13, -11.4 54.13, -11.4 54.13, -11.4 54.13, -11.4 54.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 '1150_367'^^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/4842__1150_910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_910> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -11.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.36"^^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/4842__1150_910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -11.39)"^^geo:wktLiteral ;
  geo-pos:lat "50.36"^^xsd:decimal ;
  geo-pos:long "-11.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_910'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^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 '-11.39'^^xsd:double;
  dwc:startLongitude '-11.39'^^xsd:double;
  dwc:endLongitude '-11.39'^^xsd:double;
  dwc:latitude '50.36'^^xsd:double;
  dwc:startLatitude '50.36'^^xsd:double;
  dwc:endLatitude '50.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.39 50.36, -11.39 50.36, -11.39 50.36, -11.39 50.36, -11.39 50.36))'^^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 '1150_910'^^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/4842__1150_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.69 -11.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.69"^^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/4842__1150_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.69 -11.39)"^^geo:wktLiteral ;
  geo-pos:lat "51.69"^^xsd:decimal ;
  geo-pos:long "-11.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_333'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.8055555555556'^^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 '51.69'^^xsd:double;
  dwc:startLatitude '51.69'^^xsd:double;
  dwc:endLatitude '51.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.39 51.69, -11.39 51.69, -11.39 51.69, -11.39 51.69, -11.39 51.69))'^^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 '1150_333'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.39"^^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/4842__1150_911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "50.39"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_911'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.056388888889'^^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 '50.39'^^xsd:double;
  dwc:startLatitude '50.39'^^xsd:double;
  dwc:endLatitude '50.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.38 50.39, -11.38 50.39, -11.38 50.39, -11.38 50.39, -11.38 50.39))'^^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 '1150_911'^^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/4842__1150_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.14 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.14"^^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/4842__1150_368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.14 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "54.14"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_368'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.895'^^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 '54.14'^^xsd:double;
  dwc:startLatitude '54.14'^^xsd:double;
  dwc:endLatitude '54.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.38 54.14, -11.38 54.14, -11.38 54.14, -11.38 54.14, -11.38 54.14))'^^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 '1150_368'^^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/4842__1150_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_912> ;
  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/4842__1150_912>
  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/4842__1150_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_912'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.649722222222'^^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 "SH" by the provider'^^xsd:string;
  dwc:aphiaid '10193'^^xsd:integer;
  dwc:occurrenceId '1150_912'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_913> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -11.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.67"^^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/4842__1150_913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -11.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.67"^^xsd:decimal ;
  geo-pos:long "-11.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_913'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.5866666666667'^^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.67'^^xsd:double;
  dwc:startLatitude '50.67'^^xsd:double;
  dwc:endLatitude '50.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.33 50.67, -11.33 50.67, -11.33 50.67, -11.33 50.67, -11.33 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 '1150_913'^^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/4842__1150_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7 -11.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7"^^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/4842__1150_914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7 -11.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.7"^^xsd:decimal ;
  geo-pos:long "-11.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_914'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.7297222222222'^^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.7'^^xsd:double;
  dwc:startLatitude '50.7'^^xsd:double;
  dwc:endLatitude '50.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.33 50.7, -11.33 50.7, -11.33 50.7, -11.33 50.7, -11.33 50.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 '1150_914'^^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/4842__1150_915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7 -11.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7"^^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/4842__1150_915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7 -11.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.7"^^xsd:decimal ;
  geo-pos:long "-11.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_915'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.7716666666667'^^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.7'^^xsd:double;
  dwc:startLatitude '50.7'^^xsd:double;
  dwc:endLatitude '50.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.33 50.7, -11.33 50.7, -11.33 50.7, -11.33 50.7, -11.33 50.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 '1150_915'^^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/4842__1150_916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_916> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -11.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8"^^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/4842__1150_916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -11.31)"^^geo:wktLiteral ;
  geo-pos:lat "50.8"^^xsd:decimal ;
  geo-pos:long "-11.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_916'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.3461111111111'^^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 '50.8'^^xsd:double;
  dwc:startLatitude '50.8'^^xsd:double;
  dwc:endLatitude '50.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.31 50.8, -11.31 50.8, -11.31 50.8, -11.31 50.8, -11.31 50.8))'^^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 '1150_916'^^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/4842__1150_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -11.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-11.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/4842__1150_369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -11.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-11.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_369'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.598888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.25'^^xsd:double;
  dwc:startLongitude '-11.25'^^xsd:double;
  dwc:endLongitude '-11.25'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:startLatitude '54.23'^^xsd:double;
  dwc:endLatitude '54.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.25 54.23, -11.25 54.23, -11.25 54.23, -11.25 54.23, -11.25 54.23))'^^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 '1150_369'^^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/4842__1150_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 -11.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.24"^^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/4842__1150_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.24 -11.24)"^^geo:wktLiteral ;
  geo-pos:lat "54.24"^^xsd:decimal ;
  geo-pos:long "-11.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_370'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.658333333333'^^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 '54.24'^^xsd:double;
  dwc:startLatitude '54.24'^^xsd:double;
  dwc:endLatitude '54.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.24 54.24, -11.24 54.24, -11.24 54.24, -11.24 54.24, -11.24 54.24))'^^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 '1150_370'^^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/4842__1150_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 -11.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "-11.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_371'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.7725'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11.22'^^xsd:double;
  dwc:startLongitude '-11.22'^^xsd:double;
  dwc:endLongitude '-11.22'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:startLatitude '54.25'^^xsd:double;
  dwc:endLatitude '54.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.22 54.25, -11.22 54.25, -11.22 54.25, -11.22 54.25, -11.22 54.25))'^^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 '1150_371'^^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/4842__1150_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.85"^^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/4842__1150_321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.85 -11.19)"^^geo:wktLiteral ;
  geo-pos:lat "52.85"^^xsd:decimal ;
  geo-pos:long "-11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_321'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.929166666667'^^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 '52.85'^^xsd:double;
  dwc:startLatitude '52.85'^^xsd:double;
  dwc:endLatitude '52.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.19 52.85, -11.19 52.85, -11.19 52.85, -11.19 52.85, -11.19 52.85))'^^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 '1150_321'^^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/4842__1150_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.79 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.79"^^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/4842__1150_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.79 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "52.79"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '9'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.395277777778'^^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 '52.79'^^xsd:double;
  dwc:startLatitude '52.79'^^xsd:double;
  dwc:endLatitude '52.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.1 52.79, -11.1 52.79, -11.1 52.79, -11.1 52.79, -11.1 52.79))'^^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 '1150_322'^^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/4842__1150_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.78 -11.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.78"^^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/4842__1150_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.78 -11.09)"^^geo:wktLiteral ;
  geo-pos:lat "52.78"^^xsd:decimal ;
  geo-pos:long "-11.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_323'^^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 '9'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.440555555556'^^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 '52.78'^^xsd:double;
  dwc:startLatitude '52.78'^^xsd:double;
  dwc:endLatitude '52.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.09 52.78, -11.09 52.78, -11.09 52.78, -11.09 52.78, -11.09 52.78))'^^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 '1150_323'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.91 -11.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.91"^^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/4842__1150_339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.91 -11.04)"^^geo:wktLiteral ;
  geo-pos:lat "50.91"^^xsd:decimal ;
  geo-pos:long "-11.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.229166666667'^^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 '50.91'^^xsd:double;
  dwc:startLatitude '50.91'^^xsd:double;
  dwc:endLatitude '50.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11.04 50.91, -11.04 50.91, -11.04 50.91, -11.04 50.91, -11.04 50.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 '1150_339'^^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/4842__1150_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_906'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.100277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-11'^^xsd:integer;
  dwc:startLongitude '-11'^^xsd:integer;
  dwc:endLongitude '-11'^^xsd:integer;
  dwc:latitude '50.1'^^xsd:double;
  dwc:startLatitude '50.1'^^xsd:double;
  dwc:endLatitude '50.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-11 50.1, -11 50.1, -11 50.1, -11 50.1, -11 50.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 '1150_906'^^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/4842__1150_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 -10.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.26"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 -10.99)"^^geo:wktLiteral ;
  geo-pos:lat "54.26"^^xsd:decimal ;
  geo-pos:long "-10.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_314'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.289722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.99'^^xsd:double;
  dwc:startLongitude '-10.99'^^xsd:double;
  dwc:endLongitude '-10.99'^^xsd:double;
  dwc:latitude '54.26'^^xsd:double;
  dwc:startLatitude '54.26'^^xsd:double;
  dwc:endLatitude '54.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.99 54.26, -10.99 54.26, -10.99 54.26, -10.99 54.26, -10.99 54.26))'^^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 '1150_314'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 -10.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.26"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 -10.99)"^^geo:wktLiteral ;
  geo-pos:lat "54.26"^^xsd:decimal ;
  geo-pos:long "-10.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_315'^^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 '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.644166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.99'^^xsd:double;
  dwc:startLongitude '-10.99'^^xsd:double;
  dwc:endLongitude '-10.99'^^xsd:double;
  dwc:latitude '54.26'^^xsd:double;
  dwc:startLatitude '54.26'^^xsd:double;
  dwc:endLatitude '54.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.99 54.26, -10.99 54.26, -10.99 54.26, -10.99 54.26, -10.99 54.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 '1150_315'^^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/4842__1150_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 -10.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.26"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 -10.99)"^^geo:wktLiteral ;
  geo-pos:lat "54.26"^^xsd:decimal ;
  geo-pos:long "-10.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_316'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.7375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.99'^^xsd:double;
  dwc:startLongitude '-10.99'^^xsd:double;
  dwc:endLongitude '-10.99'^^xsd:double;
  dwc:latitude '54.26'^^xsd:double;
  dwc:startLatitude '54.26'^^xsd:double;
  dwc:endLatitude '54.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.99 54.26, -10.99 54.26, -10.99 54.26, -10.99 54.26, -10.99 54.26))'^^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 '1150_316'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47 -10.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.47"^^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/4842__1150_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47 -10.94)"^^geo:wktLiteral ;
  geo-pos:lat "51.47"^^xsd:decimal ;
  geo-pos:long "-10.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.9405555555556'^^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 '51.47'^^xsd:double;
  dwc:startLatitude '51.47'^^xsd:double;
  dwc:endLatitude '51.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.94 51.47, -10.94 51.47, -10.94 51.47, -10.94 51.47, -10.94 51.47))'^^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 '1150_334'^^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/4842__1150_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06 -10.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.06"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06 -10.89)"^^geo:wktLiteral ;
  geo-pos:lat "51.06"^^xsd:decimal ;
  geo-pos:long "-10.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.6080555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.89'^^xsd:double;
  dwc:startLongitude '-10.89'^^xsd:double;
  dwc:endLongitude '-10.89'^^xsd:double;
  dwc:latitude '51.06'^^xsd:double;
  dwc:startLatitude '51.06'^^xsd:double;
  dwc:endLatitude '51.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.89 51.06, -10.89 51.06, -10.89 51.06, -10.89 51.06, -10.89 51.06))'^^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 '1150_340'^^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/4842__1150_858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79 -10.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79 -10.84)"^^geo:wktLiteral ;
  geo-pos:lat "48.79"^^xsd:decimal ;
  geo-pos:long "-10.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_858'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.462777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.84'^^xsd:double;
  dwc:startLongitude '-10.84'^^xsd:double;
  dwc:endLongitude '-10.84'^^xsd:double;
  dwc:latitude '48.79'^^xsd:double;
  dwc:startLatitude '48.79'^^xsd:double;
  dwc:endLatitude '48.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.84 48.79, -10.84 48.79, -10.84 48.79, -10.84 48.79, -10.84 48.79))'^^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 '1150_858'^^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/4842__1150_859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_859> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.82 -10.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.82"^^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/4842__1150_859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.82 -10.83)"^^geo:wktLiteral ;
  geo-pos:lat "48.82"^^xsd:decimal ;
  geo-pos:long "-10.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_859'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.772777777778'^^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 '48.82'^^xsd:double;
  dwc:startLatitude '48.82'^^xsd:double;
  dwc:endLatitude '48.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.83 48.82, -10.83 48.82, -10.83 48.82, -10.83 48.82, -10.83 48.82))'^^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 '1150_859'^^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/4842__1150_857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_857> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8 -10.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.8"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8 -10.81)"^^geo:wktLiteral ;
  geo-pos:lat "48.8"^^xsd:decimal ;
  geo-pos:long "-10.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_857'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.310277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.81'^^xsd:double;
  dwc:startLongitude '-10.81'^^xsd:double;
  dwc:endLongitude '-10.81'^^xsd:double;
  dwc:latitude '48.8'^^xsd:double;
  dwc:startLatitude '48.8'^^xsd:double;
  dwc:endLatitude '48.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.81 48.8, -10.81 48.8, -10.81 48.8, -10.81 48.8, -10.81 48.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 '1150_857'^^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/4842__1150_905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_905> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.16 -10.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.16"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.16 -10.81)"^^geo:wktLiteral ;
  geo-pos:lat "50.16"^^xsd:decimal ;
  geo-pos:long "-10.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_905'^^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 '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.360833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.81'^^xsd:double;
  dwc:startLongitude '-10.81'^^xsd:double;
  dwc:endLongitude '-10.81'^^xsd:double;
  dwc:latitude '50.16'^^xsd:double;
  dwc:startLatitude '50.16'^^xsd:double;
  dwc:endLatitude '50.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.81 50.16, -10.81 50.16, -10.81 50.16, -10.81 50.16, -10.81 50.16))'^^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 '1150_905'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.17 -10.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.17"^^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/4842__1150_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.17 -10.78)"^^geo:wktLiteral ;
  geo-pos:lat "50.17"^^xsd:decimal ;
  geo-pos:long "-10.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.2375'^^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 '50.17'^^xsd:double;
  dwc:startLatitude '50.17'^^xsd:double;
  dwc:endLatitude '50.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.78 50.17, -10.78 50.17, -10.78 50.17, -10.78 50.17, -10.78 50.17))'^^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 '1150_904'^^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/4842__1150_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_359> ;
  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/4842__1150_359>
  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/4842__1150_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_359'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.7475'^^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 '1150_359'^^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/4842__1150_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_360> ;
  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/4842__1150_360>
  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/4842__1150_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_360'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.7675'^^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 '1150_360'^^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/4842__1150_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_358> ;
  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/4842__1150_358>
  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/4842__1150_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_358'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6713888888889'^^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 '1150_358'^^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/4842__1150_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_354> ;
  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/4842__1150_354>
  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/4842__1150_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6247222222222'^^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 '1150_354'^^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/4842__1150_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.76"^^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/4842__1150_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.74)"^^geo:wktLiteral ;
  geo-pos:lat "52.76"^^xsd:decimal ;
  geo-pos:long "-10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_357'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6536111111111'^^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.76'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.74 52.76, -10.74 52.76, -10.74 52.76, -10.74 52.76, -10.74 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 '1150_357'^^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/4842__1150_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.76"^^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/4842__1150_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.74)"^^geo:wktLiteral ;
  geo-pos:lat "52.76"^^xsd:decimal ;
  geo-pos:long "-10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_356'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6363888888889'^^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.76'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.74 52.76, -10.74 52.76, -10.74 52.76, -10.74 52.76, -10.74 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 '1150_356'^^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/4842__1150_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.76"^^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/4842__1150_355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.76 -10.74)"^^geo:wktLiteral ;
  geo-pos:lat "52.76"^^xsd:decimal ;
  geo-pos:long "-10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_355'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6363888888889'^^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.76'^^xsd:double;
  dwc:startLatitude '52.76'^^xsd:double;
  dwc:endLatitude '52.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.74 52.76, -10.74 52.76, -10.74 52.76, -10.74 52.76, -10.74 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 '1150_355'^^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/4842__1150_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_352> ;
  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/4842__1150_352>
  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/4842__1150_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_352'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5913888888889'^^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 '1150_352'^^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/4842__1150_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_353> ;
  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/4842__1150_353>
  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/4842__1150_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_353'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6113888888889'^^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 '1150_353'^^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/4842__1150_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_351> ;
  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/4842__1150_351>
  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/4842__1150_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_351'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5811111111111'^^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 '1150_351'^^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/4842__1150_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_349> ;
  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/4842__1150_349>
  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/4842__1150_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_349'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5625'^^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 '1150_349'^^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/4842__1150_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_350> ;
  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/4842__1150_350>
  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/4842__1150_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_350'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.57'^^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 '1150_350'^^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/4842__1150_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.74 -10.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.74"^^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/4842__1150_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.74 -10.72)"^^geo:wktLiteral ;
  geo-pos:lat "52.74"^^xsd:decimal ;
  geo-pos:long "-10.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_347'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5247222222222'^^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 '52.74'^^xsd:double;
  dwc:startLatitude '52.74'^^xsd:double;
  dwc:endLatitude '52.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.72 52.74, -10.72 52.74, -10.72 52.74, -10.72 52.74, -10.72 52.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 '1150_347'^^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/4842__1150_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.74 -10.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.74"^^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/4842__1150_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.74 -10.72)"^^geo:wktLiteral ;
  geo-pos:lat "52.74"^^xsd:decimal ;
  geo-pos:long "-10.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_348'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5444444444444'^^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 '52.74'^^xsd:double;
  dwc:startLatitude '52.74'^^xsd:double;
  dwc:endLatitude '52.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.72 52.74, -10.72 52.74, -10.72 52.74, -10.72 52.74, -10.72 52.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 '1150_348'^^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/4842__1150_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.72 -10.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.72"^^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/4842__1150_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.72 -10.69)"^^geo:wktLiteral ;
  geo-pos:lat "52.72"^^xsd:decimal ;
  geo-pos:long "-10.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_346'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.3586111111111'^^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 '52.72'^^xsd:double;
  dwc:startLatitude '52.72'^^xsd:double;
  dwc:endLatitude '52.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.69 52.72, -10.69 52.72, -10.69 52.72, -10.69 52.72, -10.69 52.72))'^^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 '1150_346'^^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/4842__1150_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.54 -10.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.54"^^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/4842__1150_344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.54 -10.66)"^^geo:wktLiteral ;
  geo-pos:lat "52.54"^^xsd:decimal ;
  geo-pos:long "-10.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_344'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^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 '52.54'^^xsd:double;
  dwc:startLatitude '52.54'^^xsd:double;
  dwc:endLatitude '52.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.66 52.54, -10.66 52.54, -10.66 52.54, -10.66 52.54, -10.66 52.54))'^^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 '1150_344'^^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/4842__1150_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7 -10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.7"^^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/4842__1150_345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.7 -10.65)"^^geo:wktLiteral ;
  geo-pos:lat "52.7"^^xsd:decimal ;
  geo-pos:long "-10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_345'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.1608333333333'^^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 '52.7'^^xsd:double;
  dwc:startLatitude '52.7'^^xsd:double;
  dwc:endLatitude '52.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.65 52.7, -10.65 52.7, -10.65 52.7, -10.65 52.7, -10.65 52.7))'^^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 '1150_345'^^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/4842__1150_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 -10.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.15"^^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/4842__1150_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 -10.62)"^^geo:wktLiteral ;
  geo-pos:lat "54.15"^^xsd:decimal ;
  geo-pos:long "-10.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_372'^^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 '1150_372'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.725555555556'^^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 '54.15'^^xsd:double;
  dwc:startLatitude '54.15'^^xsd:double;
  dwc:endLatitude '54.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.62 54.15, -10.62 54.15, -10.62 54.15, -10.62 54.15, -10.62 54.15))'^^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 '1150_372'^^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/4842__1150_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31 -10.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31"^^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/4842__1150_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31 -10.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.31"^^xsd:decimal ;
  geo-pos:long "-10.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_335'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.558611111111'^^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 '51.31'^^xsd:double;
  dwc:startLatitude '51.31'^^xsd:double;
  dwc:endLatitude '51.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.6 51.31, -10.6 51.31, -10.6 51.31, -10.6 51.31, -10.6 51.31))'^^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 '1150_335'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36 -10.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36"^^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/4842__1150_341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36 -10.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.36"^^xsd:decimal ;
  geo-pos:long "-10.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.7272222222222'^^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 '51.36'^^xsd:double;
  dwc:startLatitude '51.36'^^xsd:double;
  dwc:endLatitude '51.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.6 51.36, -10.6 51.36, -10.6 51.36, -10.6 51.36, -10.6 51.36))'^^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 '1150_341'^^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/4842__1150_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 -10.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.15"^^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/4842__1150_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 -10.6)"^^geo:wktLiteral ;
  geo-pos:lat "54.15"^^xsd:decimal ;
  geo-pos:long "-10.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_373'^^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 '1150_373'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.814444444444'^^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 '54.15'^^xsd:double;
  dwc:startLatitude '54.15'^^xsd:double;
  dwc:endLatitude '54.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.6 54.15, -10.6 54.15, -10.6 54.15, -10.6 54.15, -10.6 54.15))'^^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 '1150_373'^^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/4842__1150_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 -10.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.37"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 -10.59)"^^geo:wktLiteral ;
  geo-pos:lat "51.37"^^xsd:decimal ;
  geo-pos:long "-10.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.7641666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.59'^^xsd:double;
  dwc:startLongitude '-10.59'^^xsd:double;
  dwc:endLongitude '-10.59'^^xsd:double;
  dwc:latitude '51.37'^^xsd:double;
  dwc:startLatitude '51.37'^^xsd:double;
  dwc:endLatitude '51.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.59 51.37, -10.59 51.37, -10.59 51.37, -10.59 51.37, -10.59 51.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 '1150_342'^^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/4842__1150_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.38 -10.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.38"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.38 -10.59)"^^geo:wktLiteral ;
  geo-pos:lat "51.38"^^xsd:decimal ;
  geo-pos:long "-10.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_343'^^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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8058333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.59'^^xsd:double;
  dwc:startLongitude '-10.59'^^xsd:double;
  dwc:endLongitude '-10.59'^^xsd:double;
  dwc:latitude '51.38'^^xsd:double;
  dwc:startLatitude '51.38'^^xsd:double;
  dwc:endLatitude '51.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.59 51.38, -10.59 51.38, -10.59 51.38, -10.59 51.38, -10.59 51.38))'^^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 '1150_343'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_903> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_903> ;
  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/4842__1150_903>
  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/4842__1150_903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_903'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9.3997222222222'^^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 "SH" by the provider'^^xsd:string;
  dwc:aphiaid '10193'^^xsd:integer;
  dwc:occurrenceId '1150_903'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 -10.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.16"^^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/4842__1150_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.16 -10.56)"^^geo:wktLiteral ;
  geo-pos:lat "54.16"^^xsd:decimal ;
  geo-pos:long "-10.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_374'^^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 '1150_374'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.931944444444'^^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 '54.16'^^xsd:double;
  dwc:startLatitude '54.16'^^xsd:double;
  dwc:endLatitude '54.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.56 54.16, -10.56 54.16, -10.56 54.16, -10.56 54.16, -10.56 54.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 '1150_374'^^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/4842__1150_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 -10.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2"^^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/4842__1150_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2 -10.54)"^^geo:wktLiteral ;
  geo-pos:lat "54.2"^^xsd:decimal ;
  geo-pos:long "-10.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_375'^^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 '1150_375'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.181944444444'^^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 '54.2'^^xsd:double;
  dwc:startLatitude '54.2'^^xsd:double;
  dwc:endLatitude '54.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.54 54.2, -10.54 54.2, -10.54 54.2, -10.54 54.2, -10.54 54.2))'^^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 '1150_375'^^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/4842__1150_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.21 -10.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.21"^^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/4842__1150_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.21 -10.54)"^^geo:wktLiteral ;
  geo-pos:lat "54.21"^^xsd:decimal ;
  geo-pos:long "-10.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_376'^^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 '1150_376'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.251388888889'^^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 '54.21'^^xsd:double;
  dwc:startLatitude '54.21'^^xsd:double;
  dwc:endLatitude '54.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.54 54.21, -10.54 54.21, -10.54 54.21, -10.54 54.21, -10.54 54.21))'^^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 '1150_376'^^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/4842__1150_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 -10.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 -10.52)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "-10.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_377'^^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 '1150_377'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.458611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.52'^^xsd:double;
  dwc:startLongitude '-10.52'^^xsd:double;
  dwc:endLongitude '-10.52'^^xsd:double;
  dwc:latitude '54.25'^^xsd:double;
  dwc:startLatitude '54.25'^^xsd:double;
  dwc:endLatitude '54.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.52 54.25, -10.52 54.25, -10.52 54.25, -10.52 54.25, -10.52 54.25))'^^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 '1150_377'^^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/4842__1150_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.36 -10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.36"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.36 -10.48)"^^geo:wktLiteral ;
  geo-pos:lat "54.36"^^xsd:decimal ;
  geo-pos:long "-10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_378'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.074166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.48'^^xsd:double;
  dwc:startLongitude '-10.48'^^xsd:double;
  dwc:endLongitude '-10.48'^^xsd:double;
  dwc:latitude '54.36'^^xsd:double;
  dwc:startLatitude '54.36'^^xsd:double;
  dwc:endLatitude '54.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.48 54.36, -10.48 54.36, -10.48 54.36, -10.48 54.36, -10.48 54.36))'^^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 '1150_378'^^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/4842__1150_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.43"^^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/4842__1150_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.43 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "54.43"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_379'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.495277777778'^^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 '54.43'^^xsd:double;
  dwc:startLatitude '54.43'^^xsd:double;
  dwc:endLatitude '54.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.45 54.43, -10.45 54.43, -10.45 54.43, -10.45 54.43, -10.45 54.43))'^^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 '1150_379'^^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/4842__1150_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.37 -10.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.37"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.37 -10.36)"^^geo:wktLiteral ;
  geo-pos:lat "49.37"^^xsd:decimal ;
  geo-pos:long "-10.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_860'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.460833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.36'^^xsd:double;
  dwc:startLongitude '-10.36'^^xsd:double;
  dwc:endLongitude '-10.36'^^xsd:double;
  dwc:latitude '49.37'^^xsd:double;
  dwc:startLatitude '49.37'^^xsd:double;
  dwc:endLatitude '49.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.36 49.37, -10.36 49.37, -10.36 49.37, -10.36 49.37, -10.36 49.37))'^^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 '1150_860'^^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/4842__1150_902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_902> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31 -10.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31 -10.36)"^^geo:wktLiteral ;
  geo-pos:lat "50.31"^^xsd:decimal ;
  geo-pos:long "-10.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_902'^^xsd: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 '1150_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 '8.4294444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.36'^^xsd:double;
  dwc:startLongitude '-10.36'^^xsd:double;
  dwc:endLongitude '-10.36'^^xsd:double;
  dwc:latitude '50.31'^^xsd:double;
  dwc:startLatitude '50.31'^^xsd:double;
  dwc:endLatitude '50.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.36 50.31, -10.36 50.31, -10.36 50.31, -10.36 50.31, -10.36 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 '1150_902'^^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/4842__1150_861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.38 -10.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.38"^^xsd:decimal ;
  dwc:decimalLongitude "-10.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_861'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.545277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.35'^^xsd:double;
  dwc:startLongitude '-10.35'^^xsd:double;
  dwc:endLongitude '-10.35'^^xsd:double;
  dwc:latitude '49.38'^^xsd:double;
  dwc:startLatitude '49.38'^^xsd:double;
  dwc:endLatitude '49.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.35 49.38, -10.35 49.38, -10.35 49.38, -10.35 49.38, -10.35 49.38))'^^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 '1150_861'^^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/4842__1150_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.32 -10.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.32"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.32 -10.34)"^^geo:wktLiteral ;
  geo-pos:lat "50.32"^^xsd:decimal ;
  geo-pos:long "-10.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_901'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8.3652777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.34'^^xsd:double;
  dwc:startLongitude '-10.34'^^xsd:double;
  dwc:endLongitude '-10.34'^^xsd:double;
  dwc:latitude '50.32'^^xsd:double;
  dwc:startLatitude '50.32'^^xsd:double;
  dwc:endLatitude '50.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.34 50.32, -10.34 50.32, -10.34 50.32, -10.34 50.32, -10.34 50.32))'^^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 '1150_901'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_862> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.44 -10.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.44"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.44 -10.3)"^^geo:wktLiteral ;
  geo-pos:lat "49.44"^^xsd:decimal ;
  geo-pos:long "-10.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_862'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.964444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.3'^^xsd:double;
  dwc:startLongitude '-10.3'^^xsd:double;
  dwc:endLongitude '-10.3'^^xsd:double;
  dwc:latitude '49.44'^^xsd:double;
  dwc:startLatitude '49.44'^^xsd:double;
  dwc:endLatitude '49.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.3 49.44, -10.3 49.44, -10.3 49.44, -10.3 49.44, -10.3 49.44))'^^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 '1150_862'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.77 -10.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.77"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.77 -10.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.77"^^xsd:decimal ;
  geo-pos:long "-10.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.206666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.3'^^xsd:double;
  dwc:startLongitude '-10.3'^^xsd:double;
  dwc:endLongitude '-10.3'^^xsd:double;
  dwc:latitude '54.77'^^xsd:double;
  dwc:startLatitude '54.77'^^xsd:double;
  dwc:endLatitude '54.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.3 54.77, -10.3 54.77, -10.3 54.77, -10.3 54.77, -10.3 54.77))'^^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 '1150_380'^^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/4842__1150_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91 -10.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.91"^^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/4842__1150_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91 -10.25)"^^geo:wktLiteral ;
  geo-pos:lat "54.91"^^xsd:decimal ;
  geo-pos:long "-10.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_381'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.034722222222'^^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 '54.91'^^xsd:double;
  dwc:startLatitude '54.91'^^xsd:double;
  dwc:endLatitude '54.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.25 54.91, -10.25 54.91, -10.25 54.91, -10.25 54.91, -10.25 54.91))'^^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 '1150_381'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -10.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^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/4842__1150_900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -10.24)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-10.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_900'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7.9541666666667'^^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 '50.35'^^xsd:double;
  dwc:startLatitude '50.35'^^xsd:double;
  dwc:endLatitude '50.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.24 50.35, -10.24 50.35, -10.24 50.35, -10.24 50.35, -10.24 50.35))'^^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 '1150_900'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.04 -10.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.04"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.04 -10.23)"^^geo:wktLiteral ;
  geo-pos:lat "49.04"^^xsd:decimal ;
  geo-pos:long "-10.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_856'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.6258333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.23'^^xsd:double;
  dwc:startLongitude '-10.23'^^xsd:double;
  dwc:endLongitude '-10.23'^^xsd:double;
  dwc:latitude '49.04'^^xsd:double;
  dwc:startLatitude '49.04'^^xsd:double;
  dwc:endLatitude '49.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.23 49.04, -10.23 49.04, -10.23 49.04, -10.23 49.04, -10.23 49.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 '1150_856'^^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/4842__1150_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -10.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.36"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.36 -10.21)"^^geo:wktLiteral ;
  geo-pos:lat "50.36"^^xsd:decimal ;
  geo-pos:long "-10.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_899'^^xsd: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 '1150_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 '7.8377777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.21'^^xsd:double;
  dwc:startLongitude '-10.21'^^xsd:double;
  dwc:endLongitude '-10.21'^^xsd:double;
  dwc:latitude '50.36'^^xsd:double;
  dwc:startLatitude '50.36'^^xsd:double;
  dwc:endLatitude '50.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.21 50.36, -10.21 50.36, -10.21 50.36, -10.21 50.36, -10.21 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 '1150_899'^^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/4842__1150_855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_855> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.05 -10.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.05"^^xsd:decimal ;
  dwc:decimalLongitude "-10.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_855'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.4758333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.2'^^xsd:double;
  dwc:startLongitude '-10.2'^^xsd:double;
  dwc:endLongitude '-10.2'^^xsd:double;
  dwc:latitude '49.05'^^xsd:double;
  dwc:startLatitude '49.05'^^xsd:double;
  dwc:endLatitude '49.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.2 49.05, -10.2 49.05, -10.2 49.05, -10.2 49.05, -10.2 49.05))'^^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 '1150_855'^^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/4842__1150_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 -10.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 -10.19)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "-10.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_336'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.577777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.19'^^xsd:double;
  dwc:startLongitude '-10.19'^^xsd:double;
  dwc:endLongitude '-10.19'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:startLatitude '51.1'^^xsd:double;
  dwc:endLatitude '51.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.19 51.1, -10.19 51.1, -10.19 51.1, -10.19 51.1, -10.19 51.1))'^^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 '1150_336'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07 -10.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07"^^xsd:decimal ;
  dwc:decimalLongitude "-10.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_337'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.842222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.13'^^xsd:double;
  dwc:startLongitude '-10.13'^^xsd:double;
  dwc:endLongitude '-10.13'^^xsd:double;
  dwc:latitude '51.07'^^xsd:double;
  dwc:startLatitude '51.07'^^xsd:double;
  dwc:endLatitude '51.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.13 51.07, -10.13 51.07, -10.13 51.07, -10.13 51.07, -10.13 51.07))'^^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 '1150_337'^^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/4842__1150_863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_863> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.66 -10.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.66"^^xsd:decimal ;
  dwc:decimalLongitude "-10.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/4842__1150_863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.66 -10.11)"^^geo:wktLiteral ;
  geo-pos:lat "49.66"^^xsd:decimal ;
  geo-pos:long "-10.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_863'^^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 '1150_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 '7.5058333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.11'^^xsd:double;
  dwc:startLongitude '-10.11'^^xsd:double;
  dwc:endLongitude '-10.11'^^xsd:double;
  dwc:latitude '49.66'^^xsd:double;
  dwc:startLatitude '49.66'^^xsd:double;
  dwc:endLatitude '49.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.11 49.66, -10.11 49.66, -10.11 49.66, -10.11 49.66, -10.11 49.66))'^^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 '1150_863'^^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/4842__1150_854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.11 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.11"^^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/4842__1150_854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.11 -10.07)"^^geo:wktLiteral ;
  geo-pos:lat "49.11"^^xsd:decimal ;
  geo-pos:long "-10.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.9230555555556'^^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 '49.11'^^xsd:double;
  dwc:startLatitude '49.11'^^xsd:double;
  dwc:endLatitude '49.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.07 49.11, -10.07 49.11, -10.07 49.11, -10.07 49.11, -10.07 49.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 '1150_854'^^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/4842__1150_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^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/4842__1150_898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -10.07)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-10.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_898'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6.6161111111111'^^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.4'^^xsd:double;
  dwc:startLatitude '50.4'^^xsd:double;
  dwc:endLatitude '50.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.07 50.4, -10.07 50.4, -10.07 50.4, -10.07 50.4, -10.07 50.4))'^^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 '1150_898'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.42 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_897'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6.4611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:startLongitude '-10.03'^^xsd:double;
  dwc:endLongitude '-10.03'^^xsd:double;
  dwc:latitude '50.42'^^xsd:double;
  dwc:startLatitude '50.42'^^xsd:double;
  dwc:endLatitude '50.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.03 50.42, -10.03 50.42, -10.03 50.42, -10.03 50.42, -10.03 50.42))'^^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 '1150_897'^^xsd:string;
  dwc:observationDate '2005-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.608333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:startLongitude '-10.03'^^xsd:double;
  dwc:endLongitude '-10.03'^^xsd:double;
  dwc:latitude '50.99'^^xsd:double;
  dwc:startLatitude '50.99'^^xsd:double;
  dwc:endLatitude '50.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.03 50.99, -10.03 50.99, -10.03 50.99, -10.03 50.99, -10.03 50.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 '1150_338'^^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/4842__1150_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49 -10.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.49"^^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/4842__1150_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49 -10.01)"^^geo:wktLiteral ;
  geo-pos:lat "54.49"^^xsd:decimal ;
  geo-pos:long "-10.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_312'^^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 '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.3436111111111'^^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 '54.49'^^xsd:double;
  dwc:startLatitude '54.49'^^xsd:double;
  dwc:endLatitude '54.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.01 54.49, -10.01 54.49, -10.01 54.49, -10.01 54.49, -10.01 54.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 '1150_312'^^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/4842__1150_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49 -10.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.49"^^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/4842__1150_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.49 -10.01)"^^geo:wktLiteral ;
  geo-pos:lat "54.49"^^xsd:decimal ;
  geo-pos:long "-10.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_313'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.5283333333333'^^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 '54.49'^^xsd:double;
  dwc:startLatitude '54.49'^^xsd:double;
  dwc:endLatitude '54.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-10.01 54.49, -10.01 54.49, -10.01 54.49, -10.01 54.49, -10.01 54.49))'^^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 '1150_313'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.14"^^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/4842__1150_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.14 -9.93)"^^geo:wktLiteral ;
  geo-pos:lat "39.14"^^xsd:decimal ;
  geo-pos:long "-9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_155'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.8927777777778'^^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 '39.14'^^xsd:double;
  dwc:startLatitude '39.14'^^xsd:double;
  dwc:endLatitude '39.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.93 39.14, -9.93 39.14, -9.93 39.14, -9.93 39.14, -9.93 39.14))'^^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 '1150_155'^^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/4842__1150_864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.96 -9.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.96"^^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/4842__1150_864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.96 -9.84)"^^geo:wktLiteral ;
  geo-pos:lat "49.96"^^xsd:decimal ;
  geo-pos:long "-9.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_864'^^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 '1150_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 '9.7613888888889'^^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 '49.96'^^xsd:double;
  dwc:startLatitude '49.96'^^xsd:double;
  dwc:endLatitude '49.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.84 49.96, -9.84 49.96, -9.84 49.96, -9.84 49.96, -9.84 49.96))'^^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 '1150_864'^^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/4842__1150_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91 -9.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.91"^^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/4842__1150_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.91 -9.84)"^^geo:wktLiteral ;
  geo-pos:lat "54.91"^^xsd:decimal ;
  geo-pos:long "-9.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_311'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.197777777778'^^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 '54.91'^^xsd:double;
  dwc:startLatitude '54.91'^^xsd:double;
  dwc:endLatitude '54.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.84 54.91, -9.84 54.91, -9.84 54.91, -9.84 54.91, -9.84 54.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 '1150_311'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_865> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.99 -9.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.99"^^xsd:decimal ;
  dwc:decimalLongitude "-9.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_865'^^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 '1150_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 '9.9738888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.82'^^xsd:double;
  dwc:startLongitude '-9.82'^^xsd:double;
  dwc:endLongitude '-9.82'^^xsd:double;
  dwc:latitude '49.99'^^xsd:double;
  dwc:startLatitude '49.99'^^xsd:double;
  dwc:endLatitude '49.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.82 49.99, -9.82 49.99, -9.82 49.99, -9.82 49.99, -9.82 49.99))'^^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 '1150_865'^^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/4842__1150_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^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/4842__1150_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -9.8)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-9.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_310'^^xsd: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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.671111111111'^^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 '55'^^xsd:integer;
  dwc:startLatitude '55'^^xsd:integer;
  dwc:endLatitude '55'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-9.8 55, -9.8 55, -9.8 55, -9.8 55, -9.8 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 '1150_310'^^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/4842__1150_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03 -9.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03 -9.79)"^^geo:wktLiteral ;
  geo-pos:lat "55.03"^^xsd:decimal ;
  geo-pos:long "-9.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_308'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.461388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.79'^^xsd:double;
  dwc:startLongitude '-9.79'^^xsd:double;
  dwc:endLongitude '-9.79'^^xsd:double;
  dwc:latitude '55.03'^^xsd:double;
  dwc:startLatitude '55.03'^^xsd:double;
  dwc:endLatitude '55.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.79 55.03, -9.79 55.03, -9.79 55.03, -9.79 55.03, -9.79 55.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 '1150_308'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03 -9.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.03"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.03 -9.79)"^^geo:wktLiteral ;
  geo-pos:lat "55.03"^^xsd:decimal ;
  geo-pos:long "-9.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_309'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.476666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.79'^^xsd:double;
  dwc:startLongitude '-9.79'^^xsd:double;
  dwc:endLongitude '-9.79'^^xsd:double;
  dwc:latitude '55.03'^^xsd:double;
  dwc:startLatitude '55.03'^^xsd:double;
  dwc:endLatitude '55.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.79 55.03, -9.79 55.03, -9.79 55.03, -9.79 55.03, -9.79 55.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 '1150_309'^^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/4842__1150_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.07 -9.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.07"^^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/4842__1150_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.07 -9.77)"^^geo:wktLiteral ;
  geo-pos:lat "55.07"^^xsd:decimal ;
  geo-pos:long "-9.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_307'^^xsd: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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.248055555556'^^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 '55.07'^^xsd:double;
  dwc:startLatitude '55.07'^^xsd:double;
  dwc:endLatitude '55.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.77 55.07, -9.77 55.07, -9.77 55.07, -9.77 55.07, -9.77 55.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 '1150_307'^^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/4842__1150_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_896'^^xsd: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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.824722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:startLongitude '-9.75'^^xsd:double;
  dwc:endLongitude '-9.75'^^xsd:double;
  dwc:latitude '50.51'^^xsd:double;
  dwc:startLatitude '50.51'^^xsd:double;
  dwc:endLatitude '50.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.75 50.51, -9.75 50.51, -9.75 50.51, -9.75 50.51, -9.75 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 '1150_896'^^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/4842__1150_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 -9.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.15"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.15 -9.74)"^^geo:wktLiteral ;
  geo-pos:lat "55.15"^^xsd:decimal ;
  geo-pos:long "-9.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_306'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.736111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.74'^^xsd:double;
  dwc:startLongitude '-9.74'^^xsd:double;
  dwc:endLongitude '-9.74'^^xsd:double;
  dwc:latitude '55.15'^^xsd:double;
  dwc:startLatitude '55.15'^^xsd:double;
  dwc:endLatitude '55.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.74 55.15, -9.74 55.15, -9.74 55.15, -9.74 55.15, -9.74 55.15))'^^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 '1150_306'^^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/4842__1150_853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_853> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.24 -9.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.24"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.24 -9.73)"^^geo:wktLiteral ;
  geo-pos:lat "49.24"^^xsd:decimal ;
  geo-pos:long "-9.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_853'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.831111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.73'^^xsd:double;
  dwc:startLongitude '-9.73'^^xsd:double;
  dwc:endLongitude '-9.73'^^xsd:double;
  dwc:latitude '49.24'^^xsd:double;
  dwc:startLatitude '49.24'^^xsd:double;
  dwc:endLatitude '49.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.73 49.24, -9.73 49.24, -9.73 49.24, -9.73 49.24, -9.73 49.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 '1150_853'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51 -9.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.51"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51 -9.73)"^^geo:wktLiteral ;
  geo-pos:lat "50.51"^^xsd:decimal ;
  geo-pos:long "-9.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.717777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.73'^^xsd:double;
  dwc:startLongitude '-9.73'^^xsd:double;
  dwc:endLongitude '-9.73'^^xsd:double;
  dwc:latitude '50.51'^^xsd:double;
  dwc:startLatitude '50.51'^^xsd:double;
  dwc:endLatitude '50.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.73 50.51, -9.73 50.51, -9.73 50.51, -9.73 50.51, -9.73 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 '1150_895'^^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/4842__1150_894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_894> ;
  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/4842__1150_894>
  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/4842__1150_894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.678055555556'^^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 '1150_894'^^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/4842__1150_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.29 -9.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.29"^^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/4842__1150_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.29 -9.68)"^^geo:wktLiteral ;
  geo-pos:lat "55.29"^^xsd:decimal ;
  geo-pos:long "-9.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.928611111111'^^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 '55.29'^^xsd:double;
  dwc:startLatitude '55.29'^^xsd:double;
  dwc:endLatitude '55.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.68 55.29, -9.68 55.29, -9.68 55.29, -9.68 55.29, -9.68 55.29))'^^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 '1150_305'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.53 -9.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_893'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.438888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.67'^^xsd:double;
  dwc:startLongitude '-9.67'^^xsd:double;
  dwc:endLongitude '-9.67'^^xsd:double;
  dwc:latitude '50.53'^^xsd:double;
  dwc:startLatitude '50.53'^^xsd:double;
  dwc:endLatitude '50.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.67 50.53, -9.67 50.53, -9.67 50.53, -9.67 50.53, -9.67 50.53))'^^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 '1150_893'^^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/4842__1150_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.37 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.37"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_168'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.6016666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '40.37'^^xsd:double;
  dwc:startLatitude '40.37'^^xsd:double;
  dwc:endLatitude '40.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 40.37, -9.65 40.37, -9.65 40.37, -9.65 40.37, -9.65 40.37))'^^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 '1150_168'^^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/4842__1150_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.37 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.37"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_169'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.8083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '40.37'^^xsd:double;
  dwc:startLatitude '40.37'^^xsd:double;
  dwc:endLatitude '40.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 40.37, -9.65 40.37, -9.65 40.37, -9.65 40.37, -9.65 40.37))'^^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 '1150_169'^^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/4842__1150_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.37 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.37"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_170'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.8113888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '40.37'^^xsd:double;
  dwc:startLatitude '40.37'^^xsd:double;
  dwc:endLatitude '40.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 40.37, -9.65 40.37, -9.65 40.37, -9.65 40.37, -9.65 40.37))'^^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 '1150_170'^^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/4842__1150_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.54 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.54"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.330277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '50.54'^^xsd:double;
  dwc:startLatitude '50.54'^^xsd:double;
  dwc:endLatitude '50.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 50.54, -9.65 50.54, -9.65 50.54, -9.65 50.54, -9.65 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 '1150_891'^^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/4842__1150_892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.54 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.54"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_892'^^xsd: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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.349444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:startLongitude '-9.65'^^xsd:double;
  dwc:endLongitude '-9.65'^^xsd:double;
  dwc:latitude '50.54'^^xsd:double;
  dwc:startLatitude '50.54'^^xsd:double;
  dwc:endLatitude '50.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.65 50.54, -9.65 50.54, -9.65 50.54, -9.65 50.54, -9.65 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 '1150_892'^^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/4842__1150_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4 -9.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.4"^^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/4842__1150_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.4 -9.61)"^^geo:wktLiteral ;
  geo-pos:lat "40.4"^^xsd:decimal ;
  geo-pos:long "-9.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_171'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4094444444444'^^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 '40.4'^^xsd:double;
  dwc:startLatitude '40.4'^^xsd:double;
  dwc:endLatitude '40.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.61 40.4, -9.61 40.4, -9.61 40.4, -9.61 40.4, -9.61 40.4))'^^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 '1150_171'^^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/4842__1150_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.41 -9.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.41"^^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/4842__1150_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.41 -9.61)"^^geo:wktLiteral ;
  geo-pos:lat "40.41"^^xsd:decimal ;
  geo-pos:long "-9.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_172'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4258333333333'^^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 '40.41'^^xsd:double;
  dwc:startLatitude '40.41'^^xsd:double;
  dwc:endLatitude '40.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.61 40.41, -9.61 40.41, -9.61 40.41, -9.61 40.41, -9.61 40.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 '1150_172'^^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/4842__1150_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.41 -9.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.41"^^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/4842__1150_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.41 -9.6)"^^geo:wktLiteral ;
  geo-pos:lat "40.41"^^xsd:decimal ;
  geo-pos:long "-9.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_173'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4788888888889'^^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 '40.41'^^xsd:double;
  dwc:startLatitude '40.41'^^xsd:double;
  dwc:endLatitude '40.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.6 40.41, -9.6 40.41, -9.6 40.41, -9.6 40.41, -9.6 40.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 '1150_173'^^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/4842__1150_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.42"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.42 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "40.42"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_174'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5402777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:startLongitude '-9.59'^^xsd:double;
  dwc:endLongitude '-9.59'^^xsd:double;
  dwc:latitude '40.42'^^xsd:double;
  dwc:startLatitude '40.42'^^xsd:double;
  dwc:endLatitude '40.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.59 40.42, -9.59 40.42, -9.59 40.42, -9.59 40.42, -9.59 40.42))'^^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 '1150_174'^^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/4842__1150_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.43"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.43 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "40.43"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_175'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5808333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:startLongitude '-9.59'^^xsd:double;
  dwc:endLongitude '-9.59'^^xsd:double;
  dwc:latitude '40.43'^^xsd:double;
  dwc:startLatitude '40.43'^^xsd:double;
  dwc:endLatitude '40.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.59 40.43, -9.59 40.43, -9.59 40.43, -9.59 40.43, -9.59 40.43))'^^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 '1150_175'^^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/4842__1150_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.3 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.3"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_154'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.937777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:startLongitude '-9.58'^^xsd:double;
  dwc:endLongitude '-9.58'^^xsd:double;
  dwc:latitude '38.3'^^xsd:double;
  dwc:startLatitude '38.3'^^xsd:double;
  dwc:endLatitude '38.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.58 38.3, -9.58 38.3, -9.58 38.3, -9.58 38.3, -9.58 38.3))'^^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 '1150_154'^^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/4842__1150_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.35 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.35"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_153'^^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 '9'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.6175'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:startLongitude '-9.57'^^xsd:double;
  dwc:endLongitude '-9.57'^^xsd:double;
  dwc:latitude '38.35'^^xsd:double;
  dwc:startLatitude '38.35'^^xsd:double;
  dwc:endLatitude '38.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.57 38.35, -9.57 38.35, -9.57 38.35, -9.57 38.35, -9.57 38.35))'^^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 '1150_153'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.53 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_304'^^xsd:string;
  dwc:scientificName 'Delphinidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.104166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:startLongitude '-9.57'^^xsd:double;
  dwc:endLongitude '-9.57'^^xsd:double;
  dwc:latitude '55.53'^^xsd:double;
  dwc:startLatitude '55.53'^^xsd:double;
  dwc:endLatitude '55.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.57 55.53, -9.57 55.53, -9.57 55.53, -9.57 55.53, -9.57 55.53))'^^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 '1150_304'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.53 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.53"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_303'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.977222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:startLongitude '-9.57'^^xsd:double;
  dwc:endLongitude '-9.57'^^xsd:double;
  dwc:latitude '55.53'^^xsd:double;
  dwc:startLatitude '55.53'^^xsd:double;
  dwc:endLatitude '55.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.57 55.53, -9.57 55.53, -9.57 55.53, -9.57 55.53, -9.57 55.53))'^^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 '1150_303'^^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/4842__1150_890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_890> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.57"^^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/4842__1150_890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57 -9.54)"^^geo:wktLiteral ;
  geo-pos:lat "50.57"^^xsd:decimal ;
  geo-pos:long "-9.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.874722222222'^^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 '50.57'^^xsd:double;
  dwc:startLatitude '50.57'^^xsd:double;
  dwc:endLatitude '50.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.54 50.57, -9.54 50.57, -9.54 50.57, -9.54 50.57, -9.54 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 '1150_890'^^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/4842__1150_889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58 -9.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58"^^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/4842__1150_889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58 -9.52)"^^geo:wktLiteral ;
  geo-pos:lat "50.58"^^xsd:decimal ;
  geo-pos:long "-9.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.773055555556'^^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 '50.58'^^xsd:double;
  dwc:startLatitude '50.58'^^xsd:double;
  dwc:endLatitude '50.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.52 50.58, -9.52 50.58, -9.52 50.58, -9.52 50.58, -9.52 50.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 '1150_889'^^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/4842__1150_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.51 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.51"^^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/4842__1150_150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.51 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "37.51"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_150'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.403055555556'^^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 '37.51'^^xsd:double;
  dwc:startLatitude '37.51'^^xsd:double;
  dwc:endLatitude '37.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5 37.51, -9.5 37.51, -9.5 37.51, -9.5 37.51, -9.5 37.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 '1150_150'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.68 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.68"^^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/4842__1150_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.68 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "38.68"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_136'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.1088888888889'^^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 '38.68'^^xsd:double;
  dwc:startLatitude '38.68'^^xsd:double;
  dwc:endLatitude '38.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5 38.68, -9.5 38.68, -9.5 38.68, -9.5 38.68, -9.5 38.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 '1150_136'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_176'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.2063888888889'^^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 '40.5'^^xsd:double;
  dwc:startLatitude '40.5'^^xsd:double;
  dwc:endLatitude '40.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5 40.5, -9.5 40.5, -9.5 40.5, -9.5 40.5, -9.5 40.5))'^^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 '1150_176'^^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/4842__1150_866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_866> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.34 -9.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.34"^^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/4842__1150_866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.34 -9.5)"^^geo:wktLiteral ;
  geo-pos:lat "50.34"^^xsd:decimal ;
  geo-pos:long "-9.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_866'^^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 '1150_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 '13.188333333333'^^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 '50.34'^^xsd:double;
  dwc:startLatitude '50.34'^^xsd:double;
  dwc:endLatitude '50.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.5 50.34, -9.5 50.34, -9.5 50.34, -9.5 50.34, -9.5 50.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 '1150_866'^^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/4842__1150_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5 -9.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.5"^^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/4842__1150_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.5 -9.49)"^^geo:wktLiteral ;
  geo-pos:lat "40.5"^^xsd:decimal ;
  geo-pos:long "-9.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_177'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.2194444444444'^^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 '40.5'^^xsd:double;
  dwc:startLatitude '40.5'^^xsd:double;
  dwc:endLatitude '40.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.49 40.5, -9.49 40.5, -9.49 40.5, -9.49 40.5, -9.49 40.5))'^^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 '1150_177'^^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/4842__1150_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5 -9.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.5"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.5 -9.48)"^^geo:wktLiteral ;
  geo-pos:lat "39.5"^^xsd:decimal ;
  geo-pos:long "-9.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_156'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.036111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.48'^^xsd:double;
  dwc:startLongitude '-9.48'^^xsd:double;
  dwc:endLongitude '-9.48'^^xsd:double;
  dwc:latitude '39.5'^^xsd:double;
  dwc:startLatitude '39.5'^^xsd:double;
  dwc:endLatitude '39.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.48 39.5, -9.48 39.5, -9.48 39.5, -9.48 39.5, -9.48 39.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 '1150_156'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^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/4842__1150_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_196'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.9094444444444'^^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 '42.68'^^xsd:double;
  dwc:startLatitude '42.68'^^xsd:double;
  dwc:endLatitude '42.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.47 42.68, -9.47 42.68, -9.47 42.68, -9.47 42.68, -9.47 42.68))'^^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 '1150_196'^^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/4842__1150_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.21 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.21"^^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/4842__1150_844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.21 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "48.21"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '9'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.9391666666667'^^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 '48.21'^^xsd:double;
  dwc:startLatitude '48.21'^^xsd:double;
  dwc:endLatitude '48.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.47 48.21, -9.47 48.21, -9.47 48.21, -9.47 48.21, -9.47 48.21))'^^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 '1150_844'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^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/4842__1150_888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_888'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.815833333333'^^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 '50.6'^^xsd:double;
  dwc:startLatitude '50.6'^^xsd:double;
  dwc:endLatitude '50.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.47 50.6, -9.47 50.6, -9.47 50.6, -9.47 50.6, -9.47 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 '1150_888'^^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/4842__1150_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.41"^^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/4842__1150_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.41 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "55.41"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_382'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.3852777777778'^^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 '55.41'^^xsd:double;
  dwc:startLatitude '55.41'^^xsd:double;
  dwc:endLatitude '55.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.47 55.41, -9.47 55.41, -9.47 55.41, -9.47 55.41, -9.47 55.41))'^^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 '1150_382'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_845> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.22 -9.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.22"^^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/4842__1150_845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.22 -9.46)"^^geo:wktLiteral ;
  geo-pos:lat "48.22"^^xsd:decimal ;
  geo-pos:long "-9.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_845'^^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 '9'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.019722222222'^^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 '48.22'^^xsd:double;
  dwc:startLatitude '48.22'^^xsd:double;
  dwc:endLatitude '48.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.46 48.22, -9.46 48.22, -9.46 48.22, -9.46 48.22, -9.46 48.22))'^^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 '1150_845'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_887> ;
  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/4842__1150_887>
  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/4842__1150_887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_887'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.713055555556'^^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 "SL" by the provider'^^xsd:string;
  dwc:aphiaid '254957'^^xsd:integer;
  dwc:occurrenceId '1150_887'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_867> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -9.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.4"^^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/4842__1150_867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.4 -9.44)"^^geo:wktLiteral ;
  geo-pos:lat "50.4"^^xsd:decimal ;
  geo-pos:long "-9.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_867'^^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 '1150_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 '13.6775'^^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.4'^^xsd:double;
  dwc:startLatitude '50.4'^^xsd:double;
  dwc:endLatitude '50.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.44 50.4, -9.44 50.4, -9.44 50.4, -9.44 50.4, -9.44 50.4))'^^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 '1150_867'^^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/4842__1150_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -9.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^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/4842__1150_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -9.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "-9.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_197'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.943333333333'^^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 '43.11'^^xsd:double;
  dwc:startLatitude '43.11'^^xsd:double;
  dwc:endLatitude '43.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.43 43.11, -9.43 43.11, -9.43 43.11, -9.43 43.11, -9.43 43.11))'^^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 '1150_197'^^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/4842__1150_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.12 -9.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.12"^^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/4842__1150_198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.12 -9.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.12"^^xsd:decimal ;
  geo-pos:long "-9.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_198'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^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 '43.12'^^xsd:double;
  dwc:startLatitude '43.12'^^xsd:double;
  dwc:endLatitude '43.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.43 43.12, -9.43 43.12, -9.43 43.12, -9.43 43.12, -9.43 43.12))'^^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 '1150_198'^^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/4842__1150_868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_868> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -9.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.41"^^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/4842__1150_868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -9.43)"^^geo:wktLiteral ;
  geo-pos:lat "50.41"^^xsd:decimal ;
  geo-pos:long "-9.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_868'^^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 '1150_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 '13.754722222222'^^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.41'^^xsd:double;
  dwc:startLatitude '50.41'^^xsd:double;
  dwc:endLatitude '50.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.43 50.41, -9.43 50.41, -9.43 50.41, -9.43 50.41, -9.43 50.41))'^^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 '1150_868'^^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/4842__1150_869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.42 -9.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.42"^^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/4842__1150_869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.42 -9.43)"^^geo:wktLiteral ;
  geo-pos:lat "50.42"^^xsd:decimal ;
  geo-pos:long "-9.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_869'^^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 '1150_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 '13.816666666667'^^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.42'^^xsd:double;
  dwc:startLatitude '50.42'^^xsd:double;
  dwc:endLatitude '50.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.43 50.42, -9.43 50.42, -9.43 50.42, -9.43 50.42, -9.43 50.42))'^^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 '1150_869'^^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/4842__1150_917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_917> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98 -9.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98"^^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/4842__1150_917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98 -9.43)"^^geo:wktLiteral ;
  geo-pos:lat "50.98"^^xsd:decimal ;
  geo-pos:long "-9.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_917'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.763888888889'^^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.98'^^xsd:double;
  dwc:startLatitude '50.98'^^xsd:double;
  dwc:endLatitude '50.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.43 50.98, -9.43 50.98, -9.43 50.98, -9.43 50.98, -9.43 50.98))'^^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 '1150_917'^^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/4842__1150_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -9.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.43"^^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/4842__1150_870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -9.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.43"^^xsd:decimal ;
  geo-pos:long "-9.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_870'^^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 '1150_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 '13.856388888889'^^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.43'^^xsd:double;
  dwc:startLatitude '50.43'^^xsd:double;
  dwc:endLatitude '50.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.42 50.43, -9.42 50.43, -9.42 50.43, -9.42 50.43, -9.42 50.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 '1150_870'^^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/4842__1150_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -9.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.43"^^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/4842__1150_871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -9.42)"^^geo:wktLiteral ;
  geo-pos:lat "50.43"^^xsd:decimal ;
  geo-pos:long "-9.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_871'^^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 '1150_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 '13.872222222222'^^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.43'^^xsd:double;
  dwc:startLatitude '50.43'^^xsd:double;
  dwc:endLatitude '50.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.42 50.43, -9.42 50.43, -9.42 50.43, -9.42 50.43, -9.42 50.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 '1150_871'^^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/4842__1150_886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_886> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_886> ;
  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/4842__1150_886>
  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/4842__1150_886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.616666666667'^^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 '1150_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/4842__1150_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.21 -9.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.21"^^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/4842__1150_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.21 -9.41)"^^geo:wktLiteral ;
  geo-pos:lat "37.21"^^xsd:decimal ;
  geo-pos:long "-9.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_149'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.253055555556'^^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.21'^^xsd:double;
  dwc:startLatitude '37.21'^^xsd:double;
  dwc:endLatitude '37.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.41 37.21, -9.41 37.21, -9.41 37.21, -9.41 37.21, -9.41 37.21))'^^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 '1150_149'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6 -9.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6"^^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/4842__1150_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6 -9.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.6"^^xsd:decimal ;
  geo-pos:long "-9.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_195'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.3016666666667'^^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 '42.6'^^xsd:double;
  dwc:startLatitude '42.6'^^xsd:double;
  dwc:endLatitude '42.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.4 42.6, -9.4 42.6, -9.4 42.6, -9.4 42.6, -9.4 42.6))'^^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 '1150_195'^^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/4842__1150_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.59 -9.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.59"^^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/4842__1150_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.59 -9.39)"^^geo:wktLiteral ;
  geo-pos:lat "42.59"^^xsd:decimal ;
  geo-pos:long "-9.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_194'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.2397222222222'^^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 '42.59'^^xsd:double;
  dwc:startLatitude '42.59'^^xsd:double;
  dwc:endLatitude '42.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.39 42.59, -9.39 42.59, -9.39 42.59, -9.39 42.59, -9.39 42.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 '1150_194'^^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/4842__1150_885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_885> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_885> ;
  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/4842__1150_885>
  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/4842__1150_885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.480277777778'^^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 '1150_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/4842__1150_884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_884> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_884> ;
  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/4842__1150_884>
  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/4842__1150_884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.471944444444'^^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 '1150_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/4842__1150_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_872> ;
  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/4842__1150_872>
  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/4842__1150_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.152777777778'^^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 '1150_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/4842__1150_883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_883> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.62"^^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/4842__1150_883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.62 -9.38)"^^geo:wktLiteral ;
  geo-pos:lat "50.62"^^xsd:decimal ;
  geo-pos:long "-9.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.424722222222'^^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.62'^^xsd:double;
  dwc:startLatitude '50.62'^^xsd:double;
  dwc:endLatitude '50.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.38 50.62, -9.38 50.62, -9.38 50.62, -9.38 50.62, -9.38 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 '1150_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/4842__1150_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 -9.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.79"^^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/4842__1150_302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 -9.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.79"^^xsd:decimal ;
  geo-pos:long "-9.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_302'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.218611111111'^^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 '55.79'^^xsd:double;
  dwc:startLatitude '55.79'^^xsd:double;
  dwc:endLatitude '55.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.38 55.79, -9.38 55.79, -9.38 55.79, -9.38 55.79, -9.38 55.79))'^^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 '1150_302'^^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/4842__1150_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_882> ;
  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/4842__1150_882>
  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/4842__1150_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.401666666667'^^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 '1150_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/4842__1150_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.36 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.36"^^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/4842__1150_846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.36 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "48.36"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_846'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.006666666667'^^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 '48.36'^^xsd:double;
  dwc:startLatitude '48.36'^^xsd:double;
  dwc:endLatitude '48.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.34 48.36, -9.34 48.36, -9.34 48.36, -9.34 48.36, -9.34 48.36))'^^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 '1150_846'^^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/4842__1150_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.73 -9.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.73"^^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/4842__1150_151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.73 -9.33)"^^geo:wktLiteral ;
  geo-pos:lat "37.73"^^xsd:decimal ;
  geo-pos:long "-9.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_151'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.9658333333333'^^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 '37.73'^^xsd:double;
  dwc:startLatitude '37.73'^^xsd:double;
  dwc:endLatitude '37.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.33 37.73, -9.33 37.73, -9.33 37.73, -9.33 37.73, -9.33 37.73))'^^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 '1150_151'^^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/4842__1150_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_133> ;
  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/4842__1150_133>
  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/4842__1150_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_133'^^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 '1150_133'^^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.8222222222222'^^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 "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1150_133'^^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/4842__1150_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_134> ;
  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/4842__1150_134>
  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/4842__1150_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_134'^^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 '1150_134'^^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.8736111111111'^^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 '1150_134'^^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/4842__1150_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64 -9.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.64"^^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/4842__1150_881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64 -9.33)"^^geo:wktLiteral ;
  geo-pos:lat "50.64"^^xsd:decimal ;
  geo-pos:long "-9.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_881'^^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 '1150_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 '16.208333333333'^^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 '50.64'^^xsd:double;
  dwc:startLatitude '50.64'^^xsd:double;
  dwc:endLatitude '50.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.33 50.64, -9.33 50.64, -9.33 50.64, -9.33 50.64, -9.33 50.64))'^^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 '1150_881'^^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/4842__1150_873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.54 -9.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.54"^^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/4842__1150_873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.54 -9.32)"^^geo:wktLiteral ;
  geo-pos:lat "50.54"^^xsd:decimal ;
  geo-pos:long "-9.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.639166666667'^^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.54'^^xsd:double;
  dwc:startLatitude '50.54'^^xsd:double;
  dwc:endLatitude '50.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.32 50.54, -9.32 50.54, -9.32 50.54, -9.32 50.54, -9.32 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 '1150_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/4842__1150_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_880> ;
  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/4842__1150_880>
  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/4842__1150_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.173333333333'^^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 '1150_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/4842__1150_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.63 -9.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.63"^^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/4842__1150_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.63 -9.32)"^^geo:wktLiteral ;
  geo-pos:lat "57.63"^^xsd:decimal ;
  geo-pos:long "-9.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_389'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.9075'^^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 '57.63'^^xsd:double;
  dwc:startLatitude '57.63'^^xsd:double;
  dwc:endLatitude '57.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.32 57.63, -9.32 57.63, -9.32 57.63, -9.32 57.63, -9.32 57.63))'^^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 '1150_389'^^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/4842__1150_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_132> ;
  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/4842__1150_132>
  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/4842__1150_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_132'^^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 '1150_132'^^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.7088888888889'^^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 '1150_132'^^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/4842__1150_879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_879> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_879> ;
  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/4842__1150_879>
  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/4842__1150_879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_879'^^xsd:string;
  dwc:scientificName 'Prionace glauca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '1150_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.131944444444'^^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 "BL" by the provider'^^xsd:string;
  dwc:aphiaid '105801'^^xsd:integer;
  dwc:occurrenceId '1150_879'^^xsd:string;
  dwc:observationDate '2005-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '105801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81 -9.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.81"^^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/4842__1150_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81 -9.31)"^^geo:wktLiteral ;
  geo-pos:lat "57.81"^^xsd:decimal ;
  geo-pos:long "-9.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.1144444444444'^^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 '57.81'^^xsd:double;
  dwc:startLatitude '57.81'^^xsd:double;
  dwc:endLatitude '57.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.31 57.81, -9.31 57.81, -9.31 57.81, -9.31 57.81, -9.31 57.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 '1150_287'^^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/4842__1150_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.29 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.29"^^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/4842__1150_179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.29 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "41.29"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_179'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.8375'^^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 '41.29'^^xsd:double;
  dwc:startLatitude '41.29'^^xsd:double;
  dwc:endLatitude '41.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.3 41.29, -9.3 41.29, -9.3 41.29, -9.3 41.29, -9.3 41.29))'^^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 '1150_179'^^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/4842__1150_878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_878> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^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/4842__1150_878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "-9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_878'^^xsd: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 '1150_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.083611111111'^^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.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.3 50.65, -9.3 50.65, -9.3 50.65, -9.3 50.65, -9.3 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 '1150_878'^^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/4842__1150_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.57 -9.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.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/4842__1150_178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.57 -9.29)"^^geo:wktLiteral ;
  geo-pos:lat "40.57"^^xsd:decimal ;
  geo-pos:long "-9.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_178'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8647222222222'^^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 '40.57'^^xsd:double;
  dwc:startLatitude '40.57'^^xsd:double;
  dwc:endLatitude '40.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.29 40.57, -9.29 40.57, -9.29 40.57, -9.29 40.57, -9.29 40.57))'^^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 '1150_178'^^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/4842__1150_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3 -9.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3"^^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/4842__1150_180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3 -9.29)"^^geo:wktLiteral ;
  geo-pos:lat "41.3"^^xsd:decimal ;
  geo-pos:long "-9.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_180'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.912777777778'^^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 '41.3'^^xsd:double;
  dwc:startLatitude '41.3'^^xsd:double;
  dwc:endLatitude '41.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.29 41.3, -9.29 41.3, -9.29 41.3, -9.29 41.3, -9.29 41.3))'^^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 '1150_180'^^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/4842__1150_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81 -9.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.81"^^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/4842__1150_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.81 -9.29)"^^geo:wktLiteral ;
  geo-pos:lat "57.81"^^xsd:decimal ;
  geo-pos:long "-9.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.1930555555556'^^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 '57.81'^^xsd:double;
  dwc:startLatitude '57.81'^^xsd:double;
  dwc:endLatitude '57.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.29 57.81, -9.29 57.81, -9.29 57.81, -9.29 57.81, -9.29 57.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 '1150_288'^^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/4842__1150_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_181> ;
  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/4842__1150_181>
  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/4842__1150_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_181'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.994444444444'^^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 '1150_181'^^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/4842__1150_874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58"^^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/4842__1150_874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "50.58"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.928888888889'^^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.58'^^xsd:double;
  dwc:startLatitude '50.58'^^xsd:double;
  dwc:endLatitude '50.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 50.58, -9.28 50.58, -9.28 50.58, -9.28 50.58, -9.28 50.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 '1150_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/4842__1150_877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.66 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.66"^^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/4842__1150_877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.66 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "50.66"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_877'^^xsd: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 '1150_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.007222222222'^^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.66'^^xsd:double;
  dwc:startLatitude '50.66'^^xsd:double;
  dwc:endLatitude '50.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 50.66, -9.28 50.66, -9.28 50.66, -9.28 50.66, -9.28 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 '1150_877'^^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/4842__1150_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.75 -9.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.75"^^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/4842__1150_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.75 -9.28)"^^geo:wktLiteral ;
  geo-pos:lat "57.75"^^xsd:decimal ;
  geo-pos:long "-9.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_390'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.651388888889'^^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.75'^^xsd:double;
  dwc:startLatitude '57.75'^^xsd:double;
  dwc:endLatitude '57.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.28 57.75, -9.28 57.75, -9.28 57.75, -9.28 57.75, -9.28 57.75))'^^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 '1150_390'^^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/4842__1150_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.7 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.7"^^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/4842__1150_165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.7 -9.27)"^^geo:wktLiteral ;
  geo-pos:lat "40.7"^^xsd:decimal ;
  geo-pos:long "-9.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_165'^^xsd:string;
  dwc:scientificName 'Odontoceti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.710555555556'^^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 '40.7'^^xsd:double;
  dwc:startLatitude '40.7'^^xsd:double;
  dwc:endLatitude '40.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 40.7, -9.27 40.7, -9.27 40.7, -9.27 40.7, -9.27 40.7))'^^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 '1150_165'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '148723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.33 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.33"^^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/4842__1150_182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.33 -9.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.33"^^xsd:decimal ;
  geo-pos:long "-9.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_182'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.098333333333'^^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 '41.33'^^xsd:double;
  dwc:startLatitude '41.33'^^xsd:double;
  dwc:endLatitude '41.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 41.33, -9.27 41.33, -9.27 41.33, -9.27 41.33, -9.27 41.33))'^^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 '1150_182'^^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/4842__1150_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.77 -9.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.77"^^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/4842__1150_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.77 -9.27)"^^geo:wktLiteral ;
  geo-pos:lat "57.77"^^xsd:decimal ;
  geo-pos:long "-9.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_391'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.746666666667'^^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.77'^^xsd:double;
  dwc:startLatitude '57.77'^^xsd:double;
  dwc:endLatitude '57.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.27 57.77, -9.27 57.77, -9.27 57.77, -9.27 57.77, -9.27 57.77))'^^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 '1150_391'^^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/4842__1150_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.98 -9.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.98"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.98 -9.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.98"^^xsd:decimal ;
  geo-pos:long "-9.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_148'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.361388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.24'^^xsd:double;
  dwc:startLongitude '-9.24'^^xsd:double;
  dwc:endLongitude '-9.24'^^xsd:double;
  dwc:latitude '36.98'^^xsd:double;
  dwc:startLatitude '36.98'^^xsd:double;
  dwc:endLatitude '36.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.24 36.98, -9.24 36.98, -9.24 36.98, -9.24 36.98, -9.24 36.98))'^^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 '1150_148'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_875> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.24)"^^geo:wktLiteral ;
  geo-pos:lat "50.63"^^xsd:decimal ;
  geo-pos:long "-9.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_875'^^xsd: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 '1150_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 '15.271944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.24'^^xsd:double;
  dwc:startLongitude '-9.24'^^xsd:double;
  dwc:endLongitude '-9.24'^^xsd:double;
  dwc:latitude '50.63'^^xsd:double;
  dwc:startLatitude '50.63'^^xsd:double;
  dwc:endLatitude '50.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.24 50.63, -9.24 50.63, -9.24 50.63, -9.24 50.63, -9.24 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 '1150_875'^^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/4842__1150_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -9.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -9.23)"^^geo:wktLiteral ;
  geo-pos:lat "56"^^xsd:decimal ;
  geo-pos:long "-9.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_301'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.593333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.23'^^xsd:double;
  dwc:startLongitude '-9.23'^^xsd:double;
  dwc:endLongitude '-9.23'^^xsd:double;
  dwc:latitude '56'^^xsd:integer;
  dwc:startLatitude '56'^^xsd:integer;
  dwc:endLatitude '56'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-9.23 56, -9.23 56, -9.23 56, -9.23 56, -9.23 56))'^^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 '1150_301'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.71 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.71"^^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/4842__1150_157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.71 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "39.71"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_157'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.847777777778'^^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 '39.71'^^xsd:double;
  dwc:startLatitude '39.71'^^xsd:double;
  dwc:endLatitude '39.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.22 39.71, -9.22 39.71, -9.22 39.71, -9.22 39.71, -9.22 39.71))'^^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 '1150_157'^^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/4842__1150_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.67"^^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/4842__1150_876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "50.67"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.765833333333'^^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 '50.67'^^xsd:double;
  dwc:startLatitude '50.67'^^xsd:double;
  dwc:endLatitude '50.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.22 50.67, -9.22 50.67, -9.22 50.67, -9.22 50.67, -9.22 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 '1150_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/4842__1150_918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_918> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -9.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.72"^^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/4842__1150_918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72 -9.21)"^^geo:wktLiteral ;
  geo-pos:lat "50.72"^^xsd:decimal ;
  geo-pos:long "-9.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_918'^^xsd: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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.498333333333'^^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.72'^^xsd:double;
  dwc:startLatitude '50.72'^^xsd:double;
  dwc:endLatitude '50.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.21 50.72, -9.21 50.72, -9.21 50.72, -9.21 50.72, -9.21 50.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 '1150_918'^^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/4842__1150_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.01 -9.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.01"^^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/4842__1150_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.01 -9.21)"^^geo:wktLiteral ;
  geo-pos:lat "56.01"^^xsd:decimal ;
  geo-pos:long "-9.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_300'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.52'^^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 '56.01'^^xsd:double;
  dwc:startLatitude '56.01'^^xsd:double;
  dwc:endLatitude '56.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.21 56.01, -9.21 56.01, -9.21 56.01, -9.21 56.01, -9.21 56.01))'^^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 '1150_300'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.72 -9.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.72"^^xsd:decimal ;
  dwc:decimalLongitude "-9.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_158'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.980833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.2'^^xsd:double;
  dwc:startLongitude '-9.2'^^xsd:double;
  dwc:endLongitude '-9.2'^^xsd:double;
  dwc:latitude '39.72'^^xsd:double;
  dwc:startLatitude '39.72'^^xsd:double;
  dwc:endLatitude '39.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.2 39.72, -9.2 39.72, -9.2 39.72, -9.2 39.72, -9.2 39.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 '1150_158'^^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/4842__1150_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.73 -9.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.73"^^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/4842__1150_159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.73 -9.19)"^^geo:wktLiteral ;
  geo-pos:lat "39.73"^^xsd:decimal ;
  geo-pos:long "-9.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_159'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.039722222222'^^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 '39.73'^^xsd:double;
  dwc:startLatitude '39.73'^^xsd:double;
  dwc:endLatitude '39.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.19 39.73, -9.19 39.73, -9.19 39.73, -9.19 39.73, -9.19 39.73))'^^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 '1150_159'^^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/4842__1150_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.73 -9.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.73"^^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/4842__1150_160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.73 -9.18)"^^geo:wktLiteral ;
  geo-pos:lat "39.73"^^xsd:decimal ;
  geo-pos:long "-9.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_160'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.0675'^^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.73'^^xsd:double;
  dwc:startLatitude '39.73'^^xsd:double;
  dwc:endLatitude '39.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.18 39.73, -9.18 39.73, -9.18 39.73, -9.18 39.73, -9.18 39.73))'^^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 '1150_160'^^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/4842__1150_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.56 -9.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.56"^^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/4842__1150_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.56 -9.17)"^^geo:wktLiteral ;
  geo-pos:lat "42.56"^^xsd:decimal ;
  geo-pos:long "-9.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_270'^^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 '28'^^xsd:integer;
  dwc:collectorNumber '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.1161111111111'^^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.56'^^xsd:double;
  dwc:startLatitude '42.56'^^xsd:double;
  dwc:endLatitude '42.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.17 42.56, -9.17 42.56, -9.17 42.56, -9.17 42.56, -9.17 42.56))'^^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 '1150_270'^^xsd:string;
  dwc:observationDate '2005-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_919> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -9.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.67"^^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/4842__1150_919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.67 -9.17)"^^geo:wktLiteral ;
  geo-pos:lat "50.67"^^xsd:decimal ;
  geo-pos:long "-9.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_919'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.821388888889'^^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 '50.67'^^xsd:double;
  dwc:startLatitude '50.67'^^xsd:double;
  dwc:endLatitude '50.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.17 50.67, -9.17 50.67, -9.17 50.67, -9.17 50.67, -9.17 50.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 '1150_919'^^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/4842__1150_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 -9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 -9.15)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "-9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_192'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.1958333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.15'^^xsd:double;
  dwc:startLongitude '-9.15'^^xsd:double;
  dwc:endLongitude '-9.15'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:startLatitude '42.32'^^xsd:double;
  dwc:endLatitude '42.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.15 42.32, -9.15 42.32, -9.15 42.32, -9.15 42.32, -9.15 42.32))'^^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 '1150_192'^^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/4842__1150_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.33 -9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.33"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.33 -9.15)"^^geo:wktLiteral ;
  geo-pos:lat "42.33"^^xsd:decimal ;
  geo-pos:long "-9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_193'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.2202777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.15'^^xsd:double;
  dwc:startLongitude '-9.15'^^xsd:double;
  dwc:endLongitude '-9.15'^^xsd:double;
  dwc:latitude '42.33'^^xsd:double;
  dwc:startLatitude '42.33'^^xsd:double;
  dwc:endLatitude '42.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.15 42.33, -9.15 42.33, -9.15 42.33, -9.15 42.33, -9.15 42.33))'^^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 '1150_193'^^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/4842__1150_921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_921> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -9.15)"^^geo:wktLiteral ;
  geo-pos:lat "50.65"^^xsd:decimal ;
  geo-pos:long "-9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '14'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.941111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.15'^^xsd:double;
  dwc:startLongitude '-9.15'^^xsd:double;
  dwc:endLongitude '-9.15'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.15 50.65, -9.15 50.65, -9.15 50.65, -9.15 50.65, -9.15 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 '1150_921'^^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/4842__1150_920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_920> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.66 -9.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.66"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.66 -9.15)"^^geo:wktLiteral ;
  geo-pos:lat "50.66"^^xsd:decimal ;
  geo-pos:long "-9.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '14'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.910555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.15'^^xsd:double;
  dwc:startLongitude '-9.15'^^xsd:double;
  dwc:endLongitude '-9.15'^^xsd:double;
  dwc:latitude '50.66'^^xsd:double;
  dwc:startLatitude '50.66'^^xsd:double;
  dwc:endLatitude '50.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.15 50.66, -9.15 50.66, -9.15 50.66, -9.15 50.66, -9.15 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 '1150_920'^^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/4842__1150_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 -9.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "-9.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/4842__1150_191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 -9.14)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "-9.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_191'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.1411111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.14'^^xsd:double;
  dwc:startLongitude '-9.14'^^xsd:double;
  dwc:endLongitude '-9.14'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:startLatitude '42.32'^^xsd:double;
  dwc:endLatitude '42.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.14 42.32, -9.14 42.32, -9.14 42.32, -9.14 42.32, -9.14 42.32))'^^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 '1150_191'^^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/4842__1150_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^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/4842__1150_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '14'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.9977777777778'^^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.3'^^xsd:double;
  dwc:startLatitude '42.3'^^xsd:double;
  dwc:endLatitude '42.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.13 42.3, -9.13 42.3, -9.13 42.3, -9.13 42.3, -9.13 42.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 '1150_189'^^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/4842__1150_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_190> ;
  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/4842__1150_190>
  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/4842__1150_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_190'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.0725'^^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 "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1150_190'^^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/4842__1150_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.63"^^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/4842__1150_922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.63 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "50.63"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '14'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.059166666667'^^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 '50.63'^^xsd:double;
  dwc:startLatitude '50.63'^^xsd:double;
  dwc:endLatitude '50.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.13 50.63, -9.13 50.63, -9.13 50.63, -9.13 50.63, -9.13 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 '1150_922'^^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/4842__1150_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.29 -9.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.29"^^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/4842__1150_164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.29 -9.11)"^^geo:wktLiteral ;
  geo-pos:lat "40.29"^^xsd:decimal ;
  geo-pos:long "-9.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_164'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.230833333333'^^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.29'^^xsd:double;
  dwc:startLatitude '40.29'^^xsd:double;
  dwc:endLatitude '40.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.11 40.29, -9.11 40.29, -9.11 40.29, -9.11 40.29, -9.11 40.29))'^^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 '1150_164'^^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/4842__1150_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 -9.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.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/4842__1150_188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 -9.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "-9.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_188'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.8438888888889'^^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 '42.28'^^xsd:double;
  dwc:startLatitude '42.28'^^xsd:double;
  dwc:endLatitude '42.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.11 42.28, -9.11 42.28, -9.11 42.28, -9.11 42.28, -9.11 42.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 '1150_188'^^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/4842__1150_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.27 -9.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.27"^^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/4842__1150_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.27 -9.1)"^^geo:wktLiteral ;
  geo-pos:lat "42.27"^^xsd:decimal ;
  geo-pos:long "-9.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_187'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.7891666666667'^^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 '42.27'^^xsd:double;
  dwc:startLatitude '42.27'^^xsd:double;
  dwc:endLatitude '42.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.1 42.27, -9.1 42.27, -9.1 42.27, -9.1 42.27, -9.1 42.27))'^^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 '1150_187'^^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/4842__1150_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 -9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.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/4842__1150_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 -9.09)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "-9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_186'^^xsd: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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.6516666666667'^^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 '42.25'^^xsd:double;
  dwc:startLatitude '42.25'^^xsd:double;
  dwc:endLatitude '42.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.09 42.25, -9.09 42.25, -9.09 42.25, -9.09 42.25, -9.09 42.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 '1150_186'^^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/4842__1150_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.23 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.23"^^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/4842__1150_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.23 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "40.23"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_163'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^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 '-9.08'^^xsd:double;
  dwc:startLongitude '-9.08'^^xsd:double;
  dwc:endLongitude '-9.08'^^xsd:double;
  dwc:latitude '40.23'^^xsd:double;
  dwc:startLatitude '40.23'^^xsd:double;
  dwc:endLatitude '40.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.08 40.23, -9.08 40.23, -9.08 40.23, -9.08 40.23, -9.08 40.23))'^^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 '1150_163'^^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/4842__1150_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.23 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.23"^^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/4842__1150_162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.23 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "40.23"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_162'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.803055555556'^^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.23'^^xsd:double;
  dwc:startLatitude '40.23'^^xsd:double;
  dwc:endLatitude '40.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.08 40.23, -9.08 40.23, -9.08 40.23, -9.08 40.23, -9.08 40.23))'^^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 '1150_162'^^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/4842__1150_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.22 -9.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.22"^^xsd:decimal ;
  dwc:decimalLongitude "-9.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_185'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.4438888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.06'^^xsd:double;
  dwc:startLongitude '-9.06'^^xsd:double;
  dwc:endLongitude '-9.06'^^xsd:double;
  dwc:latitude '42.22'^^xsd:double;
  dwc:startLatitude '42.22'^^xsd:double;
  dwc:endLatitude '42.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.06 42.22, -9.06 42.22, -9.06 42.22, -9.06 42.22, -9.06 42.22))'^^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 '1150_185'^^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/4842__1150_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 -9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.18"^^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/4842__1150_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.18 -9.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.18"^^xsd:decimal ;
  geo-pos:long "-9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_161'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.462222222222'^^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 '40.18'^^xsd:double;
  dwc:startLatitude '40.18'^^xsd:double;
  dwc:endLatitude '40.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.05 40.18, -9.05 40.18, -9.05 40.18, -9.05 40.18, -9.05 40.18))'^^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 '1150_161'^^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/4842__1150_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.89 -9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.89"^^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/4842__1150_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.89 -9.05)"^^geo:wktLiteral ;
  geo-pos:lat "40.89"^^xsd:decimal ;
  geo-pos:long "-9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_135'^^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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.3572222222222'^^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 '40.89'^^xsd:double;
  dwc:startLatitude '40.89'^^xsd:double;
  dwc:endLatitude '40.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.05 40.89, -9.05 40.89, -9.05 40.89, -9.05 40.89, -9.05 40.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 '1150_135'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.21 -9.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.21"^^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/4842__1150_184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.21 -9.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.21"^^xsd:decimal ;
  geo-pos:long "-9.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_184'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.3669444444444'^^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.21'^^xsd:double;
  dwc:startLatitude '42.21'^^xsd:double;
  dwc:endLatitude '42.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.05 42.21, -9.05 42.21, -9.05 42.21, -9.05 42.21, -9.05 42.21))'^^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 '1150_184'^^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/4842__1150_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.12 -9.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.12"^^xsd:decimal ;
  dwc:decimalLongitude "-9.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_152'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.5344444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.04'^^xsd:double;
  dwc:startLongitude '-9.04'^^xsd:double;
  dwc:endLongitude '-9.04'^^xsd:double;
  dwc:latitude '38.12'^^xsd:double;
  dwc:startLatitude '38.12'^^xsd:double;
  dwc:endLatitude '38.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.04 38.12, -9.04 38.12, -9.04 38.12, -9.04 38.12, -9.04 38.12))'^^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 '1150_152'^^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/4842__1150_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -9.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_183'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.3136111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.04'^^xsd:double;
  dwc:startLongitude '-9.04'^^xsd:double;
  dwc:endLongitude '-9.04'^^xsd:double;
  dwc:latitude '42.2'^^xsd:double;
  dwc:startLatitude '42.2'^^xsd:double;
  dwc:endLatitude '42.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.04 42.2, -9.04 42.2, -9.04 42.2, -9.04 42.2, -9.04 42.2))'^^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 '1150_183'^^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/4842__1150_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 -9.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1"^^xsd:decimal ;
  dwc:decimalLongitude "-9.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_299'^^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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.676666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9.03'^^xsd:double;
  dwc:startLongitude '-9.03'^^xsd:double;
  dwc:endLongitude '-9.03'^^xsd:double;
  dwc:latitude '56.1'^^xsd:double;
  dwc:startLatitude '56.1'^^xsd:double;
  dwc:endLatitude '56.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.03 56.1, -9.03 56.1, -9.03 56.1, -9.03 56.1, -9.03 56.1))'^^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 '1150_299'^^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/4842__1150_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 -9.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^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/4842__1150_199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 -9.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "-9.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_199'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.1805555555556'^^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.49'^^xsd:double;
  dwc:startLatitude '43.49'^^xsd:double;
  dwc:endLatitude '43.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.02 43.49, -9.02 43.49, -9.02 43.49, -9.02 43.49, -9.02 43.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 '1150_199'^^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/4842__1150_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.59 -9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.59"^^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/4842__1150_200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.59 -9.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.59"^^xsd:decimal ;
  geo-pos:long "-9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_200'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8197222222222'^^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.59'^^xsd:double;
  dwc:startLatitude '43.59'^^xsd:double;
  dwc:endLatitude '43.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.01 43.59, -9.01 43.59, -9.01 43.59, -9.01 43.59, -9.01 43.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 '1150_200'^^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/4842__1150_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -9.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^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/4842__1150_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -9.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-9.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_201'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8522222222222'^^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.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.01 43.6, -9.01 43.6, -9.01 43.6, -9.01 43.6, -9.01 43.6))'^^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 '1150_201'^^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/4842__1150_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_202> ;
  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/4842__1150_202>
  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/4842__1150_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_202'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.9427777777778'^^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 '1150_202'^^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/4842__1150_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_203> ;
  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/4842__1150_203>
  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/4842__1150_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_203'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.9947222222222'^^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 '1150_203'^^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/4842__1150_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_204'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.1408333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:startLongitude '-9'^^xsd:integer;
  dwc:endLongitude '-9'^^xsd:integer;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9 43.65, -9 43.65, -9 43.65, -9 43.65, -9 43.65))'^^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 '1150_204'^^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/4842__1150_843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.36 -9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.36"^^xsd:decimal ;
  dwc:decimalLongitude "-9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_843'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.926666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-9'^^xsd:integer;
  dwc:startLongitude '-9'^^xsd:integer;
  dwc:endLongitude '-9'^^xsd:integer;
  dwc:latitude '48.36'^^xsd:double;
  dwc:startLatitude '48.36'^^xsd:double;
  dwc:endLatitude '48.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9 48.36, -9 48.36, -9 48.36, -9 48.36, -9 48.36))'^^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 '1150_843'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.82 -8.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.82"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.82 -8.96)"^^geo:wktLiteral ;
  geo-pos:lat "48.82"^^xsd:decimal ;
  geo-pos:long "-8.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_847'^^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 '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.339166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.96'^^xsd:double;
  dwc:startLongitude '-8.96'^^xsd:double;
  dwc:endLongitude '-8.96'^^xsd:double;
  dwc:latitude '48.82'^^xsd:double;
  dwc:startLatitude '48.82'^^xsd:double;
  dwc:endLatitude '48.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.96 48.82, -8.96 48.82, -8.96 48.82, -8.96 48.82, -8.96 48.82))'^^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 '1150_847'^^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/4842__1150_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.56 -8.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.56"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.56 -8.96)"^^geo:wktLiteral ;
  geo-pos:lat "49.56"^^xsd:decimal ;
  geo-pos:long "-8.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_852'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.991388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.96'^^xsd:double;
  dwc:startLongitude '-8.96'^^xsd:double;
  dwc:endLongitude '-8.96'^^xsd:double;
  dwc:latitude '49.56'^^xsd:double;
  dwc:startLatitude '49.56'^^xsd:double;
  dwc:endLatitude '49.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.96 49.56, -8.96 49.56, -8.96 49.56, -8.96 49.56, -8.96 49.56))'^^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 '1150_852'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_166> ;
  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/4842__1150_166>
  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/4842__1150_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_166'^^xsd: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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.0575'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_166'^^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/4842__1150_923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_923> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71 -8.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.71 -8.89)"^^geo:wktLiteral ;
  geo-pos:lat "50.71"^^xsd:decimal ;
  geo-pos:long "-8.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_923'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.7344444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.89'^^xsd:double;
  dwc:startLongitude '-8.89'^^xsd:double;
  dwc:endLongitude '-8.89'^^xsd:double;
  dwc:latitude '50.71'^^xsd:double;
  dwc:startLatitude '50.71'^^xsd:double;
  dwc:endLatitude '50.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.89 50.71, -8.89 50.71, -8.89 50.71, -8.89 50.71, -8.89 50.71))'^^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 '1150_923'^^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/4842__1150_851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_851> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_851> ;
  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/4842__1150_851>
  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/4842__1150_851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_851'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^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 '-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 "CS" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1150_851'^^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/4842__1150_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1 -8.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.1"^^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/4842__1150_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.1 -8.81)"^^geo:wktLiteral ;
  geo-pos:lat "41.1"^^xsd:decimal ;
  geo-pos:long "-8.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_167'^^xsd: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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.965833333333'^^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 '41.1'^^xsd:double;
  dwc:startLatitude '41.1'^^xsd:double;
  dwc:endLatitude '41.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.81 41.1, -8.81 41.1, -8.81 41.1, -8.81 41.1, -8.81 41.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_167'^^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/4842__1150_924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_924> ;
  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/4842__1150_924>
  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/4842__1150_924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.116388888889'^^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 '1150_924'^^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/4842__1150_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^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/4842__1150_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -8.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-8.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_205'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.330277777778'^^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 '44.09'^^xsd:double;
  dwc:startLatitude '44.09'^^xsd:double;
  dwc:endLatitude '44.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.8 44.09, -8.8 44.09, -8.8 44.09, -8.8 44.09, -8.8 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 '1150_205'^^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/4842__1150_848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_848> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.01 -8.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.01"^^xsd:decimal ;
  dwc:decimalLongitude "-8.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_848'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.669166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.79'^^xsd:double;
  dwc:startLongitude '-8.79'^^xsd:double;
  dwc:endLongitude '-8.79'^^xsd:double;
  dwc:latitude '49.01'^^xsd:double;
  dwc:startLatitude '49.01'^^xsd:double;
  dwc:endLatitude '49.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.79 49.01, -8.79 49.01, -8.79 49.01, -8.79 49.01, -8.79 49.01))'^^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 '1150_848'^^xsd:string;
  dwc:observationDate '2005-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_206> ;
  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/4842__1150_206>
  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/4842__1150_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_206'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.742222222222'^^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 "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1150_206'^^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/4842__1150_925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_925> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -8.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.61"^^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/4842__1150_925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.61 -8.71)"^^geo:wktLiteral ;
  geo-pos:lat "50.61"^^xsd:decimal ;
  geo-pos:long "-8.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_925'^^xsd: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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.582222222222'^^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 '50.61'^^xsd:double;
  dwc:startLatitude '50.61'^^xsd:double;
  dwc:endLatitude '50.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.71 50.61, -8.71 50.61, -8.71 50.61, -8.71 50.61, -8.71 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 '1150_925'^^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/4842__1150_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.22 -8.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.22"^^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/4842__1150_207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.22 -8.68)"^^geo:wktLiteral ;
  geo-pos:lat "44.22"^^xsd:decimal ;
  geo-pos:long "-8.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_207'^^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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.428611111111'^^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.22'^^xsd:double;
  dwc:startLatitude '44.22'^^xsd:double;
  dwc:endLatitude '44.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.68 44.22, -8.68 44.22, -8.68 44.22, -8.68 44.22, -8.68 44.22))'^^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 '1150_207'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.53 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.53"^^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/4842__1150_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.53 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "57.53"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_289'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.359166666667'^^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 '57.53'^^xsd:double;
  dwc:startLatitude '57.53'^^xsd:double;
  dwc:endLatitude '57.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.56 57.53, -8.56 57.53, -8.56 57.53, -8.56 57.53, -8.56 57.53))'^^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 '1150_289'^^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/4842__1150_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.33 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.33"^^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/4842__1150_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.33 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "58.33"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_286'^^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 '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.014444444444'^^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.33'^^xsd:double;
  dwc:startLatitude '58.33'^^xsd:double;
  dwc:endLatitude '58.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.56 58.33, -8.56 58.33, -8.56 58.33, -8.56 58.33, -8.56 58.33))'^^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 '1150_286'^^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/4842__1150_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -8.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -8.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-8.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_146'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.138333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.55'^^xsd:double;
  dwc:startLongitude '-8.55'^^xsd:double;
  dwc:endLongitude '-8.55'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:startLatitude '36.76'^^xsd:double;
  dwc:endLatitude '36.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.55 36.76, -8.55 36.76, -8.55 36.76, -8.55 36.76, -8.55 36.76))'^^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 '1150_146'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -8.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -8.54)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-8.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_145'^^xsd:string;
  dwc:scientificName 'Stenella coeruleoalba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.064722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.54'^^xsd:double;
  dwc:startLongitude '-8.54'^^xsd:double;
  dwc:endLongitude '-8.54'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:startLatitude '36.76'^^xsd:double;
  dwc:endLatitude '36.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.54 36.76, -8.54 36.76, -8.54 36.76, -8.54 36.76, -8.54 36.76))'^^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 '1150_145'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.03 -8.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.03"^^xsd:decimal ;
  dwc:decimalLongitude "-8.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_285'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.1994444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.5'^^xsd:double;
  dwc:startLongitude '-8.5'^^xsd:double;
  dwc:endLongitude '-8.5'^^xsd:double;
  dwc:latitude '58.03'^^xsd:double;
  dwc:startLatitude '58.03'^^xsd:double;
  dwc:endLatitude '58.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.5 58.03, -8.5 58.03, -8.5 58.03, -8.5 58.03, -8.5 58.03))'^^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 '1150_285'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.55 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "48.55"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_842'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.714166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:startLongitude '-8.49'^^xsd:double;
  dwc:endLongitude '-8.49'^^xsd:double;
  dwc:latitude '48.55'^^xsd:double;
  dwc:startLatitude '48.55'^^xsd:double;
  dwc:endLatitude '48.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.49 48.55, -8.49 48.55, -8.49 48.55, -8.49 48.55, -8.49 48.55))'^^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 '1150_842'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.62 -8.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.62"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.62 -8.46)"^^geo:wktLiteral ;
  geo-pos:lat "56.62"^^xsd:decimal ;
  geo-pos:long "-8.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_388'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.313888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.46'^^xsd:double;
  dwc:startLongitude '-8.46'^^xsd:double;
  dwc:endLongitude '-8.46'^^xsd:double;
  dwc:latitude '56.62'^^xsd:double;
  dwc:startLatitude '56.62'^^xsd:double;
  dwc:endLatitude '56.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.46 56.62, -8.46 56.62, -8.46 56.62, -8.46 56.62, -8.46 56.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 '1150_388'^^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/4842__1150_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 -8.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48"^^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/4842__1150_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 -8.44)"^^geo:wktLiteral ;
  geo-pos:lat "57.48"^^xsd:decimal ;
  geo-pos:long "-8.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_290'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.821666666667'^^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 '57.48'^^xsd:double;
  dwc:startLatitude '57.48'^^xsd:double;
  dwc:endLatitude '57.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.44 57.48, -8.44 57.48, -8.44 57.48, -8.44 57.48, -8.44 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 '1150_290'^^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/4842__1150_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -8.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_208'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.790833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.43'^^xsd:double;
  dwc:startLongitude '-8.43'^^xsd:double;
  dwc:endLongitude '-8.43'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.43 44.1, -8.43 44.1, -8.43 44.1, -8.43 44.1, -8.43 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 '1150_208'^^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/4842__1150_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_387> ;
  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/4842__1150_387>
  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/4842__1150_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_387'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.134444444444'^^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 "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1150_387'^^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/4842__1150_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 -8.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^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/4842__1150_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 -8.41)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "-8.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_291'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.911388888889'^^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 '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.41 57.47, -8.41 57.47, -8.41 57.47, -8.41 57.47, -8.41 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 '1150_291'^^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/4842__1150_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 -8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^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/4842__1150_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 -8.4)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "-8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_292'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.952777777778'^^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 '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.4 57.47, -8.4 57.47, -8.4 57.47, -8.4 57.47, -8.4 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 '1150_292'^^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/4842__1150_841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6 -8.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6 -8.35)"^^geo:wktLiteral ;
  geo-pos:lat "48.6"^^xsd:decimal ;
  geo-pos:long "-8.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_841'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.023055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.35'^^xsd:double;
  dwc:startLongitude '-8.35'^^xsd:double;
  dwc:endLongitude '-8.35'^^xsd:double;
  dwc:latitude '48.6'^^xsd:double;
  dwc:startLatitude '48.6'^^xsd:double;
  dwc:endLatitude '48.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.35 48.6, -8.35 48.6, -8.35 48.6, -8.35 48.6, -8.35 48.6))'^^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 '1150_841'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_926> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -8.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.41"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -8.35)"^^geo:wktLiteral ;
  geo-pos:lat "50.41"^^xsd:decimal ;
  geo-pos:long "-8.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_926'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.093333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.35'^^xsd:double;
  dwc:startLongitude '-8.35'^^xsd:double;
  dwc:endLongitude '-8.35'^^xsd:double;
  dwc:latitude '50.41'^^xsd:double;
  dwc:startLatitude '50.41'^^xsd:double;
  dwc:endLatitude '50.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.35 50.41, -8.35 50.41, -8.35 50.41, -8.35 50.41, -8.35 50.41))'^^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 '1150_926'^^xsd:string;
  dwc:observationDate '2005-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -8.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -8.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-8.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_144'^^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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.9583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.34'^^xsd:double;
  dwc:startLongitude '-8.34'^^xsd:double;
  dwc:endLongitude '-8.34'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.73'^^xsd:double;
  dwc:endLatitude '36.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.34 36.73, -8.34 36.73, -8.34 36.73, -8.34 36.73, -8.34 36.73))'^^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 '1150_144'^^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/4842__1150_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -8.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-8.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_143'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.9275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.33'^^xsd:double;
  dwc:startLongitude '-8.33'^^xsd:double;
  dwc:endLongitude '-8.33'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.73'^^xsd:double;
  dwc:endLatitude '36.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.33 36.73, -8.33 36.73, -8.33 36.73, -8.33 36.73, -8.33 36.73))'^^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 '1150_143'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137209'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_927> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -8.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.39"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.39 -8.3)"^^geo:wktLiteral ;
  geo-pos:lat "50.39"^^xsd:decimal ;
  geo-pos:long "-8.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_927'^^xsd: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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.321666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.3'^^xsd:double;
  dwc:startLongitude '-8.3'^^xsd:double;
  dwc:endLongitude '-8.3'^^xsd:double;
  dwc:latitude '50.39'^^xsd:double;
  dwc:startLatitude '50.39'^^xsd:double;
  dwc:endLatitude '50.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.3 50.39, -8.3 50.39, -8.3 50.39, -8.3 50.39, -8.3 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 '1150_927'^^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/4842__1150_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_142'^^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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.5744444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:startLongitude '-8.27'^^xsd:double;
  dwc:endLongitude '-8.27'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.27 36.72, -8.27 36.72, -8.27 36.72, -8.27 36.72, -8.27 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 '1150_142'^^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/4842__1150_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.42"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "57.42"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_293'^^xsd: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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.487222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:startLongitude '-8.27'^^xsd:double;
  dwc:endLongitude '-8.27'^^xsd:double;
  dwc:latitude '57.42'^^xsd:double;
  dwc:startLatitude '57.42'^^xsd:double;
  dwc:endLatitude '57.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.27 57.42, -8.27 57.42, -8.27 57.42, -8.27 57.42, -8.27 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 '1150_293'^^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/4842__1150_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-8.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_141'^^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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.4733333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.25'^^xsd:double;
  dwc:startLongitude '-8.25'^^xsd:double;
  dwc:endLongitude '-8.25'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.25 36.72, -8.25 36.72, -8.25 36.72, -8.25 36.72, -8.25 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 '1150_141'^^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/4842__1150_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_140> ;
  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/4842__1150_140>
  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/4842__1150_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_140'^^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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.3375'^^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 "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1150_140'^^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/4842__1150_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_139'^^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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.3213888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:startLongitude '-8.22'^^xsd:double;
  dwc:endLongitude '-8.22'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.22 36.72, -8.22 36.72, -8.22 36.72, -8.22 36.72, -8.22 36.72))'^^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 '1150_139'^^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/4842__1150_850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_850> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.84 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.84"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.84 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "49.84"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_850'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.909722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:startLongitude '-8.22'^^xsd:double;
  dwc:endLongitude '-8.22'^^xsd:double;
  dwc:latitude '49.84'^^xsd:double;
  dwc:startLatitude '49.84'^^xsd:double;
  dwc:endLatitude '49.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.22 49.84, -8.22 49.84, -8.22 49.84, -8.22 49.84, -8.22 49.84))'^^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 '1150_850'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.02 -8.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.02"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.02 -8.21)"^^geo:wktLiteral ;
  geo-pos:lat "37.02"^^xsd:decimal ;
  geo-pos:long "-8.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_147'^^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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.035833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.21'^^xsd:double;
  dwc:startLongitude '-8.21'^^xsd:double;
  dwc:endLongitude '-8.21'^^xsd:double;
  dwc:latitude '37.02'^^xsd:double;
  dwc:startLatitude '37.02'^^xsd:double;
  dwc:endLatitude '37.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.21 37.02, -8.21 37.02, -8.21 37.02, -8.21 37.02, -8.21 37.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 '1150_147'^^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/4842__1150_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.39 -8.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.39"^^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/4842__1150_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.39 -8.2)"^^geo:wktLiteral ;
  geo-pos:lat "57.39"^^xsd:decimal ;
  geo-pos:long "-8.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.748333333333'^^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 '57.39'^^xsd:double;
  dwc:startLatitude '57.39'^^xsd:double;
  dwc:endLatitude '57.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.2 57.39, -8.2 57.39, -8.2 57.39, -8.2 57.39, -8.2 57.39))'^^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 '1150_294'^^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/4842__1150_928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_928> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31 -8.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.31"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.31 -8.16)"^^geo:wktLiteral ;
  geo-pos:lat "50.31"^^xsd:decimal ;
  geo-pos:long "-8.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.9625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.16'^^xsd:double;
  dwc:startLongitude '-8.16'^^xsd:double;
  dwc:endLongitude '-8.16'^^xsd:double;
  dwc:latitude '50.31'^^xsd:double;
  dwc:startLatitude '50.31'^^xsd:double;
  dwc:endLatitude '50.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.16 50.31, -8.16 50.31, -8.16 50.31, -8.16 50.31, -8.16 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 '1150_928'^^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/4842__1150_849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_849> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.87 -8.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.87"^^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/4842__1150_849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.87 -8.15)"^^geo:wktLiteral ;
  geo-pos:lat "49.87"^^xsd:decimal ;
  geo-pos:long "-8.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_849'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.638611111111'^^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 '49.87'^^xsd:double;
  dwc:startLatitude '49.87'^^xsd:double;
  dwc:endLatitude '49.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.15 49.87, -8.15 49.87, -8.15 49.87, -8.15 49.87, -8.15 49.87))'^^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 '1150_849'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 -8.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^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/4842__1150_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 -8.11)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "-8.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_209'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.5325'^^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 '43.94'^^xsd:double;
  dwc:startLatitude '43.94'^^xsd:double;
  dwc:endLatitude '43.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.11 43.94, -8.11 43.94, -8.11 43.94, -8.11 43.94, -8.11 43.94))'^^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 '1150_209'^^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/4842__1150_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 -8.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "-8.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_210'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.581388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.1'^^xsd:double;
  dwc:startLongitude '-8.1'^^xsd:double;
  dwc:endLongitude '-8.1'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:startLatitude '43.94'^^xsd:double;
  dwc:endLatitude '43.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.1 43.94, -8.1 43.94, -8.1 43.94, -8.1 43.94, -8.1 43.94))'^^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 '1150_210'^^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/4842__1150_929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_929> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.27 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.27"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.27 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "50.27"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_929'^^xsd: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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.324166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:startLongitude '-8.09'^^xsd:double;
  dwc:endLongitude '-8.09'^^xsd:double;
  dwc:latitude '50.27'^^xsd:double;
  dwc:startLatitude '50.27'^^xsd:double;
  dwc:endLatitude '50.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.09 50.27, -8.09 50.27, -8.09 50.27, -8.09 50.27, -8.09 50.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_929'^^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/4842__1150_930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_930> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -8.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.25"^^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/4842__1150_930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.25 -8.06)"^^geo:wktLiteral ;
  geo-pos:lat "50.25"^^xsd:decimal ;
  geo-pos:long "-8.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.471388888889'^^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 '50.25'^^xsd:double;
  dwc:startLatitude '50.25'^^xsd:double;
  dwc:endLatitude '50.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.06 50.25, -8.06 50.25, -8.06 50.25, -8.06 50.25, -8.06 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 '1150_930'^^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/4842__1150_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.33 -8.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.33"^^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/4842__1150_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.33 -8.06)"^^geo:wktLiteral ;
  geo-pos:lat "57.33"^^xsd:decimal ;
  geo-pos:long "-8.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_295'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.328888888889'^^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 '57.33'^^xsd:double;
  dwc:startLatitude '57.33'^^xsd:double;
  dwc:endLatitude '57.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.06 57.33, -8.06 57.33, -8.06 57.33, -8.06 57.33, -8.06 57.33))'^^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 '1150_295'^^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/4842__1150_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.32 -8.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.32"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.32 -8.04)"^^geo:wktLiteral ;
  geo-pos:lat "57.32"^^xsd:decimal ;
  geo-pos:long "-8.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_296'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.404166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.04'^^xsd:double;
  dwc:startLongitude '-8.04'^^xsd:double;
  dwc:endLongitude '-8.04'^^xsd:double;
  dwc:latitude '57.32'^^xsd:double;
  dwc:startLatitude '57.32'^^xsd:double;
  dwc:endLatitude '57.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.04 57.32, -8.04 57.32, -8.04 57.32, -8.04 57.32, -8.04 57.32))'^^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 '1150_296'^^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/4842__1150_931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.23 -8.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.23"^^xsd:decimal ;
  dwc:decimalLongitude "-8.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/4842__1150_931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.23 -8.02)"^^geo:wktLiteral ;
  geo-pos:lat "50.23"^^xsd:decimal ;
  geo-pos:long "-8.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.653333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8.02'^^xsd:double;
  dwc:startLongitude '-8.02'^^xsd:double;
  dwc:endLongitude '-8.02'^^xsd:double;
  dwc:latitude '50.23'^^xsd:double;
  dwc:startLatitude '50.23'^^xsd:double;
  dwc:endLatitude '50.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8.02 50.23, -8.02 50.23, -8.02 50.23, -8.02 50.23, -8.02 50.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 '1150_931'^^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/4842__1150_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46 -8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.46"^^xsd:decimal ;
  dwc:decimalLongitude "-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/4842__1150_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.46 -8)"^^geo:wktLiteral ;
  geo-pos:lat "56.46"^^xsd:decimal ;
  geo-pos:long "-8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_386'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-8'^^xsd:integer;
  dwc:startLongitude '-8'^^xsd:integer;
  dwc:endLongitude '-8'^^xsd:integer;
  dwc:latitude '56.46'^^xsd:double;
  dwc:startLatitude '56.46'^^xsd:double;
  dwc:endLatitude '56.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-8 56.46, -8 56.46, -8 56.46, -8 56.46, -8 56.46))'^^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 '1150_386'^^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/4842__1150_932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_932> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21 -7.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.21"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.21 -7.97)"^^geo:wktLiteral ;
  geo-pos:lat "50.21"^^xsd:decimal ;
  geo-pos:long "-7.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.893888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.97'^^xsd:double;
  dwc:startLongitude '-7.97'^^xsd:double;
  dwc:endLongitude '-7.97'^^xsd:double;
  dwc:latitude '50.21'^^xsd:double;
  dwc:startLatitude '50.21'^^xsd:double;
  dwc:endLatitude '50.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.97 50.21, -7.97 50.21, -7.97 50.21, -7.97 50.21, -7.97 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 '1150_932'^^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/4842__1150_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.58 -7.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.58 -7.93)"^^geo:wktLiteral ;
  geo-pos:lat "55.58"^^xsd:decimal ;
  geo-pos:long "-7.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_383'^^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 '20'^^xsd:integer;
  dwc:collectorNumber '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.019722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.93'^^xsd:double;
  dwc:startLongitude '-7.93'^^xsd:double;
  dwc:endLongitude '-7.93'^^xsd:double;
  dwc:latitude '55.58'^^xsd:double;
  dwc:startLatitude '55.58'^^xsd:double;
  dwc:endLatitude '55.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.93 55.58, -7.93 55.58, -7.93 55.58, -7.93 55.58, -7.93 55.58))'^^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 '1150_383'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_840> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77 -7.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77"^^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/4842__1150_840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77 -7.9)"^^geo:wktLiteral ;
  geo-pos:lat "48.77"^^xsd:decimal ;
  geo-pos:long "-7.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_840'^^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 '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.828611111111'^^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 '48.77'^^xsd:double;
  dwc:startLatitude '48.77'^^xsd:double;
  dwc:endLatitude '48.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.9 48.77, -7.9 48.77, -7.9 48.77, -7.9 48.77, -7.9 48.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 '1150_840'^^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/4842__1150_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6 -7.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6 -7.88)"^^geo:wktLiteral ;
  geo-pos:lat "55.6"^^xsd:decimal ;
  geo-pos:long "-7.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_384'^^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 '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.244722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.88'^^xsd:double;
  dwc:startLongitude '-7.88'^^xsd:double;
  dwc:endLongitude '-7.88'^^xsd:double;
  dwc:latitude '55.6'^^xsd:double;
  dwc:startLatitude '55.6'^^xsd:double;
  dwc:endLatitude '55.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.88 55.6, -7.88 55.6, -7.88 55.6, -7.88 55.6, -7.88 55.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 '1150_384'^^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/4842__1150_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7 -7.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7 -7.84)"^^geo:wktLiteral ;
  geo-pos:lat "56.7"^^xsd:decimal ;
  geo-pos:long "-7.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_298'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.062222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.84'^^xsd:double;
  dwc:startLongitude '-7.84'^^xsd:double;
  dwc:endLongitude '-7.84'^^xsd:double;
  dwc:latitude '56.7'^^xsd:double;
  dwc:startLatitude '56.7'^^xsd:double;
  dwc:endLatitude '56.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.84 56.7, -7.84 56.7, -7.84 56.7, -7.84 56.7, -7.84 56.7))'^^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 '1150_298'^^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/4842__1150_933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_933> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 -7.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 -7.78)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "-7.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_933'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.240555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.78'^^xsd:double;
  dwc:startLongitude '-7.78'^^xsd:double;
  dwc:endLongitude '-7.78'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:startLatitude '51.25'^^xsd:double;
  dwc:endLatitude '51.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.78 51.25, -7.78 51.25, -7.78 51.25, -7.78 51.25, -7.78 51.25))'^^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 '1150_933'^^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/4842__1150_977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_977> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 -7.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.49"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 -7.78)"^^geo:wktLiteral ;
  geo-pos:lat "51.49"^^xsd:decimal ;
  geo-pos:long "-7.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_977'^^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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_977'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.1661111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.78'^^xsd:double;
  dwc:startLongitude '-7.78'^^xsd:double;
  dwc:endLongitude '-7.78'^^xsd:double;
  dwc:latitude '51.49'^^xsd:double;
  dwc:startLatitude '51.49'^^xsd:double;
  dwc:endLatitude '51.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.78 51.49, -7.78 51.49, -7.78 51.49, -7.78 51.49, -7.78 51.49))'^^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 '1150_977'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.66 -7.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.66 -7.75)"^^geo:wktLiteral ;
  geo-pos:lat "55.66"^^xsd:decimal ;
  geo-pos:long "-7.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_385'^^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 '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.782777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.75'^^xsd:double;
  dwc:startLongitude '-7.75'^^xsd:double;
  dwc:endLongitude '-7.75'^^xsd:double;
  dwc:latitude '55.66'^^xsd:double;
  dwc:startLatitude '55.66'^^xsd:double;
  dwc:endLatitude '55.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.75 55.66, -7.75 55.66, -7.75 55.66, -7.75 55.66, -7.75 55.66))'^^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 '1150_385'^^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/4842__1150_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.21 -7.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.21"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.21 -7.74)"^^geo:wktLiteral ;
  geo-pos:lat "57.21"^^xsd:decimal ;
  geo-pos:long "-7.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_297'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.5875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.74'^^xsd:double;
  dwc:startLongitude '-7.74'^^xsd:double;
  dwc:endLongitude '-7.74'^^xsd:double;
  dwc:latitude '57.21'^^xsd:double;
  dwc:startLatitude '57.21'^^xsd:double;
  dwc:endLatitude '57.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.74 57.21, -7.74 57.21, -7.74 57.21, -7.74 57.21, -7.74 57.21))'^^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 '1150_297'^^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/4842__1150_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2 -7.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2 -7.73)"^^geo:wktLiteral ;
  geo-pos:lat "51.2"^^xsd:decimal ;
  geo-pos:long "-7.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_934'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.580555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.73'^^xsd:double;
  dwc:startLongitude '-7.73'^^xsd:double;
  dwc:endLongitude '-7.73'^^xsd:double;
  dwc:latitude '51.2'^^xsd:double;
  dwc:startLatitude '51.2'^^xsd:double;
  dwc:endLatitude '51.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.73 51.2, -7.73 51.2, -7.73 51.2, -7.73 51.2, -7.73 51.2))'^^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 '1150_934'^^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/4842__1150_978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_978> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 -7.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.45"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 -7.7)"^^geo:wktLiteral ;
  geo-pos:lat "51.45"^^xsd:decimal ;
  geo-pos:long "-7.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_978'^^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 '1150_978'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.5355555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.7'^^xsd:double;
  dwc:startLongitude '-7.7'^^xsd:double;
  dwc:endLongitude '-7.7'^^xsd:double;
  dwc:latitude '51.45'^^xsd:double;
  dwc:startLatitude '51.45'^^xsd:double;
  dwc:endLatitude '51.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.7 51.45, -7.7 51.45, -7.7 51.45, -7.7 51.45, -7.7 51.45))'^^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 '1150_978'^^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/4842__1150_979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_979> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41 -7.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.41"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41 -7.62)"^^geo:wktLiteral ;
  geo-pos:lat "51.41"^^xsd:decimal ;
  geo-pos:long "-7.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_979'^^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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_979'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.9525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.62'^^xsd:double;
  dwc:startLongitude '-7.62'^^xsd:double;
  dwc:endLongitude '-7.62'^^xsd:double;
  dwc:latitude '51.41'^^xsd:double;
  dwc:startLatitude '51.41'^^xsd:double;
  dwc:endLatitude '51.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.62 51.41, -7.62 51.41, -7.62 51.41, -7.62 51.41, -7.62 51.41))'^^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 '1150_979'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.29 -7.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.29"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.29 -7.51)"^^geo:wktLiteral ;
  geo-pos:lat "48.29"^^xsd:decimal ;
  geo-pos:long "-7.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_839'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.036666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.51'^^xsd:double;
  dwc:startLongitude '-7.51'^^xsd:double;
  dwc:endLongitude '-7.51'^^xsd:double;
  dwc:latitude '48.29'^^xsd:double;
  dwc:startLatitude '48.29'^^xsd:double;
  dwc:endLatitude '48.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.51 48.29, -7.51 48.29, -7.51 48.29, -7.51 48.29, -7.51 48.29))'^^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 '1150_839'^^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/4842__1150_980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_980> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36 -7.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36 -7.51)"^^geo:wktLiteral ;
  geo-pos:lat "51.36"^^xsd:decimal ;
  geo-pos:long "-7.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_980'^^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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_980'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '8.4566666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.51'^^xsd:double;
  dwc:startLongitude '-7.51'^^xsd:double;
  dwc:endLongitude '-7.51'^^xsd:double;
  dwc:latitude '51.36'^^xsd:double;
  dwc:startLatitude '51.36'^^xsd:double;
  dwc:endLatitude '51.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.51 51.36, -7.51 51.36, -7.51 51.36, -7.51 51.36, -7.51 51.36))'^^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 '1150_980'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -7.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.85"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -7.46)"^^geo:wktLiteral ;
  geo-pos:lat "58.85"^^xsd:decimal ;
  geo-pos:long "-7.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_407'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.295277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.46'^^xsd:double;
  dwc:startLongitude '-7.46'^^xsd:double;
  dwc:endLongitude '-7.46'^^xsd:double;
  dwc:latitude '58.85'^^xsd:double;
  dwc:startLatitude '58.85'^^xsd:double;
  dwc:endLatitude '58.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.46 58.85, -7.46 58.85, -7.46 58.85, -7.46 58.85, -7.46 58.85))'^^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 '1150_407'^^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/4842__1150_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.82 -7.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.82"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.82 -7.45)"^^geo:wktLiteral ;
  geo-pos:lat "58.82"^^xsd:decimal ;
  geo-pos:long "-7.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_406'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.091111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.45'^^xsd:double;
  dwc:startLongitude '-7.45'^^xsd:double;
  dwc:endLongitude '-7.45'^^xsd:double;
  dwc:latitude '58.82'^^xsd:double;
  dwc:startLatitude '58.82'^^xsd:double;
  dwc:endLatitude '58.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.45 58.82, -7.45 58.82, -7.45 58.82, -7.45 58.82, -7.45 58.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 '1150_406'^^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/4842__1150_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.57 -7.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.57"^^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/4842__1150_403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.57 -7.44)"^^geo:wktLiteral ;
  geo-pos:lat "58.57"^^xsd:decimal ;
  geo-pos:long "-7.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_403'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.632777777778'^^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.57'^^xsd:double;
  dwc:startLatitude '58.57'^^xsd:double;
  dwc:endLatitude '58.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.44 58.57, -7.44 58.57, -7.44 58.57, -7.44 58.57, -7.44 58.57))'^^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 '1150_403'^^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/4842__1150_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_404> ;
  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/4842__1150_404>
  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/4842__1150_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.141388888889'^^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 '1150_404'^^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/4842__1150_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.67 -7.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.67"^^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/4842__1150_405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.67 -7.44)"^^geo:wktLiteral ;
  geo-pos:lat "58.67"^^xsd:decimal ;
  geo-pos:long "-7.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^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.67'^^xsd:double;
  dwc:startLatitude '58.67'^^xsd:double;
  dwc:endLatitude '58.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.44 58.67, -7.44 58.67, -7.44 58.67, -7.44 58.67, -7.44 58.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 '1150_405'^^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/4842__1150_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.41 -7.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.41"^^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/4842__1150_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.41 -7.43)"^^geo:wktLiteral ;
  geo-pos:lat "58.41"^^xsd:decimal ;
  geo-pos:long "-7.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_398'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.688055555556'^^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.41'^^xsd:double;
  dwc:startLatitude '58.41'^^xsd:double;
  dwc:endLatitude '58.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.43 58.41, -7.43 58.41, -7.43 58.41, -7.43 58.41, -7.43 58.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 '1150_398'^^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/4842__1150_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_399> ;
  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/4842__1150_399>
  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/4842__1150_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_399'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.730277777778'^^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 "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1150_399'^^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/4842__1150_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_400> ;
  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/4842__1150_400>
  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/4842__1150_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_400'^^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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.791388888889'^^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 "MM" by the provider'^^xsd:string;
  dwc:aphiaid '127405'^^xsd:integer;
  dwc:occurrenceId '1150_400'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.44 -7.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.44"^^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/4842__1150_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.44 -7.43)"^^geo:wktLiteral ;
  geo-pos:lat "58.44"^^xsd:decimal ;
  geo-pos:long "-7.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.809444444444'^^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.44'^^xsd:double;
  dwc:startLatitude '58.44'^^xsd:double;
  dwc:endLatitude '58.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.43 58.44, -7.43 58.44, -7.43 58.44, -7.43 58.44, -7.43 58.44))'^^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 '1150_401'^^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/4842__1150_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.44 -7.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.44"^^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/4842__1150_402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.44 -7.43)"^^geo:wktLiteral ;
  geo-pos:lat "58.44"^^xsd:decimal ;
  geo-pos:long "-7.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.852777777778'^^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.44'^^xsd:double;
  dwc:startLatitude '58.44'^^xsd:double;
  dwc:endLatitude '58.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.43 58.44, -7.43 58.44, -7.43 58.44, -7.43 58.44, -7.43 58.44))'^^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 '1150_402'^^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/4842__1150_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.27 -7.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.27"^^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/4842__1150_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.27 -7.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.27"^^xsd:decimal ;
  geo-pos:long "-7.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_394'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.804444444444'^^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.27'^^xsd:double;
  dwc:startLatitude '58.27'^^xsd:double;
  dwc:endLatitude '58.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.42 58.27, -7.42 58.27, -7.42 58.27, -7.42 58.27, -7.42 58.27))'^^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 '1150_394'^^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/4842__1150_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -7.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3"^^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/4842__1150_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3 -7.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.3"^^xsd:decimal ;
  geo-pos:long "-7.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_395'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.023333333333'^^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.3'^^xsd:double;
  dwc:startLatitude '58.3'^^xsd:double;
  dwc:endLatitude '58.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.42 58.3, -7.42 58.3, -7.42 58.3, -7.42 58.3, -7.42 58.3))'^^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 '1150_395'^^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/4842__1150_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_396> ;
  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/4842__1150_396>
  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/4842__1150_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_396'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.417222222222'^^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 '1150_396'^^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/4842__1150_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4 -7.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.4"^^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/4842__1150_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.4 -7.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.4"^^xsd:decimal ;
  geo-pos:long "-7.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_397'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.616111111111'^^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.4'^^xsd:double;
  dwc:startLatitude '58.4'^^xsd:double;
  dwc:endLatitude '58.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.42 58.4, -7.42 58.4, -7.42 58.4, -7.42 58.4, -7.42 58.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 '1150_397'^^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/4842__1150_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.97 -7.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.97"^^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/4842__1150_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.97 -7.39)"^^geo:wktLiteral ;
  geo-pos:lat "57.97"^^xsd:decimal ;
  geo-pos:long "-7.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_392'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.9972222222222'^^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 '57.97'^^xsd:double;
  dwc:startLatitude '57.97'^^xsd:double;
  dwc:endLatitude '57.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.39 57.97, -7.39 57.97, -7.39 57.97, -7.39 57.97, -7.39 57.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 '1150_392'^^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/4842__1150_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -7.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.98"^^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/4842__1150_393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.98 -7.39)"^^geo:wktLiteral ;
  geo-pos:lat "57.98"^^xsd:decimal ;
  geo-pos:long "-7.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_393'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.0847222222222'^^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 '57.98'^^xsd:double;
  dwc:startLatitude '57.98'^^xsd:double;
  dwc:endLatitude '57.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.39 57.98, -7.39 57.98, -7.39 57.98, -7.39 57.98, -7.39 57.98))'^^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 '1150_393'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.79 -7.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.79"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.79 -7.26)"^^geo:wktLiteral ;
  geo-pos:lat "49.79"^^xsd:decimal ;
  geo-pos:long "-7.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_948'^^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 '18'^^xsd:integer;
  dwc:collectorNumber '1150_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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.311388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.26'^^xsd:double;
  dwc:startLongitude '-7.26'^^xsd:double;
  dwc:endLongitude '-7.26'^^xsd:double;
  dwc:latitude '49.79'^^xsd:double;
  dwc:startLatitude '49.79'^^xsd:double;
  dwc:endLatitude '49.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.26 49.79, -7.26 49.79, -7.26 49.79, -7.26 49.79, -7.26 49.79))'^^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 '1150_948'^^xsd:string;
  dwc:observationDate '2005-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -7.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.06"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -7.16)"^^geo:wktLiteral ;
  geo-pos:lat "59.06"^^xsd:decimal ;
  geo-pos:long "-7.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_284'^^xsd: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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.063333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.16'^^xsd:double;
  dwc:startLongitude '-7.16'^^xsd:double;
  dwc:endLongitude '-7.16'^^xsd:double;
  dwc:latitude '59.06'^^xsd:double;
  dwc:startLatitude '59.06'^^xsd:double;
  dwc:endLatitude '59.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.16 59.06, -7.16 59.06, -7.16 59.06, -7.16 59.06, -7.16 59.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 '1150_284'^^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/4842__1150_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.55"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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/4842__1150_935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.55 -7.1)"^^geo:wktLiteral ;
  geo-pos:lat "50.55"^^xsd:decimal ;
  geo-pos:long "-7.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_935'^^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 '1150_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 '10.393611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:startLongitude '-7.1'^^xsd:double;
  dwc:endLongitude '-7.1'^^xsd:double;
  dwc:latitude '50.55'^^xsd:double;
  dwc:startLatitude '50.55'^^xsd:double;
  dwc:endLatitude '50.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7.1 50.55, -7.1 50.55, -7.1 50.55, -7.1 50.55, -7.1 50.55))'^^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 '1150_935'^^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/4842__1150_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.15 -7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.15"^^xsd:decimal ;
  dwc:decimalLongitude "-7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_408'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.111111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-7'^^xsd:integer;
  dwc:startLongitude '-7'^^xsd:integer;
  dwc:endLongitude '-7'^^xsd:integer;
  dwc:latitude '59.15'^^xsd:double;
  dwc:startLatitude '59.15'^^xsd:double;
  dwc:endLatitude '59.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-7 59.15, -7 59.15, -7 59.15, -7 59.15, -7 59.15))'^^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 '1150_408'^^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/4842__1150_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -6.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.43"^^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/4842__1150_936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.43 -6.98)"^^geo:wktLiteral ;
  geo-pos:lat "50.43"^^xsd:decimal ;
  geo-pos:long "-6.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '11.303611111111'^^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 '50.43'^^xsd:double;
  dwc:startLatitude '50.43'^^xsd:double;
  dwc:endLatitude '50.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.98 50.43, -6.98 50.43, -6.98 50.43, -6.98 50.43, -6.98 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 '1150_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/4842__1150_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -6.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.41"^^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/4842__1150_937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -6.97)"^^geo:wktLiteral ;
  geo-pos:lat "50.41"^^xsd:decimal ;
  geo-pos:long "-6.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '12.334444444444'^^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 '50.41'^^xsd:double;
  dwc:startLatitude '50.41'^^xsd:double;
  dwc:endLatitude '50.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.97 50.41, -6.97 50.41, -6.97 50.41, -6.97 50.41, -6.97 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 '1150_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/4842__1150_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.16 -6.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.16"^^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/4842__1150_409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.16 -6.97)"^^geo:wktLiteral ;
  geo-pos:lat "59.16"^^xsd:decimal ;
  geo-pos:long "-6.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_409'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.210833333333'^^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 '59.16'^^xsd:double;
  dwc:startLatitude '59.16'^^xsd:double;
  dwc:endLatitude '59.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.97 59.16, -6.97 59.16, -6.97 59.16, -6.97 59.16, -6.97 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 '1150_409'^^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/4842__1150_938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_938> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3 -6.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3 -6.87)"^^geo:wktLiteral ;
  geo-pos:lat "50.3"^^xsd:decimal ;
  geo-pos:long "-6.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_938'^^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 '1150_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 '13.142777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.87'^^xsd:double;
  dwc:startLongitude '-6.87'^^xsd:double;
  dwc:endLongitude '-6.87'^^xsd:double;
  dwc:latitude '50.3'^^xsd:double;
  dwc:startLatitude '50.3'^^xsd:double;
  dwc:endLatitude '50.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.87 50.3, -6.87 50.3, -6.87 50.3, -6.87 50.3, -6.87 50.3))'^^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 '1150_938'^^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/4842__1150_981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_981> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03 -6.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03"^^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/4842__1150_981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03 -6.86)"^^geo:wktLiteral ;
  geo-pos:lat "51.03"^^xsd:decimal ;
  geo-pos:long "-6.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_981'^^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 '1150_981'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.626111111111'^^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 '51.03'^^xsd:double;
  dwc:startLatitude '51.03'^^xsd:double;
  dwc:endLatitude '51.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.86 51.03, -6.86 51.03, -6.86 51.03, -6.86 51.03, -6.86 51.03))'^^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 '1150_981'^^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/4842__1150_982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_982> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01 -6.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01"^^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/4842__1150_982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01 -6.83)"^^geo:wktLiteral ;
  geo-pos:lat "51.01"^^xsd:decimal ;
  geo-pos:long "-6.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_982'^^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 '1150_982'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.446388888889'^^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 '51.01'^^xsd:double;
  dwc:startLatitude '51.01'^^xsd:double;
  dwc:endLatitude '51.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.83 51.01, -6.83 51.01, -6.83 51.01, -6.83 51.01, -6.83 51.01))'^^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 '1150_982'^^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/4842__1150_939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_939> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_939> ;
  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/4842__1150_939>
  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/4842__1150_939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '13.914444444444'^^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 '1150_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/4842__1150_940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_940> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -6.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -6.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-6.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.400277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.7'^^xsd:double;
  dwc:startLongitude '-6.7'^^xsd:double;
  dwc:endLongitude '-6.7'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:startLatitude '50.13'^^xsd:double;
  dwc:endLatitude '50.13'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.7 50.13, -6.7 50.13, -6.7 50.13, -6.7 50.13, -6.7 50.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 '1150_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/4842__1150_941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_941> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.11 -6.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.11"^^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/4842__1150_941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.11 -6.69)"^^geo:wktLiteral ;
  geo-pos:lat "50.11"^^xsd:decimal ;
  geo-pos:long "-6.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.495277777778'^^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 '50.11'^^xsd:double;
  dwc:startLatitude '50.11'^^xsd:double;
  dwc:endLatitude '50.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.69 50.11, -6.69 50.11, -6.69 50.11, -6.69 50.11, -6.69 50.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 '1150_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/4842__1150_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -6.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^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/4842__1150_942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -6.68)"^^geo:wktLiteral ;
  geo-pos:lat "50.1"^^xsd:decimal ;
  geo-pos:long "-6.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_942'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14.583888888889'^^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 '50.1'^^xsd:double;
  dwc:startLatitude '50.1'^^xsd:double;
  dwc:endLatitude '50.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.68 50.1, -6.68 50.1, -6.68 50.1, -6.68 50.1, -6.68 50.1))'^^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 '1150_942'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_943> ;
  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/4842__1150_943>
  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/4842__1150_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.637777777778'^^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 '1150_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/4842__1150_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.09 -6.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.09"^^xsd:decimal ;
  dwc:decimalLongitude "-6.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.687777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.66'^^xsd:double;
  dwc:startLongitude '-6.66'^^xsd:double;
  dwc:endLongitude '-6.66'^^xsd:double;
  dwc:latitude '50.09'^^xsd:double;
  dwc:startLatitude '50.09'^^xsd:double;
  dwc:endLatitude '50.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.66 50.09, -6.66 50.09, -6.66 50.09, -6.66 50.09, -6.66 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 '1150_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/4842__1150_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -6.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.82"^^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/4842__1150_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -6.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.82"^^xsd:decimal ;
  geo-pos:long "-6.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_211'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.6516666666667'^^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 '43.82'^^xsd:double;
  dwc:startLatitude '43.82'^^xsd:double;
  dwc:endLatitude '43.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.64 43.82, -6.64 43.82, -6.64 43.82, -6.64 43.82, -6.64 43.82))'^^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 '1150_211'^^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/4842__1150_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_945> ;
  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/4842__1150_945>
  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/4842__1150_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_945'^^xsd: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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.913333333333'^^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 '1150_945'^^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/4842__1150_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -6.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.82"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -6.63)"^^geo:wktLiteral ;
  geo-pos:lat "43.82"^^xsd:decimal ;
  geo-pos:long "-6.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_212'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.7436111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.63'^^xsd:double;
  dwc:startLongitude '-6.63'^^xsd:double;
  dwc:endLongitude '-6.63'^^xsd:double;
  dwc:latitude '43.82'^^xsd:double;
  dwc:startLatitude '43.82'^^xsd:double;
  dwc:endLatitude '43.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.63 43.82, -6.63 43.82, -6.63 43.82, -6.63 43.82, -6.63 43.82))'^^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 '1150_212'^^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/4842__1150_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 -6.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^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/4842__1150_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 -6.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "-6.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_213'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.8022222222222'^^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 '43.83'^^xsd:double;
  dwc:startLatitude '43.83'^^xsd:double;
  dwc:endLatitude '43.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.62 43.83, -6.62 43.83, -6.62 43.83, -6.62 43.83, -6.62 43.83))'^^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 '1150_213'^^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/4842__1150_1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.41 -6.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1001'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_1001'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.951944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.61'^^xsd:double;
  dwc:startLongitude '-6.61'^^xsd:double;
  dwc:endLongitude '-6.61'^^xsd:double;
  dwc:latitude '49.41'^^xsd:double;
  dwc:startLatitude '49.41'^^xsd:double;
  dwc:endLatitude '49.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.61 49.41, -6.61 49.41, -6.61 49.41, -6.61 49.41, -6.61 49.41))'^^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 '1150_1001'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_983> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -6.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.88"^^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/4842__1150_983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.88 -6.58)"^^geo:wktLiteral ;
  geo-pos:lat "50.88"^^xsd:decimal ;
  geo-pos:long "-6.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_983'^^xsd: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 '1150_983'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.662222222222'^^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 '50.88'^^xsd:double;
  dwc:startLatitude '50.88'^^xsd:double;
  dwc:endLatitude '50.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.58 50.88, -6.58 50.88, -6.58 50.88, -6.58 50.88, -6.58 50.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 '1150_983'^^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/4842__1150_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.27 -6.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.27"^^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/4842__1150_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.27 -6.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.27"^^xsd:decimal ;
  geo-pos:long "-6.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_138'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.9019444444444'^^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.27'^^xsd:double;
  dwc:startLatitude '36.27'^^xsd:double;
  dwc:endLatitude '36.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.56 36.27, -6.56 36.27, -6.56 36.27, -6.56 36.27, -6.56 36.27))'^^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 '1150_138'^^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/4842__1150_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_269> ;
  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/4842__1150_269>
  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/4842__1150_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_269'^^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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.1111111111111'^^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 "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1150_269'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.38 -6.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.38"^^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/4842__1150_1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.38 -6.55)"^^geo:wktLiteral ;
  geo-pos:lat "49.38"^^xsd:decimal ;
  geo-pos:long "-6.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1002'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1150_1002'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '15.245277777778'^^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 '49.38'^^xsd:double;
  dwc:startLatitude '49.38'^^xsd:double;
  dwc:endLatitude '49.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.55 49.38, -6.55 49.38, -6.55 49.38, -6.55 49.38, -6.55 49.38))'^^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 '1150_1002'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.01 -6.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.01"^^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/4842__1150_410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.01 -6.55)"^^geo:wktLiteral ;
  geo-pos:lat "59.01"^^xsd:decimal ;
  geo-pos:long "-6.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_410'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.4297222222222'^^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 '59.01'^^xsd:double;
  dwc:startLatitude '59.01'^^xsd:double;
  dwc:endLatitude '59.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.55 59.01, -6.55 59.01, -6.55 59.01, -6.55 59.01, -6.55 59.01))'^^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 '1150_410'^^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/4842__1150_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -6.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.86"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.86 -6.54)"^^geo:wktLiteral ;
  geo-pos:lat "43.86"^^xsd:decimal ;
  geo-pos:long "-6.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_214'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.2130555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.54'^^xsd:double;
  dwc:startLongitude '-6.54'^^xsd:double;
  dwc:endLongitude '-6.54'^^xsd:double;
  dwc:latitude '43.86'^^xsd:double;
  dwc:startLatitude '43.86'^^xsd:double;
  dwc:endLatitude '43.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.54 43.86, -6.54 43.86, -6.54 43.86, -6.54 43.86, -6.54 43.86))'^^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 '1150_214'^^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/4842__1150_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.01 -6.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.01"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.01 -6.54)"^^geo:wktLiteral ;
  geo-pos:lat "59.01"^^xsd:decimal ;
  geo-pos:long "-6.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_411'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.4313888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.54'^^xsd:double;
  dwc:startLongitude '-6.54'^^xsd:double;
  dwc:endLongitude '-6.54'^^xsd:double;
  dwc:latitude '59.01'^^xsd:double;
  dwc:startLatitude '59.01'^^xsd:double;
  dwc:endLatitude '59.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.54 59.01, -6.54 59.01, -6.54 59.01, -6.54 59.01, -6.54 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 '1150_411'^^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/4842__1150_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.96 -6.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.96"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.96 -6.49)"^^geo:wktLiteral ;
  geo-pos:lat "35.96"^^xsd:decimal ;
  geo-pos:long "-6.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_137'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.8436111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.49'^^xsd:double;
  dwc:startLongitude '-6.49'^^xsd:double;
  dwc:endLongitude '-6.49'^^xsd:double;
  dwc:latitude '35.96'^^xsd:double;
  dwc:startLatitude '35.96'^^xsd:double;
  dwc:endLatitude '35.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.49 35.96, -6.49 35.96, -6.49 35.96, -6.49 35.96, -6.49 35.96))'^^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 '1150_137'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_984> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.81 -6.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.81"^^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/4842__1150_984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.81 -6.43)"^^geo:wktLiteral ;
  geo-pos:lat "50.81"^^xsd:decimal ;
  geo-pos:long "-6.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_984'^^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 '1150_984'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '14.337777777778'^^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 '50.81'^^xsd:double;
  dwc:startLatitude '50.81'^^xsd:double;
  dwc:endLatitude '50.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.43 50.81, -6.43 50.81, -6.43 50.81, -6.43 50.81, -6.43 50.81))'^^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 '1150_984'^^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/4842__1150_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.92 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.92"^^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/4842__1150_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.92 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.92"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_215'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9291666666667'^^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 '43.92'^^xsd:double;
  dwc:startLatitude '43.92'^^xsd:double;
  dwc:endLatitude '43.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.42 43.92, -6.42 43.92, -6.42 43.92, -6.42 43.92, -6.42 43.92))'^^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 '1150_215'^^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/4842__1150_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.43 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.43"^^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/4842__1150_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.43 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "59.43"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_283'^^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 '1150_283'^^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 '17.632777777778'^^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 '59.43'^^xsd:double;
  dwc:startLatitude '59.43'^^xsd:double;
  dwc:endLatitude '59.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.42 59.43, -6.42 59.43, -6.42 59.43, -6.42 59.43, -6.42 59.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 '1150_283'^^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/4842__1150_985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_985> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -6.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8"^^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/4842__1150_985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8 -6.41)"^^geo:wktLiteral ;
  geo-pos:lat "50.8"^^xsd:decimal ;
  geo-pos:long "-6.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_985'^^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 '1150_985'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '14.4425'^^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 '50.8'^^xsd:double;
  dwc:startLatitude '50.8'^^xsd:double;
  dwc:endLatitude '50.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.41 50.8, -6.41 50.8, -6.41 50.8, -6.41 50.8, -6.41 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 '1150_985'^^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/4842__1150_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -6.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.33"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.33 -6.39)"^^geo:wktLiteral ;
  geo-pos:lat "47.33"^^xsd:decimal ;
  geo-pos:long "-6.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_825'^^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 '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.9941666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.39'^^xsd:double;
  dwc:startLongitude '-6.39'^^xsd:double;
  dwc:endLongitude '-6.39'^^xsd:double;
  dwc:latitude '47.33'^^xsd:double;
  dwc:startLatitude '47.33'^^xsd:double;
  dwc:endLatitude '47.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.39 47.33, -6.39 47.33, -6.39 47.33, -6.39 47.33, -6.39 47.33))'^^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 '1150_825'^^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/4842__1150_826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_826> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -6.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.34"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.34 -6.38)"^^geo:wktLiteral ;
  geo-pos:lat "47.34"^^xsd:decimal ;
  geo-pos:long "-6.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_826'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.0730555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.38'^^xsd:double;
  dwc:startLongitude '-6.38'^^xsd:double;
  dwc:endLongitude '-6.38'^^xsd:double;
  dwc:latitude '47.34'^^xsd:double;
  dwc:startLatitude '47.34'^^xsd:double;
  dwc:endLatitude '47.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.38 47.34, -6.38 47.34, -6.38 47.34, -6.38 47.34, -6.38 47.34))'^^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 '1150_826'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.37 -6.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.37"^^xsd:decimal ;
  dwc:decimalLongitude "-6.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_827'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.2358333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.36'^^xsd:double;
  dwc:startLongitude '-6.36'^^xsd:double;
  dwc:endLongitude '-6.36'^^xsd:double;
  dwc:latitude '47.37'^^xsd:double;
  dwc:startLatitude '47.37'^^xsd:double;
  dwc:endLatitude '47.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.36 47.37, -6.36 47.37, -6.36 47.37, -6.36 47.37, -6.36 47.37))'^^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 '1150_827'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_828> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.37 -6.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.37"^^xsd:decimal ;
  dwc:decimalLongitude "-6.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_828'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.2536111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.36'^^xsd:double;
  dwc:startLongitude '-6.36'^^xsd:double;
  dwc:endLongitude '-6.36'^^xsd:double;
  dwc:latitude '47.37'^^xsd:double;
  dwc:startLatitude '47.37'^^xsd:double;
  dwc:endLatitude '47.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.36 47.37, -6.36 47.37, -6.36 47.37, -6.36 47.37, -6.36 47.37))'^^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 '1150_828'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 -6.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "-6.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_216'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.272222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.35'^^xsd:double;
  dwc:startLongitude '-6.35'^^xsd:double;
  dwc:endLongitude '-6.35'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:startLatitude '43.94'^^xsd:double;
  dwc:endLatitude '43.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.35 43.94, -6.35 43.94, -6.35 43.94, -6.35 43.94, -6.35 43.94))'^^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 '1150_216'^^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/4842__1150_829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_829> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -6.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.45"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.45 -6.31)"^^geo:wktLiteral ;
  geo-pos:lat "47.45"^^xsd:decimal ;
  geo-pos:long "-6.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_829'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.7861111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.31'^^xsd:double;
  dwc:startLongitude '-6.31'^^xsd:double;
  dwc:endLongitude '-6.31'^^xsd:double;
  dwc:latitude '47.45'^^xsd:double;
  dwc:startLatitude '47.45'^^xsd:double;
  dwc:endLatitude '47.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.31 47.45, -6.31 47.45, -6.31 47.45, -6.31 47.45, -6.31 47.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 '1150_829'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_946> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7 -6.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7 -6.31)"^^geo:wktLiteral ;
  geo-pos:lat "49.7"^^xsd:decimal ;
  geo-pos:long "-6.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.229444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.31'^^xsd:double;
  dwc:startLongitude '-6.31'^^xsd:double;
  dwc:endLongitude '-6.31'^^xsd:double;
  dwc:latitude '49.7'^^xsd:double;
  dwc:startLatitude '49.7'^^xsd:double;
  dwc:endLatitude '49.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.31 49.7, -6.31 49.7, -6.31 49.7, -6.31 49.7, -6.31 49.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 '1150_946'^^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/4842__1150_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.43 -6.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.43"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.43 -6.31)"^^geo:wktLiteral ;
  geo-pos:lat "59.43"^^xsd:decimal ;
  geo-pos:long "-6.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_282'^^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 '1150_282'^^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 '17.281666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.31'^^xsd:double;
  dwc:startLongitude '-6.31'^^xsd:double;
  dwc:endLongitude '-6.31'^^xsd:double;
  dwc:latitude '59.43'^^xsd:double;
  dwc:startLatitude '59.43'^^xsd:double;
  dwc:endLatitude '59.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.31 59.43, -6.31 59.43, -6.31 59.43, -6.31 59.43, -6.31 59.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 '1150_282'^^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/4842__1150_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97 -6.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97"^^xsd:decimal ;
  dwc:decimalLongitude "-6.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_217'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.656388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.29'^^xsd:double;
  dwc:startLongitude '-6.29'^^xsd:double;
  dwc:endLongitude '-6.29'^^xsd:double;
  dwc:latitude '43.97'^^xsd:double;
  dwc:startLatitude '43.97'^^xsd:double;
  dwc:endLatitude '43.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.29 43.97, -6.29 43.97, -6.29 43.97, -6.29 43.97, -6.29 43.97))'^^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 '1150_217'^^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/4842__1150_986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_986> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.73 -6.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.73"^^xsd:decimal ;
  dwc:decimalLongitude "-6.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_986'^^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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_986'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '15.011666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.29'^^xsd:double;
  dwc:startLongitude '-6.29'^^xsd:double;
  dwc:endLongitude '-6.29'^^xsd:double;
  dwc:latitude '50.73'^^xsd:double;
  dwc:startLatitude '50.73'^^xsd:double;
  dwc:endLatitude '50.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.29 50.73, -6.29 50.73, -6.29 50.73, -6.29 50.73, -6.29 50.73))'^^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 '1150_986'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -6.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.42"^^xsd:decimal ;
  dwc:decimalLongitude "-6.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_281'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1150_281'^^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 '17.101666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.24'^^xsd:double;
  dwc:startLongitude '-6.24'^^xsd:double;
  dwc:endLongitude '-6.24'^^xsd:double;
  dwc:latitude '59.42'^^xsd:double;
  dwc:startLatitude '59.42'^^xsd:double;
  dwc:endLatitude '59.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.24 59.42, -6.24 59.42, -6.24 59.42, -6.24 59.42, -6.24 59.42))'^^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 '1150_281'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.59 -6.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.59"^^xsd:decimal ;
  dwc:decimalLongitude "-6.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.955277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.21'^^xsd:double;
  dwc:startLongitude '-6.21'^^xsd:double;
  dwc:endLongitude '-6.21'^^xsd:double;
  dwc:latitude '49.59'^^xsd:double;
  dwc:startLatitude '49.59'^^xsd:double;
  dwc:endLatitude '49.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.21 49.59, -6.21 49.59, -6.21 49.59, -6.21 49.59, -6.21 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 '1150_947'^^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/4842__1150_987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_987> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.69 -6.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.69"^^xsd:decimal ;
  dwc:decimalLongitude "-6.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_987'^^xsd: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 '1150_987'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '15.388333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.21'^^xsd:double;
  dwc:startLongitude '-6.21'^^xsd:double;
  dwc:endLongitude '-6.21'^^xsd:double;
  dwc:latitude '50.69'^^xsd:double;
  dwc:startLatitude '50.69'^^xsd:double;
  dwc:endLatitude '50.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.21 50.69, -6.21 50.69, -6.21 50.69, -6.21 50.69, -6.21 50.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 '1150_987'^^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/4842__1150_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.42"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_280'^^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 '1150_280'^^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.992222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:startLongitude '-6.2'^^xsd:double;
  dwc:endLongitude '-6.2'^^xsd:double;
  dwc:latitude '59.42'^^xsd:double;
  dwc:startLatitude '59.42'^^xsd:double;
  dwc:endLatitude '59.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.2 59.42, -6.2 59.42, -6.2 59.42, -6.2 59.42, -6.2 59.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 '1150_280'^^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/4842__1150_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.42"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_279'^^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 '1150_279'^^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.988055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:startLongitude '-6.2'^^xsd:double;
  dwc:endLongitude '-6.2'^^xsd:double;
  dwc:latitude '59.42'^^xsd:double;
  dwc:startLatitude '59.42'^^xsd:double;
  dwc:endLatitude '59.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.2 59.42, -6.2 59.42, -6.2 59.42, -6.2 59.42, -6.2 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 '1150_279'^^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/4842__1150_956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_956> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.85 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.85"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_956'^^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 '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.337777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:startLongitude '-6.18'^^xsd:double;
  dwc:endLongitude '-6.18'^^xsd:double;
  dwc:latitude '51.85'^^xsd:double;
  dwc:startLatitude '51.85'^^xsd:double;
  dwc:endLatitude '51.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.18 51.85, -6.18 51.85, -6.18 51.85, -6.18 51.85, -6.18 51.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 '1150_956'^^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/4842__1150_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 -6.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "-6.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_218'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.342777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.17'^^xsd:double;
  dwc:startLongitude '-6.17'^^xsd:double;
  dwc:endLongitude '-6.17'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:startLatitude '44.02'^^xsd:double;
  dwc:endLatitude '44.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.17 44.02, -6.17 44.02, -6.17 44.02, -6.17 44.02, -6.17 44.02))'^^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 '1150_218'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_955> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82 -6.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.82"^^xsd:decimal ;
  dwc:decimalLongitude "-6.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_955'^^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 '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.184722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.16'^^xsd:double;
  dwc:startLongitude '-6.16'^^xsd:double;
  dwc:endLongitude '-6.16'^^xsd:double;
  dwc:latitude '51.82'^^xsd:double;
  dwc:startLatitude '51.82'^^xsd:double;
  dwc:endLatitude '51.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.16 51.82, -6.16 51.82, -6.16 51.82, -6.16 51.82, -6.16 51.82))'^^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 '1150_955'^^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/4842__1150_996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_996> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.51 -6.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.51"^^xsd:decimal ;
  dwc:decimalLongitude "-6.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_996'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1150_996'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.6138888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.13'^^xsd:double;
  dwc:startLongitude '-6.13'^^xsd:double;
  dwc:endLongitude '-6.13'^^xsd:double;
  dwc:latitude '49.51'^^xsd:double;
  dwc:startLatitude '49.51'^^xsd:double;
  dwc:endLatitude '49.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.13 49.51, -6.13 49.51, -6.13 49.51, -6.13 49.51, -6.13 49.51))'^^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 '1150_996'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_988> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.65 -6.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.65"^^xsd:decimal ;
  dwc:decimalLongitude "-6.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_988'^^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 '22'^^xsd:integer;
  dwc:collectorNumber '1150_988'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '15.796666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.13'^^xsd:double;
  dwc:startLongitude '-6.13'^^xsd:double;
  dwc:endLongitude '-6.13'^^xsd:double;
  dwc:latitude '50.65'^^xsd:double;
  dwc:startLatitude '50.65'^^xsd:double;
  dwc:endLatitude '50.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.13 50.65, -6.13 50.65, -6.13 50.65, -6.13 50.65, -6.13 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 '1150_988'^^xsd:string;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.04 -6.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.04"^^xsd:decimal ;
  dwc:decimalLongitude "-6.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_219'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.624444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.12'^^xsd:double;
  dwc:startLongitude '-6.12'^^xsd:double;
  dwc:endLongitude '-6.12'^^xsd:double;
  dwc:latitude '44.04'^^xsd:double;
  dwc:startLatitude '44.04'^^xsd:double;
  dwc:endLatitude '44.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.12 44.04, -6.12 44.04, -6.12 44.04, -6.12 44.04, -6.12 44.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 '1150_219'^^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/4842__1150_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -6.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.42"^^xsd:decimal ;
  dwc:decimalLongitude "-6.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_278'^^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 '1150_278'^^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.913611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.12'^^xsd:double;
  dwc:startLongitude '-6.12'^^xsd:double;
  dwc:endLongitude '-6.12'^^xsd:double;
  dwc:latitude '59.42'^^xsd:double;
  dwc:startLatitude '59.42'^^xsd:double;
  dwc:endLatitude '59.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.12 59.42, -6.12 59.42, -6.12 59.42, -6.12 59.42, -6.12 59.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 '1150_278'^^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/4842__1150_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.76 -6.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.76"^^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/4842__1150_954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.76 -6.11)"^^geo:wktLiteral ;
  geo-pos:lat "51.76"^^xsd:decimal ;
  geo-pos:long "-6.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '20'^^xsd:integer;
  dwc:collectorNumber '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.734444444444'^^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 '51.76'^^xsd:double;
  dwc:startLatitude '51.76'^^xsd:double;
  dwc:endLatitude '51.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.11 51.76, -6.11 51.76, -6.11 51.76, -6.11 51.76, -6.11 51.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 '1150_954'^^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/4842__1150_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -6.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-6.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_220'^^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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.063333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.05'^^xsd:double;
  dwc:startLongitude '-6.05'^^xsd:double;
  dwc:endLongitude '-6.05'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.05 44.08, -6.05 44.08, -6.05 44.08, -6.05 44.08, -6.05 44.08))'^^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 '1150_220'^^xsd:string;
  dwc:observationDate '2005-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.69 -6.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.69"^^xsd:decimal ;
  dwc:decimalLongitude "-6.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_963'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.9897222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.05'^^xsd:double;
  dwc:startLongitude '-6.05'^^xsd:double;
  dwc:endLongitude '-6.05'^^xsd:double;
  dwc:latitude '51.69'^^xsd:double;
  dwc:startLatitude '51.69'^^xsd:double;
  dwc:endLatitude '51.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.05 51.69, -6.05 51.69, -6.05 51.69, -6.05 51.69, -6.05 51.69))'^^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 '1150_963'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -6.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.09"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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/4842__1150_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.09 -6.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.09"^^xsd:decimal ;
  geo-pos:long "-6.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_221'^^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 '1150_221'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.204444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.03'^^xsd:double;
  dwc:startLongitude '-6.03'^^xsd:double;
  dwc:endLongitude '-6.03'^^xsd:double;
  dwc:latitude '44.09'^^xsd:double;
  dwc:startLatitude '44.09'^^xsd:double;
  dwc:endLatitude '44.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.03 44.09, -6.03 44.09, -6.03 44.09, -6.03 44.09, -6.03 44.09))'^^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 '1150_221'^^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/4842__1150_830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_830> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.88 -6.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_830'^^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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.7727777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.02'^^xsd:double;
  dwc:startLongitude '-6.02'^^xsd:double;
  dwc:endLongitude '-6.02'^^xsd:double;
  dwc:latitude '47.88'^^xsd:double;
  dwc:startLatitude '47.88'^^xsd:double;
  dwc:endLatitude '47.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.02 47.88, -6.02 47.88, -6.02 47.88, -6.02 47.88, -6.02 47.88))'^^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 '1150_830'^^xsd:string;
  dwc:observationDate '2005-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.38 -6.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.38"^^xsd:decimal ;
  dwc:decimalLongitude "-6.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1000'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_1000'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '11.313055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.02'^^xsd:double;
  dwc:startLongitude '-6.02'^^xsd:double;
  dwc:endLongitude '-6.02'^^xsd:double;
  dwc:latitude '49.38'^^xsd:double;
  dwc:startLatitude '49.38'^^xsd:double;
  dwc:endLatitude '49.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.02 49.38, -6.02 49.38, -6.02 49.38, -6.02 49.38, -6.02 49.38))'^^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 '1150_1000'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.66 -6.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.66"^^xsd:decimal ;
  dwc:decimalLongitude "-6.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_964'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.2227777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.02'^^xsd:double;
  dwc:startLongitude '-6.02'^^xsd:double;
  dwc:endLongitude '-6.02'^^xsd:double;
  dwc:latitude '51.66'^^xsd:double;
  dwc:startLatitude '51.66'^^xsd:double;
  dwc:endLatitude '51.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.02 51.66, -6.02 51.66, -6.02 51.66, -6.02 51.66, -6.02 51.66))'^^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 '1150_964'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_957> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.95 -6.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '20'^^xsd:integer;
  dwc:collectorNumber '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.378611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-6.01'^^xsd:double;
  dwc:startLongitude '-6.01'^^xsd:double;
  dwc:endLongitude '-6.01'^^xsd:double;
  dwc:latitude '51.95'^^xsd:double;
  dwc:startLatitude '51.95'^^xsd:double;
  dwc:endLatitude '51.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6.01 51.95, -6.01 51.95, -6.01 51.95, -6.01 51.95, -6.01 51.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 '1150_957'^^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/4842__1150_965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_965> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.62 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.62"^^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/4842__1150_965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.62 -6)"^^geo:wktLiteral ;
  geo-pos:lat "51.62"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_965'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.4513888888889'^^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.62'^^xsd:double;
  dwc:startLatitude '51.62'^^xsd:double;
  dwc:endLatitude '51.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-6 51.62, -6 51.62, -6 51.62, -6 51.62, -6 51.62))'^^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 '1150_965'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59 -6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59"^^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/4842__1150_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59 -6)"^^geo:wktLiteral ;
  geo-pos:lat "59"^^xsd:decimal ;
  geo-pos:long "-6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_412'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.1077777777778'^^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 '59'^^xsd:integer;
  dwc:startLatitude '59'^^xsd:integer;
  dwc:endLatitude '59'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-6 59, -6 59, -6 59, -6 59, -6 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 '1150_412'^^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/4842__1150_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -5.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-5.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_222'^^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 '1150_222'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.383888888889'^^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 '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.99 44.1, -5.99 44.1, -5.99 44.1, -5.99 44.1, -5.99 44.1))'^^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 '1150_222'^^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/4842__1150_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.42"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_277'^^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 '1150_277'^^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.0375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:startLongitude '-5.95'^^xsd:double;
  dwc:endLongitude '-5.95'^^xsd:double;
  dwc:latitude '59.42'^^xsd:double;
  dwc:startLatitude '59.42'^^xsd:double;
  dwc:endLatitude '59.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.95 59.42, -5.95 59.42, -5.95 59.42, -5.95 59.42, -5.95 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 '1150_277'^^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/4842__1150_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.55 -5.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.55 -5.94)"^^geo:wktLiteral ;
  geo-pos:lat "51.55"^^xsd:decimal ;
  geo-pos:long "-5.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_966'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.5508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.94'^^xsd:double;
  dwc:startLongitude '-5.94'^^xsd:double;
  dwc:endLongitude '-5.94'^^xsd:double;
  dwc:latitude '51.55'^^xsd:double;
  dwc:startLatitude '51.55'^^xsd:double;
  dwc:endLatitude '51.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.94 51.55, -5.94 51.55, -5.94 51.55, -5.94 51.55, -5.94 51.55))'^^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 '1150_966'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53 -5.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.53"^^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/4842__1150_967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53 -5.92)"^^geo:wktLiteral ;
  geo-pos:lat "51.53"^^xsd:decimal ;
  geo-pos:long "-5.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_967'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.6855555555556'^^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.53'^^xsd:double;
  dwc:startLatitude '51.53'^^xsd:double;
  dwc:endLatitude '51.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.92 51.53, -5.92 51.53, -5.92 51.53, -5.92 51.53, -5.92 51.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 '1150_967'^^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/4842__1150_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -5.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.92"^^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/4842__1150_958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -5.92)"^^geo:wktLiteral ;
  geo-pos:lat "51.92"^^xsd:decimal ;
  geo-pos:long "-5.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_958'^^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 '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.813888888889'^^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.92'^^xsd:double;
  dwc:startLatitude '51.92'^^xsd:double;
  dwc:endLatitude '51.92'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.92 51.92, -5.92 51.92, -5.92 51.92, -5.92 51.92, -5.92 51.92))'^^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 '1150_958'^^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/4842__1150_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91 -5.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.91"^^xsd:decimal ;
  dwc:decimalLongitude "-5.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '20'^^xsd:integer;
  dwc:collectorNumber '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.855'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.91'^^xsd:double;
  dwc:startLongitude '-5.91'^^xsd:double;
  dwc:endLongitude '-5.91'^^xsd:double;
  dwc:latitude '51.91'^^xsd:double;
  dwc:startLatitude '51.91'^^xsd:double;
  dwc:endLatitude '51.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.91 51.91, -5.91 51.91, -5.91 51.91, -5.91 51.91, -5.91 51.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 '1150_959'^^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/4842__1150_960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_960> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.91 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.91"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_960'^^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 '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.906388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:startLongitude '-5.9'^^xsd:double;
  dwc:endLongitude '-5.9'^^xsd:double;
  dwc:latitude '51.91'^^xsd:double;
  dwc:startLatitude '51.91'^^xsd:double;
  dwc:endLatitude '51.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.9 51.91, -5.9 51.91, -5.9 51.91, -5.9 51.91, -5.9 51.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 '1150_960'^^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/4842__1150_968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_968> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 -5.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.49"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 -5.89)"^^geo:wktLiteral ;
  geo-pos:lat "51.49"^^xsd:decimal ;
  geo-pos:long "-5.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_968'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_968'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.9622222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.89'^^xsd:double;
  dwc:startLongitude '-5.89'^^xsd:double;
  dwc:endLongitude '-5.89'^^xsd:double;
  dwc:latitude '51.49'^^xsd:double;
  dwc:startLatitude '51.49'^^xsd:double;
  dwc:endLatitude '51.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.89 51.49, -5.89 51.49, -5.89 51.49, -5.89 51.49, -5.89 51.49))'^^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 '1150_968'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_961> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.9 -5.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.9 -5.89)"^^geo:wktLiteral ;
  geo-pos:lat "51.9"^^xsd:decimal ;
  geo-pos:long "-5.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_961'^^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 '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.934444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.89'^^xsd:double;
  dwc:startLongitude '-5.89'^^xsd:double;
  dwc:endLongitude '-5.89'^^xsd:double;
  dwc:latitude '51.9'^^xsd:double;
  dwc:startLatitude '51.9'^^xsd:double;
  dwc:endLatitude '51.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.89 51.9, -5.89 51.9, -5.89 51.9, -5.89 51.9, -5.89 51.9))'^^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 '1150_961'^^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/4842__1150_1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.97 -5.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1011'^^xsd: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 '1150_1011'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.354166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.88'^^xsd:double;
  dwc:startLongitude '-5.88'^^xsd:double;
  dwc:endLongitude '-5.88'^^xsd:double;
  dwc:latitude '48.97'^^xsd:double;
  dwc:startLatitude '48.97'^^xsd:double;
  dwc:endLatitude '48.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.88 48.97, -5.88 48.97, -5.88 48.97, -5.88 48.97, -5.88 48.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 '1150_1011'^^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/4842__1150_999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_999> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.23 -5.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.23"^^xsd:decimal ;
  dwc:decimalLongitude "-5.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_999'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_999'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '10.204722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.88'^^xsd:double;
  dwc:startLongitude '-5.88'^^xsd:double;
  dwc:endLongitude '-5.88'^^xsd:double;
  dwc:latitude '49.23'^^xsd:double;
  dwc:startLatitude '49.23'^^xsd:double;
  dwc:endLatitude '49.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.88 49.23, -5.88 49.23, -5.88 49.23, -5.88 49.23, -5.88 49.23))'^^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 '1150_999'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_969> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 -5.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.45"^^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/4842__1150_969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 -5.86)"^^geo:wktLiteral ;
  geo-pos:lat "51.45"^^xsd:decimal ;
  geo-pos:long "-5.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_969'^^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 '1150_969'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '8.2033333333333'^^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 '51.45'^^xsd:double;
  dwc:startLatitude '51.45'^^xsd:double;
  dwc:endLatitude '51.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.86 51.45, -5.86 51.45, -5.86 51.45, -5.86 51.45, -5.86 51.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 '1150_969'^^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/4842__1150_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -5.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.42"^^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/4842__1150_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.42 -5.85)"^^geo:wktLiteral ;
  geo-pos:lat "59.42"^^xsd:decimal ;
  geo-pos:long "-5.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_276'^^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 '1150_276'^^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.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 '59.42'^^xsd:double;
  dwc:startLatitude '59.42'^^xsd:double;
  dwc:endLatitude '59.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.85 59.42, -5.85 59.42, -5.85 59.42, -5.85 59.42, -5.85 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 '1150_276'^^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/4842__1150_989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_989> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_989> ;
  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/4842__1150_989>
  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/4842__1150_989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_989'^^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 '1150_989'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.244444444444'^^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 "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1150_989'^^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/4842__1150_970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_970> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4 -5.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4"^^xsd:decimal ;
  dwc:decimalLongitude "-5.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_970'^^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 '1150_970'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '8.5397222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.82'^^xsd:double;
  dwc:startLongitude '-5.82'^^xsd:double;
  dwc:endLongitude '-5.82'^^xsd:double;
  dwc:latitude '51.4'^^xsd:double;
  dwc:startLatitude '51.4'^^xsd:double;
  dwc:endLatitude '51.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.82 51.4, -5.82 51.4, -5.82 51.4, -5.82 51.4, -5.82 51.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 '1150_970'^^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/4842__1150_971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_971> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 -5.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.37"^^xsd:decimal ;
  dwc:decimalLongitude "-5.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_971'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_971'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '8.8047222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.79'^^xsd:double;
  dwc:startLongitude '-5.79'^^xsd:double;
  dwc:endLongitude '-5.79'^^xsd:double;
  dwc:latitude '51.37'^^xsd:double;
  dwc:startLatitude '51.37'^^xsd:double;
  dwc:endLatitude '51.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.79 51.37, -5.79 51.37, -5.79 51.37, -5.79 51.37, -5.79 51.37))'^^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 '1150_971'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.99 -5.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.99"^^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/4842__1150_413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.99 -5.78)"^^geo:wktLiteral ;
  geo-pos:lat "58.99"^^xsd:decimal ;
  geo-pos:long "-5.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.7855555555556'^^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 '58.99'^^xsd:double;
  dwc:startLatitude '58.99'^^xsd:double;
  dwc:endLatitude '58.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.78 58.99, -5.78 58.99, -5.78 58.99, -5.78 58.99, -5.78 58.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 '1150_413'^^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/4842__1150_972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_972> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.34 -5.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.34"^^xsd:decimal ;
  dwc:decimalLongitude "-5.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_972'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_972'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '8.9525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.77'^^xsd:double;
  dwc:startLongitude '-5.77'^^xsd:double;
  dwc:endLongitude '-5.77'^^xsd:double;
  dwc:latitude '51.34'^^xsd:double;
  dwc:startLatitude '51.34'^^xsd:double;
  dwc:endLatitude '51.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.77 51.34, -5.77 51.34, -5.77 51.34, -5.77 51.34, -5.77 51.34))'^^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 '1150_972'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.88 -5.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.88"^^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/4842__1150_1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.88 -5.73)"^^geo:wktLiteral ;
  geo-pos:lat "48.88"^^xsd:decimal ;
  geo-pos:long "-5.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1010'^^xsd: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 '1150_1010'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.51'^^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 '48.88'^^xsd:double;
  dwc:startLatitude '48.88'^^xsd:double;
  dwc:endLatitude '48.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.73 48.88, -5.73 48.88, -5.73 48.88, -5.73 48.88, -5.73 48.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 '1150_1010'^^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/4842__1150_1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 -5.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.85"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.85 -5.69)"^^geo:wktLiteral ;
  geo-pos:lat "48.85"^^xsd:decimal ;
  geo-pos:long "-5.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1009'^^xsd: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 '1150_1009'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.246944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.69'^^xsd:double;
  dwc:startLongitude '-5.69'^^xsd:double;
  dwc:endLongitude '-5.69'^^xsd:double;
  dwc:latitude '48.85'^^xsd:double;
  dwc:startLatitude '48.85'^^xsd:double;
  dwc:endLatitude '48.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.69 48.85, -5.69 48.85, -5.69 48.85, -5.69 48.85, -5.69 48.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 '1150_1009'^^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/4842__1150_990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_990> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -5.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.41"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.41 -5.69)"^^geo:wktLiteral ;
  geo-pos:lat "50.41"^^xsd:decimal ;
  geo-pos:long "-5.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_990'^^xsd: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 '1150_990'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.980833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.69'^^xsd:double;
  dwc:startLongitude '-5.69'^^xsd:double;
  dwc:endLongitude '-5.69'^^xsd:double;
  dwc:latitude '50.41'^^xsd:double;
  dwc:startLatitude '50.41'^^xsd:double;
  dwc:endLatitude '50.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.69 50.41, -5.69 50.41, -5.69 50.41, -5.69 50.41, -5.69 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 '1150_990'^^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/4842__1150_962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_962> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82 -5.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.82"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82 -5.68)"^^geo:wktLiteral ;
  geo-pos:lat "51.82"^^xsd:decimal ;
  geo-pos:long "-5.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_962'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '1150_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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.051944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.68'^^xsd:double;
  dwc:startLongitude '-5.68'^^xsd:double;
  dwc:endLongitude '-5.68'^^xsd:double;
  dwc:latitude '51.82'^^xsd:double;
  dwc:startLatitude '51.82'^^xsd:double;
  dwc:endLatitude '51.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.68 51.82, -5.68 51.82, -5.68 51.82, -5.68 51.82, -5.68 51.82))'^^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 '1150_962'^^xsd:string;
  dwc:observationDate '2005-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 -5.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.83"^^xsd:decimal ;
  dwc:decimalLongitude "-5.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1007'^^xsd: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 '1150_1007'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.013611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.65'^^xsd:double;
  dwc:startLongitude '-5.65'^^xsd:double;
  dwc:endLongitude '-5.65'^^xsd:double;
  dwc:latitude '48.83'^^xsd:double;
  dwc:startLatitude '48.83'^^xsd:double;
  dwc:endLatitude '48.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.65 48.83, -5.65 48.83, -5.65 48.83, -5.65 48.83, -5.65 48.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 '1150_1007'^^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/4842__1150_1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.83 -5.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.83"^^xsd:decimal ;
  dwc:decimalLongitude "-5.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1008'^^xsd: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 '1150_1008'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.056944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.65'^^xsd:double;
  dwc:startLongitude '-5.65'^^xsd:double;
  dwc:endLongitude '-5.65'^^xsd:double;
  dwc:latitude '48.83'^^xsd:double;
  dwc:startLatitude '48.83'^^xsd:double;
  dwc:endLatitude '48.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.65 48.83, -5.65 48.83, -5.65 48.83, -5.65 48.83, -5.65 48.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 '1150_1008'^^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/4842__1150_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.8"^^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/4842__1150_949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "51.8"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_949'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.1255555555556'^^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.8'^^xsd:double;
  dwc:startLatitude '51.8'^^xsd:double;
  dwc:endLatitude '51.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.64 51.8, -5.64 51.8, -5.64 51.8, -5.64 51.8, -5.64 51.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 '1150_949'^^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/4842__1150_1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.81 -5.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.81"^^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/4842__1150_1006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.81 -5.62)"^^geo:wktLiteral ;
  geo-pos:lat "48.81"^^xsd:decimal ;
  geo-pos:long "-5.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1006'^^xsd: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 '1150_1006'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.86'^^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 '48.81'^^xsd:double;
  dwc:startLatitude '48.81'^^xsd:double;
  dwc:endLatitude '48.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.62 48.81, -5.62 48.81, -5.62 48.81, -5.62 48.81, -5.62 48.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 '1150_1006'^^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/4842__1150_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^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/4842__1150_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_223'^^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 '1150_223'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.0088888888889'^^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 '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.61 44.08, -5.61 44.08, -5.61 44.08, -5.61 44.08, -5.61 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 '1150_223'^^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/4842__1150_991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_991> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_991> ;
  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/4842__1150_991>
  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/4842__1150_991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_991'^^xsd: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 '1150_991'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.362222222222'^^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 '1150_991'^^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/4842__1150_998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_998> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.89 -5.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.89"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.89 -5.58)"^^geo:wktLiteral ;
  geo-pos:lat "48.89"^^xsd:decimal ;
  geo-pos:long "-5.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_998'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_998'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '7.7469444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.58'^^xsd:double;
  dwc:startLongitude '-5.58'^^xsd:double;
  dwc:endLongitude '-5.58'^^xsd:double;
  dwc:latitude '48.89'^^xsd:double;
  dwc:startLatitude '48.89'^^xsd:double;
  dwc:endLatitude '48.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.58 48.89, -5.58 48.89, -5.58 48.89, -5.58 48.89, -5.58 48.89))'^^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 '1150_998'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_224> ;
  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/4842__1150_224>
  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/4842__1150_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_224'^^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 '1150_224'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.2247222222222'^^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 '1150_224'^^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/4842__1150_994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_994> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.34 -5.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.34"^^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/4842__1150_994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.34 -5.57)"^^geo:wktLiteral ;
  geo-pos:lat "50.34"^^xsd:decimal ;
  geo-pos:long "-5.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_994'^^xsd: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 '1150_994'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.586944444444'^^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 '50.34'^^xsd:double;
  dwc:startLatitude '50.34'^^xsd:double;
  dwc:endLatitude '50.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.57 50.34, -5.57 50.34, -5.57 50.34, -5.57 50.34, -5.57 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 '1150_994'^^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/4842__1150_993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_993> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -5.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^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/4842__1150_993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -5.57)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-5.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_993'^^xsd: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 '1150_993'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.578055555556'^^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 '50.35'^^xsd:double;
  dwc:startLatitude '50.35'^^xsd:double;
  dwc:endLatitude '50.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.57 50.35, -5.57 50.35, -5.57 50.35, -5.57 50.35, -5.57 50.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 '1150_993'^^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/4842__1150_992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_992> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -5.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^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/4842__1150_992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -5.57)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-5.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_992'^^xsd: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 '1150_992'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.563333333333'^^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 '50.35'^^xsd:double;
  dwc:startLatitude '50.35'^^xsd:double;
  dwc:endLatitude '50.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.57 50.35, -5.57 50.35, -5.57 50.35, -5.57 50.35, -5.57 50.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 '1150_992'^^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/4842__1150_1005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1005> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78 -5.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78"^^xsd:decimal ;
  dwc:decimalLongitude "-5.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1005'^^xsd: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 '1150_1005'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.5625'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.56'^^xsd:double;
  dwc:startLongitude '-5.56'^^xsd:double;
  dwc:endLongitude '-5.56'^^xsd:double;
  dwc:latitude '48.78'^^xsd:double;
  dwc:startLatitude '48.78'^^xsd:double;
  dwc:endLatitude '48.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.56 48.78, -5.56 48.78, -5.56 48.78, -5.56 48.78, -5.56 48.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 '1150_1005'^^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/4842__1150_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 -5.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^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/4842__1150_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 -5.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "-5.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_225'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.3466666666667'^^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 '44.05'^^xsd:double;
  dwc:startLatitude '44.05'^^xsd:double;
  dwc:endLatitude '44.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.55 44.05, -5.55 44.05, -5.55 44.05, -5.55 44.05, -5.55 44.05))'^^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 '1150_225'^^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/4842__1150_997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_997> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.86 -5.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.86"^^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/4842__1150_997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.86 -5.55)"^^geo:wktLiteral ;
  geo-pos:lat "48.86"^^xsd:decimal ;
  geo-pos:long "-5.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_997'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '1150_997'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '7.5675'^^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 '48.86'^^xsd:double;
  dwc:startLatitude '48.86'^^xsd:double;
  dwc:endLatitude '48.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.55 48.86, -5.55 48.86, -5.55 48.86, -5.55 48.86, -5.55 48.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 '1150_997'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76 -5.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76"^^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/4842__1150_1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76 -5.54)"^^geo:wktLiteral ;
  geo-pos:lat "48.76"^^xsd:decimal ;
  geo-pos:long "-5.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1004'^^xsd: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 '1150_1004'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.436388888889'^^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 '48.76'^^xsd:double;
  dwc:startLatitude '48.76'^^xsd:double;
  dwc:endLatitude '48.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.54 48.76, -5.54 48.76, -5.54 48.76, -5.54 48.76, -5.54 48.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 '1150_1004'^^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/4842__1150_1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75 -5.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75"^^xsd:decimal ;
  dwc:decimalLongitude "-5.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1003'^^xsd: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 '1150_1003'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.364166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.53'^^xsd:double;
  dwc:startLongitude '-5.53'^^xsd:double;
  dwc:endLongitude '-5.53'^^xsd:double;
  dwc:latitude '48.75'^^xsd:double;
  dwc:startLatitude '48.75'^^xsd:double;
  dwc:endLatitude '48.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.53 48.75, -5.53 48.75, -5.53 48.75, -5.53 48.75, -5.53 48.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 '1150_1003'^^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/4842__1150_973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_973> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02 -5.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02"^^xsd:decimal ;
  dwc:decimalLongitude "-5.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_973'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_973'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.149166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.52'^^xsd:double;
  dwc:startLongitude '-5.52'^^xsd:double;
  dwc:endLongitude '-5.52'^^xsd:double;
  dwc:latitude '51.02'^^xsd:double;
  dwc:startLatitude '51.02'^^xsd:double;
  dwc:endLatitude '51.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.52 51.02, -5.52 51.02, -5.52 51.02, -5.52 51.02, -5.52 51.02))'^^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 '1150_973'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_995> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3 -5.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3"^^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/4842__1150_995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3 -5.49)"^^geo:wktLiteral ;
  geo-pos:lat "50.3"^^xsd:decimal ;
  geo-pos:long "-5.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_995'^^xsd: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 '1150_995'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.975555555556'^^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 '50.3'^^xsd:double;
  dwc:startLatitude '50.3'^^xsd:double;
  dwc:endLatitude '50.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.49 50.3, -5.49 50.3, -5.49 50.3, -5.49 50.3, -5.49 50.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 '1150_995'^^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/4842__1150_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.7733333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:startLongitude '-5.48'^^xsd:double;
  dwc:endLongitude '-5.48'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:startLatitude '44.01'^^xsd:double;
  dwc:endLatitude '44.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.48 44.01, -5.48 44.01, -5.48 44.01, -5.48 44.01, -5.48 44.01))'^^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 '1150_226'^^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/4842__1150_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 -5.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "-5.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.0430555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.43'^^xsd:double;
  dwc:startLongitude '-5.43'^^xsd:double;
  dwc:endLongitude '-5.43'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:startLatitude '43.98'^^xsd:double;
  dwc:endLatitude '43.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.43 43.98, -5.43 43.98, -5.43 43.98, -5.43 43.98, -5.43 43.98))'^^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 '1150_227'^^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/4842__1150_950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_950> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.68 -5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.68"^^xsd:decimal ;
  dwc:decimalLongitude "-5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_950'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.5913888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.37'^^xsd:double;
  dwc:startLongitude '-5.37'^^xsd:double;
  dwc:endLongitude '-5.37'^^xsd:double;
  dwc:latitude '51.68'^^xsd:double;
  dwc:startLatitude '51.68'^^xsd:double;
  dwc:endLatitude '51.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.37 51.68, -5.37 51.68, -5.37 51.68, -5.37 51.68, -5.37 51.68))'^^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 '1150_950'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4 -5.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.4"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4 -5.36)"^^geo:wktLiteral ;
  geo-pos:lat "59.4"^^xsd:decimal ;
  geo-pos:long "-5.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_275'^^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 '1150_275'^^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.970555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.36'^^xsd:double;
  dwc:startLongitude '-5.36'^^xsd:double;
  dwc:endLongitude '-5.36'^^xsd:double;
  dwc:latitude '59.4'^^xsd:double;
  dwc:startLatitude '59.4'^^xsd:double;
  dwc:endLatitude '59.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.36 59.4, -5.36 59.4, -5.36 59.4, -5.36 59.4, -5.36 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 '1150_275'^^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/4842__1150_974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_974> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_974> ;
  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/4842__1150_974>
  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/4842__1150_974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_974'^^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 '1150_974'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.656111111111'^^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 '1150_974'^^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/4842__1150_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_274> ;
  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/4842__1150_274>
  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/4842__1150_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_274'^^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 '1150_274'^^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.885277777778'^^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 '1150_274'^^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/4842__1150_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4 -5.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.4"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.4 -5.29)"^^geo:wktLiteral ;
  geo-pos:lat "59.4"^^xsd:decimal ;
  geo-pos:long "-5.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_273'^^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 '1150_273'^^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.728333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.29'^^xsd:double;
  dwc:startLongitude '-5.29'^^xsd:double;
  dwc:endLongitude '-5.29'^^xsd:double;
  dwc:latitude '59.4'^^xsd:double;
  dwc:startLatitude '59.4'^^xsd:double;
  dwc:endLatitude '59.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.29 59.4, -5.29 59.4, -5.29 59.4, -5.29 59.4, -5.29 59.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 '1150_273'^^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/4842__1150_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_228> ;
  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/4842__1150_228>
  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/4842__1150_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_228'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.4822222222222'^^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 "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1150_228'^^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/4842__1150_975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_975> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58 -5.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.58"^^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/4842__1150_975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.58 -5.17)"^^geo:wktLiteral ;
  geo-pos:lat "50.58"^^xsd:decimal ;
  geo-pos:long "-5.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_975'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_975'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.031388888889'^^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 '50.58'^^xsd:double;
  dwc:startLatitude '50.58'^^xsd:double;
  dwc:endLatitude '50.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.17 50.58, -5.17 50.58, -5.17 50.58, -5.17 50.58, -5.17 50.58))'^^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 '1150_975'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '105837'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_229> ;
  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/4842__1150_229>
  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/4842__1150_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_229'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.0613888888889'^^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 "SD" by the provider'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:occurrenceId '1150_229'^^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/4842__1150_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_230> ;
  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/4842__1150_230>
  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/4842__1150_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_230'^^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 '1150_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 '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 "BD" by the provider'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:occurrenceId '1150_230'^^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/4842__1150_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_231> ;
  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/4842__1150_231>
  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/4842__1150_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.2233333333333'^^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 "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1150_231'^^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/4842__1150_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/4842__1150_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_232'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^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 '-5.1'^^xsd:double;
  dwc:startLongitude '-5.1'^^xsd:double;
  dwc:endLongitude '-5.1'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:startLatitude '43.78'^^xsd:double;
  dwc:endLatitude '43.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.1 43.78, -5.1 43.78, -5.1 43.78, -5.1 43.78, -5.1 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 '1150_232'^^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/4842__1150_976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_976> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45 -5.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_976'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_976'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.895'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.08'^^xsd:double;
  dwc:startLongitude '-5.08'^^xsd:double;
  dwc:endLongitude '-5.08'^^xsd:double;
  dwc:latitude '50.45'^^xsd:double;
  dwc:startLatitude '50.45'^^xsd:double;
  dwc:endLatitude '50.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.08 50.45, -5.08 50.45, -5.08 50.45, -5.08 50.45, -5.08 50.45))'^^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 '1150_976'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '105837'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.97 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_414'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.023055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:startLongitude '-5.06'^^xsd:double;
  dwc:endLongitude '-5.06'^^xsd:double;
  dwc:latitude '58.97'^^xsd:double;
  dwc:startLatitude '58.97'^^xsd:double;
  dwc:endLatitude '58.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.06 58.97, -5.06 58.97, -5.06 58.97, -5.06 58.97, -5.06 58.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 '1150_414'^^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/4842__1150_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -4.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.53 -4.91)"^^geo:wktLiteral ;
  geo-pos:lat "47.53"^^xsd:decimal ;
  geo-pos:long "-4.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_831'^^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 '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.434444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.91'^^xsd:double;
  dwc:startLongitude '-4.91'^^xsd:double;
  dwc:endLongitude '-4.91'^^xsd:double;
  dwc:latitude '47.53'^^xsd:double;
  dwc:startLatitude '47.53'^^xsd:double;
  dwc:endLatitude '47.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.91 47.53, -4.91 47.53, -4.91 47.53, -4.91 47.53, -4.91 47.53))'^^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 '1150_831'^^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/4842__1150_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96 -4.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96"^^xsd:decimal ;
  dwc:decimalLongitude "-4.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_415'^^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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.492222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.9'^^xsd:double;
  dwc:startLongitude '-4.9'^^xsd:double;
  dwc:endLongitude '-4.9'^^xsd:double;
  dwc:latitude '58.96'^^xsd:double;
  dwc:startLatitude '58.96'^^xsd:double;
  dwc:endLatitude '58.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.9 58.96, -4.9 58.96, -4.9 58.96, -4.9 58.96, -4.9 58.96))'^^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 '1150_415'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.01 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.01"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_832'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '1150_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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.098333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:startLongitude '-4.87'^^xsd:double;
  dwc:endLongitude '-4.87'^^xsd:double;
  dwc:latitude '47.01'^^xsd:double;
  dwc:startLatitude '47.01'^^xsd:double;
  dwc:endLatitude '47.01'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.87 47.01, -4.87 47.01, -4.87 47.01, -4.87 47.01, -4.87 47.01))'^^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 '1150_832'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.59 -4.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.59"^^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/4842__1150_833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.59 -4.86)"^^geo:wktLiteral ;
  geo-pos:lat "46.59"^^xsd:decimal ;
  geo-pos:long "-4.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_833'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8.6272222222222'^^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 '46.59'^^xsd:double;
  dwc:startLatitude '46.59'^^xsd:double;
  dwc:endLatitude '46.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.86 46.59, -4.86 46.59, -4.86 46.59, -4.86 46.59, -4.86 46.59))'^^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 '1150_833'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.58 -4.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.58"^^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/4842__1150_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.58 -4.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.58"^^xsd:decimal ;
  geo-pos:long "-4.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_233'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.244444444444'^^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 '43.58'^^xsd:double;
  dwc:startLatitude '43.58'^^xsd:double;
  dwc:endLatitude '43.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.76 43.58, -4.76 43.58, -4.76 43.58, -4.76 43.58, -4.76 43.58))'^^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 '1150_233'^^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/4842__1150_838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.24 -4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.24"^^xsd:decimal ;
  dwc:decimalLongitude "-4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_838'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.806388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.75'^^xsd:double;
  dwc:startLongitude '-4.75'^^xsd:double;
  dwc:endLongitude '-4.75'^^xsd:double;
  dwc:latitude '47.24'^^xsd:double;
  dwc:startLatitude '47.24'^^xsd:double;
  dwc:endLatitude '47.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.75 47.24, -4.75 47.24, -4.75 47.24, -4.75 47.24, -4.75 47.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 '1150_838'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.95 -4.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.95"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.95 -4.56)"^^geo:wktLiteral ;
  geo-pos:lat "58.95"^^xsd:decimal ;
  geo-pos:long "-4.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.5975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.56'^^xsd:double;
  dwc:startLongitude '-4.56'^^xsd:double;
  dwc:endLongitude '-4.56'^^xsd:double;
  dwc:latitude '58.95'^^xsd:double;
  dwc:startLatitude '58.95'^^xsd:double;
  dwc:endLatitude '58.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.56 58.95, -4.56 58.95, -4.56 58.95, -4.56 58.95, -4.56 58.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 '1150_416'^^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/4842__1150_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.65"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "46.65"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_834'^^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 '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.9247222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:startLongitude '-4.55'^^xsd:double;
  dwc:endLongitude '-4.55'^^xsd:double;
  dwc:latitude '46.65'^^xsd:double;
  dwc:startLatitude '46.65'^^xsd:double;
  dwc:endLatitude '46.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.55 46.65, -4.55 46.65, -4.55 46.65, -4.55 46.65, -4.55 46.65))'^^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 '1150_834'^^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/4842__1150_951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_951> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.49)"^^geo:wktLiteral ;
  geo-pos:lat "51.32"^^xsd:decimal ;
  geo-pos:long "-4.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_951'^^xsd:string;
  dwc:scientificName 'Phocoena phocoena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.3425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.49'^^xsd:double;
  dwc:startLongitude '-4.49'^^xsd:double;
  dwc:endLongitude '-4.49'^^xsd:double;
  dwc:latitude '51.32'^^xsd:double;
  dwc:startLatitude '51.32'^^xsd:double;
  dwc:endLatitude '51.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.49 51.32, -4.49 51.32, -4.49 51.32, -4.49 51.32, -4.49 51.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 '1150_951'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_952> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31 -4.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31 -4.47)"^^geo:wktLiteral ;
  geo-pos:lat "51.31"^^xsd:decimal ;
  geo-pos:long "-4.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_952'^^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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.48'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.47'^^xsd:double;
  dwc:startLongitude '-4.47'^^xsd:double;
  dwc:endLongitude '-4.47'^^xsd:double;
  dwc:latitude '51.31'^^xsd:double;
  dwc:startLatitude '51.31'^^xsd:double;
  dwc:endLatitude '51.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.47 51.31, -4.47 51.31, -4.47 51.31, -4.47 51.31, -4.47 51.31))'^^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 '1150_952'^^xsd:string;
  dwc:observationDate '2005-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_417'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.020277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:startLongitude '-4.42'^^xsd:double;
  dwc:endLongitude '-4.42'^^xsd:double;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.42 58.94, -4.42 58.94, -4.42 58.94, -4.42 58.94, -4.42 58.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 '1150_417'^^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/4842__1150_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.39)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-4.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_418'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.104166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.39'^^xsd:double;
  dwc:startLongitude '-4.39'^^xsd:double;
  dwc:endLongitude '-4.39'^^xsd:double;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.39 58.94, -4.39 58.94, -4.39 58.94, -4.39 58.94, -4.39 58.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 '1150_418'^^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/4842__1150_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_419'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.273611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.34'^^xsd:double;
  dwc:startLongitude '-4.34'^^xsd:double;
  dwc:endLongitude '-4.34'^^xsd:double;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.34 58.94, -4.34 58.94, -4.34 58.94, -4.34 58.94, -4.34 58.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 '1150_419'^^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/4842__1150_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.32)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-4.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_420'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.3275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.32'^^xsd:double;
  dwc:startLongitude '-4.32'^^xsd:double;
  dwc:endLongitude '-4.32'^^xsd:double;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.32 58.94, -4.32 58.94, -4.32 58.94, -4.32 58.94, -4.32 58.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 '1150_420'^^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/4842__1150_835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_835> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.69 -4.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.69"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.69 -4.29)"^^geo:wktLiteral ;
  geo-pos:lat "46.69"^^xsd:decimal ;
  geo-pos:long "-4.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_835'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.763611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.29'^^xsd:double;
  dwc:startLongitude '-4.29'^^xsd:double;
  dwc:endLongitude '-4.29'^^xsd:double;
  dwc:latitude '46.69'^^xsd:double;
  dwc:startLatitude '46.69'^^xsd:double;
  dwc:endLatitude '46.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.29 46.69, -4.29 46.69, -4.29 46.69, -4.29 46.69, -4.29 46.69))'^^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 '1150_835'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -4.29)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-4.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_421'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.425'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.29'^^xsd:double;
  dwc:startLongitude '-4.29'^^xsd:double;
  dwc:endLongitude '-4.29'^^xsd:double;
  dwc:latitude '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.29 58.94, -4.29 58.94, -4.29 58.94, -4.29 58.94, -4.29 58.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 '1150_421'^^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/4842__1150_836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7 -4.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7"^^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/4842__1150_836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7 -4.24)"^^geo:wktLiteral ;
  geo-pos:lat "46.7"^^xsd:decimal ;
  geo-pos:long "-4.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_836'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.980277777778'^^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 '46.7'^^xsd:double;
  dwc:startLatitude '46.7'^^xsd:double;
  dwc:endLatitude '46.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.24 46.7, -4.24 46.7, -4.24 46.7, -4.24 46.7, -4.24 46.7))'^^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 '1150_836'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.83 -4.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.83"^^xsd:decimal ;
  dwc:decimalLongitude "-4.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_437'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.2616666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.23'^^xsd:double;
  dwc:startLongitude '-4.23'^^xsd:double;
  dwc:endLongitude '-4.23'^^xsd:double;
  dwc:latitude '59.83'^^xsd:double;
  dwc:startLatitude '59.83'^^xsd:double;
  dwc:endLatitude '59.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.23 59.83, -4.23 59.83, -4.23 59.83, -4.23 59.83, -4.23 59.83))'^^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 '1150_437'^^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/4842__1150_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.93"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.21)"^^geo:wktLiteral ;
  geo-pos:lat "58.93"^^xsd:decimal ;
  geo-pos:long "-4.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_422'^^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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.670833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.21'^^xsd:double;
  dwc:startLongitude '-4.21'^^xsd:double;
  dwc:endLongitude '-4.21'^^xsd:double;
  dwc:latitude '58.93'^^xsd:double;
  dwc:startLatitude '58.93'^^xsd:double;
  dwc:endLatitude '58.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.21 58.93, -4.21 58.93, -4.21 58.93, -4.21 58.93, -4.21 58.93))'^^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 '1150_422'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.73 -4.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.73"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.73 -4.21)"^^geo:wktLiteral ;
  geo-pos:lat "59.73"^^xsd:decimal ;
  geo-pos:long "-4.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_436'^^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 '1150_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 '19.951388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.21'^^xsd:double;
  dwc:startLongitude '-4.21'^^xsd:double;
  dwc:endLongitude '-4.21'^^xsd:double;
  dwc:latitude '59.73'^^xsd:double;
  dwc:startLatitude '59.73'^^xsd:double;
  dwc:endLatitude '59.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.21 59.73, -4.21 59.73, -4.21 59.73, -4.21 59.73, -4.21 59.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 '1150_436'^^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/4842__1150_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.93"^^xsd:decimal ;
  dwc:decimalLongitude "-4.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.804166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.17'^^xsd:double;
  dwc:startLongitude '-4.17'^^xsd:double;
  dwc:endLongitude '-4.17'^^xsd:double;
  dwc:latitude '58.93'^^xsd:double;
  dwc:startLatitude '58.93'^^xsd:double;
  dwc:endLatitude '58.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.17 58.93, -4.17 58.93, -4.17 58.93, -4.17 58.93, -4.17 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 '1150_423'^^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/4842__1150_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.53 -4.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_434'^^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 '1150_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 '18.691944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.17'^^xsd:double;
  dwc:startLongitude '-4.17'^^xsd:double;
  dwc:endLongitude '-4.17'^^xsd:double;
  dwc:latitude '59.53'^^xsd:double;
  dwc:startLatitude '59.53'^^xsd:double;
  dwc:endLatitude '59.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.17 59.53, -4.17 59.53, -4.17 59.53, -4.17 59.53, -4.17 59.53))'^^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 '1150_434'^^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/4842__1150_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.58 -4.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.58"^^xsd:decimal ;
  dwc:decimalLongitude "-4.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_435'^^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 '1150_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 '18.993888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.17'^^xsd:double;
  dwc:startLongitude '-4.17'^^xsd:double;
  dwc:endLongitude '-4.17'^^xsd:double;
  dwc:latitude '59.58'^^xsd:double;
  dwc:startLatitude '59.58'^^xsd:double;
  dwc:endLatitude '59.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.17 59.58, -4.17 59.58, -4.17 59.58, -4.17 59.58, -4.17 59.58))'^^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 '1150_435'^^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/4842__1150_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.48 -4.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.48"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.48 -4.16)"^^geo:wktLiteral ;
  geo-pos:lat "59.48"^^xsd:decimal ;
  geo-pos:long "-4.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_430'^^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 '1150_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 '18.4275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.16'^^xsd:double;
  dwc:startLongitude '-4.16'^^xsd:double;
  dwc:endLongitude '-4.16'^^xsd:double;
  dwc:latitude '59.48'^^xsd:double;
  dwc:startLatitude '59.48'^^xsd:double;
  dwc:endLatitude '59.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.16 59.48, -4.16 59.48, -4.16 59.48, -4.16 59.48, -4.16 59.48))'^^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 '1150_430'^^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/4842__1150_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5 -4.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.5"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5 -4.16)"^^geo:wktLiteral ;
  geo-pos:lat "59.5"^^xsd:decimal ;
  geo-pos:long "-4.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.490277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.16'^^xsd:double;
  dwc:startLongitude '-4.16'^^xsd:double;
  dwc:endLongitude '-4.16'^^xsd:double;
  dwc:latitude '59.5'^^xsd:double;
  dwc:startLatitude '59.5'^^xsd:double;
  dwc:endLatitude '59.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.16 59.5, -4.16 59.5, -4.16 59.5, -4.16 59.5, -4.16 59.5))'^^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 '1150_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/4842__1150_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.51 -4.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.51"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.51 -4.16)"^^geo:wktLiteral ;
  geo-pos:lat "59.51"^^xsd:decimal ;
  geo-pos:long "-4.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.553611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.16'^^xsd:double;
  dwc:startLongitude '-4.16'^^xsd:double;
  dwc:endLongitude '-4.16'^^xsd:double;
  dwc:latitude '59.51'^^xsd:double;
  dwc:startLatitude '59.51'^^xsd:double;
  dwc:endLatitude '59.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.16 59.51, -4.16 59.51, -4.16 59.51, -4.16 59.51, -4.16 59.51))'^^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 '1150_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/4842__1150_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.52 -4.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.52"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.52 -4.16)"^^geo:wktLiteral ;
  geo-pos:lat "59.52"^^xsd:decimal ;
  geo-pos:long "-4.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.661388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.16'^^xsd:double;
  dwc:startLongitude '-4.16'^^xsd:double;
  dwc:endLongitude '-4.16'^^xsd:double;
  dwc:latitude '59.52'^^xsd:double;
  dwc:startLatitude '59.52'^^xsd:double;
  dwc:endLatitude '59.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.16 59.52, -4.16 59.52, -4.16 59.52, -4.16 59.52, -4.16 59.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 '1150_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/4842__1150_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.47 -4.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.47"^^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/4842__1150_429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.47 -4.15)"^^geo:wktLiteral ;
  geo-pos:lat "59.47"^^xsd:decimal ;
  geo-pos:long "-4.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_429'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.329722222222'^^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.47'^^xsd:double;
  dwc:startLatitude '59.47'^^xsd:double;
  dwc:endLatitude '59.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.15 59.47, -4.15 59.47, -4.15 59.47, -4.15 59.47, -4.15 59.47))'^^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 '1150_429'^^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/4842__1150_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.39 -4.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.39"^^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/4842__1150_428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.39 -4.14)"^^geo:wktLiteral ;
  geo-pos:lat "59.39"^^xsd:decimal ;
  geo-pos:long "-4.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_428'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.865'^^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.39'^^xsd:double;
  dwc:startLatitude '59.39'^^xsd:double;
  dwc:endLatitude '59.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.14 59.39, -4.14 59.39, -4.14 59.39, -4.14 59.39, -4.14 59.39))'^^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 '1150_428'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.93"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.93 -4.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.93"^^xsd:decimal ;
  geo-pos:long "-4.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_424'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.936666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.13'^^xsd:double;
  dwc:startLongitude '-4.13'^^xsd:double;
  dwc:endLongitude '-4.13'^^xsd:double;
  dwc:latitude '58.93'^^xsd:double;
  dwc:startLatitude '58.93'^^xsd:double;
  dwc:endLatitude '58.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.13 58.93, -4.13 58.93, -4.13 58.93, -4.13 58.93, -4.13 58.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 '1150_424'^^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/4842__1150_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 -4.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.26"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 -4.11)"^^geo:wktLiteral ;
  geo-pos:lat "59.26"^^xsd:decimal ;
  geo-pos:long "-4.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_427'^^xsd: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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.269444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.11'^^xsd:double;
  dwc:startLongitude '-4.11'^^xsd:double;
  dwc:endLongitude '-4.11'^^xsd:double;
  dwc:latitude '59.26'^^xsd:double;
  dwc:startLatitude '59.26'^^xsd:double;
  dwc:endLatitude '59.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.11 59.26, -4.11 59.26, -4.11 59.26, -4.11 59.26, -4.11 59.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 '1150_427'^^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/4842__1150_953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_953> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36 -4.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36"^^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/4842__1150_953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36 -4.1)"^^geo:wktLiteral ;
  geo-pos:lat "51.36"^^xsd:decimal ;
  geo-pos:long "-4.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.616388888889'^^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 '51.36'^^xsd:double;
  dwc:startLatitude '51.36'^^xsd:double;
  dwc:endLatitude '51.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.1 51.36, -4.1 51.36, -4.1 51.36, -4.1 51.36, -4.1 51.36))'^^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 '1150_953'^^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/4842__1150_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.18 -4.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.18"^^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/4842__1150_426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.18 -4.1)"^^geo:wktLiteral ;
  geo-pos:lat "59.18"^^xsd:decimal ;
  geo-pos:long "-4.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_426'^^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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.739444444444'^^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.18'^^xsd:double;
  dwc:startLatitude '59.18'^^xsd:double;
  dwc:endLatitude '59.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.1 59.18, -4.1 59.18, -4.1 59.18, -4.1 59.18, -4.1 59.18))'^^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 '1150_426'^^xsd:string;
  dwc:observationDate '2005-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -4.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.06"^^xsd:decimal ;
  dwc:decimalLongitude "-4.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/4842__1150_425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.06 -4.07)"^^geo:wktLiteral ;
  geo-pos:lat "59.06"^^xsd:decimal ;
  geo-pos:long "-4.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_425'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.005277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-4.07'^^xsd:double;
  dwc:startLongitude '-4.07'^^xsd:double;
  dwc:endLongitude '-4.07'^^xsd:double;
  dwc:latitude '59.06'^^xsd:double;
  dwc:startLatitude '59.06'^^xsd:double;
  dwc:endLatitude '59.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-4.07 59.06, -4.07 59.06, -4.07 59.06, -4.07 59.06, -4.07 59.06))'^^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 '1150_425'^^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/4842__1150_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.35 -3.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.35"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.35 -3.99)"^^geo:wktLiteral ;
  geo-pos:lat "59.35"^^xsd:decimal ;
  geo-pos:long "-3.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_272'^^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 '1150_272'^^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 '9.6083333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.99'^^xsd:double;
  dwc:startLongitude '-3.99'^^xsd:double;
  dwc:endLongitude '-3.99'^^xsd:double;
  dwc:latitude '59.35'^^xsd:double;
  dwc:startLatitude '59.35'^^xsd:double;
  dwc:endLatitude '59.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.99 59.35, -3.99 59.35, -3.99 59.35, -3.99 59.35, -3.99 59.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 '1150_272'^^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/4842__1150_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 -3.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "-3.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_256'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.461944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.87'^^xsd:double;
  dwc:startLongitude '-3.87'^^xsd:double;
  dwc:endLongitude '-3.87'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:startLatitude '43.91'^^xsd:double;
  dwc:endLatitude '43.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.87 43.91, -3.87 43.91, -3.87 43.91, -3.87 43.91, -3.87 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 '1150_256'^^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/4842__1150_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 -3.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 -3.86)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "-3.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_255'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.388611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.86'^^xsd:double;
  dwc:startLongitude '-3.86'^^xsd:double;
  dwc:endLongitude '-3.86'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:startLatitude '43.91'^^xsd:double;
  dwc:endLatitude '43.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.86 43.91, -3.86 43.91, -3.86 43.91, -3.86 43.91, -3.86 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 '1150_255'^^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/4842__1150_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -3.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -3.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-3.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^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 '-3.76'^^xsd:double;
  dwc:startLongitude '-3.76'^^xsd:double;
  dwc:endLongitude '-3.76'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.76 43.85, -3.76 43.85, -3.76 43.85, -3.76 43.85, -3.76 43.85))'^^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 '1150_254'^^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/4842__1150_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -3.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.84"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.84 -3.74)"^^geo:wktLiteral ;
  geo-pos:lat "43.84"^^xsd:decimal ;
  geo-pos:long "-3.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_253'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.676388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.74'^^xsd:double;
  dwc:startLongitude '-3.74'^^xsd:double;
  dwc:endLongitude '-3.74'^^xsd:double;
  dwc:latitude '43.84'^^xsd:double;
  dwc:startLatitude '43.84'^^xsd:double;
  dwc:endLatitude '43.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.74 43.84, -3.74 43.84, -3.74 43.84, -3.74 43.84, -3.74 43.84))'^^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 '1150_253'^^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/4842__1150_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7 -3.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7"^^xsd:decimal ;
  dwc:decimalLongitude "-3.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_234'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^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 '-3.72'^^xsd:double;
  dwc:startLongitude '-3.72'^^xsd:double;
  dwc:endLongitude '-3.72'^^xsd:double;
  dwc:latitude '43.7'^^xsd:double;
  dwc:startLatitude '43.7'^^xsd:double;
  dwc:endLatitude '43.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.72 43.7, -3.72 43.7, -3.72 43.7, -3.72 43.7, -3.72 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 '1150_234'^^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/4842__1150_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7 -3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7"^^xsd:decimal ;
  dwc:decimalLongitude "-3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.992222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.7'^^xsd:double;
  dwc:startLongitude '-3.7'^^xsd:double;
  dwc:endLongitude '-3.7'^^xsd:double;
  dwc:latitude '43.7'^^xsd:double;
  dwc:startLatitude '43.7'^^xsd:double;
  dwc:endLatitude '43.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.7 43.7, -3.7 43.7, -3.7 43.7, -3.7 43.7, -3.7 43.7))'^^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 '1150_235'^^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/4842__1150_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.71 -3.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.71"^^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/4842__1150_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.71 -3.69)"^^geo:wktLiteral ;
  geo-pos:lat "43.71"^^xsd:decimal ;
  geo-pos:long "-3.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.037222222222'^^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.71'^^xsd:double;
  dwc:startLatitude '43.71'^^xsd:double;
  dwc:endLatitude '43.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.69 43.71, -3.69 43.71, -3.69 43.71, -3.69 43.71, -3.69 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 '1150_236'^^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/4842__1150_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_252> ;
  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/4842__1150_252>
  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/4842__1150_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_252'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.362777777778'^^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 "U?" by the provider'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:occurrenceId '1150_252'^^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/4842__1150_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_237> ;
  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/4842__1150_237>
  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/4842__1150_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.101944444444'^^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 '1150_237'^^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/4842__1150_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -3.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "-3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.050277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.65'^^xsd:double;
  dwc:startLongitude '-3.65'^^xsd:double;
  dwc:endLongitude '-3.65'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:startLatitude '43.78'^^xsd:double;
  dwc:endLatitude '43.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.65 43.78, -3.65 43.78, -3.65 43.78, -3.65 43.78, -3.65 43.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 '1150_250'^^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/4842__1150_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.79 -3.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.79"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.79 -3.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.79"^^xsd:decimal ;
  geo-pos:long "-3.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.096111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.65'^^xsd:double;
  dwc:startLongitude '-3.65'^^xsd:double;
  dwc:endLongitude '-3.65'^^xsd:double;
  dwc:latitude '43.79'^^xsd:double;
  dwc:startLatitude '43.79'^^xsd:double;
  dwc:endLatitude '43.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.65 43.79, -3.65 43.79, -3.65 43.79, -3.65 43.79, -3.65 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 '1150_251'^^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/4842__1150_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -3.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 -3.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "-3.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_249'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.996111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.64'^^xsd:double;
  dwc:startLongitude '-3.64'^^xsd:double;
  dwc:endLongitude '-3.64'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:startLatitude '43.78'^^xsd:double;
  dwc:endLatitude '43.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.64 43.78, -3.64 43.78, -3.64 43.78, -3.64 43.78, -3.64 43.78))'^^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 '1150_249'^^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/4842__1150_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -3.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.77"^^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/4842__1150_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -3.63)"^^geo:wktLiteral ;
  geo-pos:lat "43.77"^^xsd:decimal ;
  geo-pos:long "-3.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_248'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.933611111111'^^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 '43.77'^^xsd:double;
  dwc:startLatitude '43.77'^^xsd:double;
  dwc:endLatitude '43.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.63 43.77, -3.63 43.77, -3.63 43.77, -3.63 43.77, -3.63 43.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 '1150_248'^^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/4842__1150_837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_837> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8 -3.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8"^^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/4842__1150_837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8 -3.63)"^^geo:wktLiteral ;
  geo-pos:lat "46.8"^^xsd:decimal ;
  geo-pos:long "-3.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_837'^^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 '5'^^xsd:integer;
  dwc:collectorNumber '1150_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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.599166666667'^^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 '46.8'^^xsd:double;
  dwc:startLatitude '46.8'^^xsd:double;
  dwc:endLatitude '46.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.63 46.8, -3.63 46.8, -3.63 46.8, -3.63 46.8, -3.63 46.8))'^^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 '1150_837'^^xsd:string;
  dwc:observationDate '2005-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 -3.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.76"^^xsd:decimal ;
  dwc:decimalLongitude "-3.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_246'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^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.62'^^xsd:double;
  dwc:startLongitude '-3.62'^^xsd:double;
  dwc:endLongitude '-3.62'^^xsd:double;
  dwc:latitude '43.76'^^xsd:double;
  dwc:startLatitude '43.76'^^xsd:double;
  dwc:endLatitude '43.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.62 43.76, -3.62 43.76, -3.62 43.76, -3.62 43.76, -3.62 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 '1150_246'^^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/4842__1150_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -3.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.77"^^xsd:decimal ;
  dwc:decimalLongitude "-3.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_247'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.880555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.62'^^xsd:double;
  dwc:startLongitude '-3.62'^^xsd:double;
  dwc:endLongitude '-3.62'^^xsd:double;
  dwc:latitude '43.77'^^xsd:double;
  dwc:startLatitude '43.77'^^xsd:double;
  dwc:endLatitude '43.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.62 43.77, -3.62 43.77, -3.62 43.77, -3.62 43.77, -3.62 43.77))'^^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 '1150_247'^^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/4842__1150_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.37 -3.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.37"^^xsd:decimal ;
  dwc:decimalLongitude "-3.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_271'^^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 '1150_271'^^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 '14.194722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.62'^^xsd:double;
  dwc:startLongitude '-3.62'^^xsd:double;
  dwc:endLongitude '-3.62'^^xsd:double;
  dwc:latitude '60.37'^^xsd:double;
  dwc:startLatitude '60.37'^^xsd:double;
  dwc:endLatitude '60.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.62 60.37, -3.62 60.37, -3.62 60.37, -3.62 60.37, -3.62 60.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 '1150_271'^^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/4842__1150_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 -3.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.76"^^xsd:decimal ;
  dwc:decimalLongitude "-3.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.839722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.61'^^xsd:double;
  dwc:startLongitude '-3.61'^^xsd:double;
  dwc:endLongitude '-3.61'^^xsd:double;
  dwc:latitude '43.76'^^xsd:double;
  dwc:startLatitude '43.76'^^xsd:double;
  dwc:endLatitude '43.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.61 43.76, -3.61 43.76, -3.61 43.76, -3.61 43.76, -3.61 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 '1150_245'^^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/4842__1150_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.76"^^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/4842__1150_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.76 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.76"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '19'^^xsd:integer;
  dwc:collectorNumber '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.775'^^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 '43.76'^^xsd:double;
  dwc:startLatitude '43.76'^^xsd:double;
  dwc:endLatitude '43.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.6 43.76, -3.6 43.76, -3.6 43.76, -3.6 43.76, -3.6 43.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 '1150_244'^^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/4842__1150_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.73 -3.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.73"^^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/4842__1150_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.73 -3.6)"^^geo:wktLiteral ;
  geo-pos:lat "45.73"^^xsd:decimal ;
  geo-pos:long "-3.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_261'^^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 '1150_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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.427222222222'^^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.73'^^xsd:double;
  dwc:startLatitude '45.73'^^xsd:double;
  dwc:endLatitude '45.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.6 45.73, -3.6 45.73, -3.6 45.73, -3.6 45.73, -3.6 45.73))'^^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 '1150_261'^^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/4842__1150_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_243> ;
  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/4842__1150_243>
  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/4842__1150_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_243'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.481944444444'^^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 "CD" by the provider'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:occurrenceId '1150_243'^^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/4842__1150_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_242> ;
  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/4842__1150_242>
  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/4842__1150_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_242'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^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 '-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 '1150_242'^^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/4842__1150_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.66 -3.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.66"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.66 -3.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.66"^^xsd:decimal ;
  geo-pos:long "-3.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_241'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.769444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.43'^^xsd:double;
  dwc:startLongitude '-3.43'^^xsd:double;
  dwc:endLongitude '-3.43'^^xsd:double;
  dwc:latitude '43.66'^^xsd:double;
  dwc:startLatitude '43.66'^^xsd:double;
  dwc:endLatitude '43.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.43 43.66, -3.43 43.66, -3.43 43.66, -3.43 43.66, -3.43 43.66))'^^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 '1150_241'^^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/4842__1150_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -3.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -3.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "-3.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_240'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.717777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.42'^^xsd:double;
  dwc:startLongitude '-3.42'^^xsd:double;
  dwc:endLongitude '-3.42'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.42 43.65, -3.42 43.65, -3.42 43.65, -3.42 43.65, -3.42 43.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 '1150_240'^^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/4842__1150_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -3.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^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/4842__1150_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -3.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-3.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_268'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.958611111111'^^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.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.4 43.85, -3.4 43.85, -3.4 43.85, -3.4 43.85, -3.4 43.85))'^^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 '1150_268'^^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/4842__1150_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -3.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^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/4842__1150_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -3.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-3.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_267'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.897222222222'^^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.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.38 43.85, -3.38 43.85, -3.38 43.85, -3.38 43.85, -3.38 43.85))'^^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 '1150_267'^^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/4842__1150_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.62 -3.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.62"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.62 -3.37)"^^geo:wktLiteral ;
  geo-pos:lat "43.62"^^xsd:decimal ;
  geo-pos:long "-3.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_239'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.390555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.37'^^xsd:double;
  dwc:startLongitude '-3.37'^^xsd:double;
  dwc:endLongitude '-3.37'^^xsd:double;
  dwc:latitude '43.62'^^xsd:double;
  dwc:startLatitude '43.62'^^xsd:double;
  dwc:endLatitude '43.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.37 43.62, -3.37 43.62, -3.37 43.62, -3.37 43.62, -3.37 43.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 '1150_239'^^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/4842__1150_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -3.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-3.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/4842__1150_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -3.29)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-3.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_238'^^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 '1150_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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.918888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-3.29'^^xsd:double;
  dwc:startLongitude '-3.29'^^xsd:double;
  dwc:endLongitude '-3.29'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.57'^^xsd:double;
  dwc:endLatitude '43.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-3.29 43.57, -3.29 43.57, -3.29 43.57, -3.29 43.57, -3.29 43.57))'^^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 '1150_238'^^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/4842__1150_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.97 -2.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.97"^^xsd:decimal ;
  dwc:decimalLongitude "-2.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_266'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.323333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.74'^^xsd:double;
  dwc:startLongitude '-2.74'^^xsd:double;
  dwc:endLongitude '-2.74'^^xsd:double;
  dwc:latitude '43.97'^^xsd:double;
  dwc:startLatitude '43.97'^^xsd:double;
  dwc:endLatitude '43.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.74 43.97, -2.74 43.97, -2.74 43.97, -2.74 43.97, -2.74 43.97))'^^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 '1150_266'^^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/4842__1150_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17786 -2.72835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.17786"^^xsd:decimal ;
  dwc:decimalLongitude "-2.72835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_73'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.6316666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.72835'^^xsd:double;
  dwc:startLongitude '-2.72835'^^xsd:double;
  dwc:endLongitude '-2.72835'^^xsd:double;
  dwc:latitude '56.17786'^^xsd:double;
  dwc:startLatitude '56.17786'^^xsd:double;
  dwc:endLatitude '56.17786'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.72835 56.17786, -2.72835 56.17786, -2.72835 56.17786, -2.72835 56.17786, -2.72835 56.17786))'^^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 '1150_73'^^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/4842__1150_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.88 -2.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.88"^^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/4842__1150_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.88 -2.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.88"^^xsd:decimal ;
  geo-pos:long "-2.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_260'^^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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.571388888889'^^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 '45.88'^^xsd:double;
  dwc:startLatitude '45.88'^^xsd:double;
  dwc:endLatitude '45.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.72 45.88, -2.72 45.88, -2.72 45.88, -2.72 45.88, -2.72 45.88))'^^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 '1150_260'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18895 -2.71506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18895"^^xsd:decimal ;
  dwc:decimalLongitude "-2.71506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_74'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.7055555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.71506'^^xsd:double;
  dwc:startLongitude '-2.71506'^^xsd:double;
  dwc:endLongitude '-2.71506'^^xsd:double;
  dwc:latitude '56.18895'^^xsd:double;
  dwc:startLatitude '56.18895'^^xsd:double;
  dwc:endLatitude '56.18895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.71506 56.18895, -2.71506 56.18895, -2.71506 56.18895, -2.71506 56.18895, -2.71506 56.18895))'^^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 '1150_74'^^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/4842__1150_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.22663 -2.63151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.22663"^^xsd:decimal ;
  dwc:decimalLongitude "-2.63151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.0361111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.63151'^^xsd:double;
  dwc:startLongitude '-2.63151'^^xsd:double;
  dwc:endLongitude '-2.63151'^^xsd:double;
  dwc:latitude '56.22663'^^xsd:double;
  dwc:startLatitude '56.22663'^^xsd:double;
  dwc:endLatitude '56.22663'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.63151 56.22663, -2.63151 56.22663, -2.63151 56.22663, -2.63151 56.22663, -2.63151 56.22663))'^^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 '1150_75'^^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/4842__1150_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25187 -2.57106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25187"^^xsd:decimal ;
  dwc:decimalLongitude "-2.57106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_76'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.2627777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.57106'^^xsd:double;
  dwc:startLongitude '-2.57106'^^xsd:double;
  dwc:endLongitude '-2.57106'^^xsd:double;
  dwc:latitude '56.25187'^^xsd:double;
  dwc:startLatitude '56.25187'^^xsd:double;
  dwc:endLatitude '56.25187'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.57106 56.25187, -2.57106 56.25187, -2.57106 56.25187, -2.57106 56.25187, -2.57106 56.25187))'^^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 '1150_76'^^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/4842__1150_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.50706 -2.5211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.50706"^^xsd:decimal ;
  dwc:decimalLongitude "-2.5211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_78'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.73'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.5211'^^xsd:double;
  dwc:startLongitude '-2.5211'^^xsd:double;
  dwc:endLongitude '-2.5211'^^xsd:double;
  dwc:latitude '56.50706'^^xsd:double;
  dwc:startLatitude '56.50706'^^xsd:double;
  dwc:endLatitude '56.50706'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.5211 56.50706, -2.5211 56.50706, -2.5211 56.50706, -2.5211 56.50706, -2.5211 56.50706))'^^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 '1150_78'^^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/4842__1150_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4977 -2.52083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4977"^^xsd:decimal ;
  dwc:decimalLongitude "-2.52083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.6777777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.52083'^^xsd:double;
  dwc:startLongitude '-2.52083'^^xsd:double;
  dwc:endLongitude '-2.52083'^^xsd:double;
  dwc:latitude '56.4977'^^xsd:double;
  dwc:startLatitude '56.4977'^^xsd:double;
  dwc:endLatitude '56.4977'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.52083 56.4977, -2.52083 56.4977, -2.52083 56.4977, -2.52083 56.4977, -2.52083 56.4977))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_77'^^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/4842__1150_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.58695 -2.46772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.58695"^^xsd:decimal ;
  dwc:decimalLongitude "-2.46772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_79'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.1977777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.46772'^^xsd:double;
  dwc:startLongitude '-2.46772'^^xsd:double;
  dwc:endLongitude '-2.46772'^^xsd:double;
  dwc:latitude '56.58695'^^xsd:double;
  dwc:startLatitude '56.58695'^^xsd:double;
  dwc:endLatitude '56.58695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.46772 56.58695, -2.46772 56.58695, -2.46772 56.58695, -2.46772 56.58695, -2.46772 56.58695))'^^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 '1150_79'^^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/4842__1150_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66034 -2.40378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.66034"^^xsd:decimal ;
  dwc:decimalLongitude "-2.40378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.6341666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.40378'^^xsd:double;
  dwc:startLongitude '-2.40378'^^xsd:double;
  dwc:endLongitude '-2.40378'^^xsd:double;
  dwc:latitude '56.66034'^^xsd:double;
  dwc:startLatitude '56.66034'^^xsd:double;
  dwc:endLatitude '56.66034'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.40378 56.66034, -2.40378 56.66034, -2.40378 56.66034, -2.40378 56.66034, -2.40378 56.66034))'^^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 '1150_80'^^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/4842__1150_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64508 -2.3775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64508"^^xsd:decimal ;
  dwc:decimalLongitude "-2.3775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.8480555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.3775'^^xsd:double;
  dwc:startLongitude '-2.3775'^^xsd:double;
  dwc:endLongitude '-2.3775'^^xsd:double;
  dwc:latitude '56.64508'^^xsd:double;
  dwc:startLatitude '56.64508'^^xsd:double;
  dwc:endLatitude '56.64508'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.3775 56.64508, -2.3775 56.64508, -2.3775 56.64508, -2.3775 56.64508, -2.3775 56.64508))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_81'^^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/4842__1150_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64114 -2.37489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64114"^^xsd:decimal ;
  dwc:decimalLongitude "-2.37489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.37489'^^xsd:double;
  dwc:startLongitude '-2.37489'^^xsd:double;
  dwc:endLongitude '-2.37489'^^xsd:double;
  dwc:latitude '56.64114'^^xsd:double;
  dwc:startLatitude '56.64114'^^xsd:double;
  dwc:endLatitude '56.64114'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.37489 56.64114, -2.37489 56.64114, -2.37489 56.64114, -2.37489 56.64114, -2.37489 56.64114))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_82'^^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/4842__1150_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.63066 -2.36785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.63066"^^xsd:decimal ;
  dwc:decimalLongitude "-2.36785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.9469444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.36785'^^xsd:double;
  dwc:startLongitude '-2.36785'^^xsd:double;
  dwc:endLongitude '-2.36785'^^xsd:double;
  dwc:latitude '56.63066'^^xsd:double;
  dwc:startLatitude '56.63066'^^xsd:double;
  dwc:endLatitude '56.63066'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.36785 56.63066, -2.36785 56.63066, -2.36785 56.63066, -2.36785 56.63066, -2.36785 56.63066))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_83'^^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/4842__1150_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6963 -2.36121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6963"^^xsd:decimal ;
  dwc:decimalLongitude "-2.36121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_84'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.267777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.36121'^^xsd:double;
  dwc:startLongitude '-2.36121'^^xsd:double;
  dwc:endLongitude '-2.36121'^^xsd:double;
  dwc:latitude '56.6963'^^xsd:double;
  dwc:startLatitude '56.6963'^^xsd:double;
  dwc:endLatitude '56.6963'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.36121 56.6963, -2.36121 56.6963, -2.36121 56.6963, -2.36121 56.6963, -2.36121 56.6963))'^^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 '1150_84'^^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/4842__1150_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75252 -2.30051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75252"^^xsd:decimal ;
  dwc:decimalLongitude "-2.30051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_85'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.697777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.30051'^^xsd:double;
  dwc:startLongitude '-2.30051'^^xsd:double;
  dwc:endLongitude '-2.30051'^^xsd:double;
  dwc:latitude '56.75252'^^xsd:double;
  dwc:startLatitude '56.75252'^^xsd:double;
  dwc:endLatitude '56.75252'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.30051 56.75252, -2.30051 56.75252, -2.30051 56.75252, -2.30051 56.75252, -2.30051 56.75252))'^^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 '1150_85'^^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/4842__1150_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75723 -2.29517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75723"^^xsd:decimal ;
  dwc:decimalLongitude "-2.29517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_86'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.734444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.29517'^^xsd:double;
  dwc:startLongitude '-2.29517'^^xsd:double;
  dwc:endLongitude '-2.29517'^^xsd:double;
  dwc:latitude '56.75723'^^xsd:double;
  dwc:startLatitude '56.75723'^^xsd:double;
  dwc:endLatitude '56.75723'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.29517 56.75723, -2.29517 56.75723, -2.29517 56.75723, -2.29517 56.75723, -2.29517 56.75723))'^^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 '1150_86'^^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/4842__1150_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.75954 -2.29261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.75954"^^xsd:decimal ;
  dwc:decimalLongitude "-2.29261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_87'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.753055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.29261'^^xsd:double;
  dwc:startLongitude '-2.29261'^^xsd:double;
  dwc:endLongitude '-2.29261'^^xsd:double;
  dwc:latitude '56.75954'^^xsd:double;
  dwc:startLatitude '56.75954'^^xsd:double;
  dwc:endLatitude '56.75954'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.29261 56.75954, -2.29261 56.75954, -2.29261 56.75954, -2.29261 56.75954, -2.29261 56.75954))'^^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 '1150_87'^^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/4842__1150_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.80058 -2.24781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.80058"^^xsd:decimal ;
  dwc:decimalLongitude "-2.24781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_88'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.076944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.24781'^^xsd:double;
  dwc:startLongitude '-2.24781'^^xsd:double;
  dwc:endLongitude '-2.24781'^^xsd:double;
  dwc:latitude '56.80058'^^xsd:double;
  dwc:startLatitude '56.80058'^^xsd:double;
  dwc:endLatitude '56.80058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.24781 56.80058, -2.24781 56.80058, -2.24781 56.80058, -2.24781 56.80058, -2.24781 56.80058))'^^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 '1150_88'^^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/4842__1150_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.66 -2.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.66"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4842__1150_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.66 -2.22)"^^geo:wktLiteral ;
  geo-pos:lat "43.66"^^xsd:decimal ;
  geo-pos:long "-2.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_265'^^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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.967777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.22'^^xsd:double;
  dwc:startLongitude '-2.22'^^xsd:double;
  dwc:endLongitude '-2.22'^^xsd:double;
  dwc:latitude '43.66'^^xsd:double;
  dwc:startLatitude '43.66'^^xsd:double;
  dwc:endLatitude '43.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.22 43.66, -2.22 43.66, -2.22 43.66, -2.22 43.66, -2.22 43.66))'^^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 '1150_265'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.69 -2.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.69"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4842__1150_438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.69 -2.21)"^^geo:wktLiteral ;
  geo-pos:lat "60.69"^^xsd:decimal ;
  geo-pos:long "-2.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_438'^^xsd:string;
  dwc:scientificName 'Elasmobranchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.217222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.21'^^xsd:double;
  dwc:startLongitude '-2.21'^^xsd:double;
  dwc:endLongitude '-2.21'^^xsd:double;
  dwc:latitude '60.69'^^xsd:double;
  dwc:startLatitude '60.69'^^xsd:double;
  dwc:endLatitude '60.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.21 60.69, -2.21 60.69, -2.21 60.69, -2.21 60.69, -2.21 60.69))'^^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 '1150_438'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '10193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.84198 -2.20147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.84198"^^xsd:decimal ;
  dwc:decimalLongitude "-2.20147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_89'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.413333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.20147'^^xsd:double;
  dwc:startLongitude '-2.20147'^^xsd:double;
  dwc:endLongitude '-2.20147'^^xsd:double;
  dwc:latitude '56.84198'^^xsd:double;
  dwc:startLatitude '56.84198'^^xsd:double;
  dwc:endLatitude '56.84198'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.20147 56.84198, -2.20147 56.84198, -2.20147 56.84198, -2.20147 56.84198, -2.20147 56.84198))'^^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 '1150_89'^^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/4842__1150_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -2.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-2.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/4842__1150_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -2.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-2.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_263'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.6661111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.16'^^xsd:double;
  dwc:startLongitude '-2.16'^^xsd:double;
  dwc:endLongitude '-2.16'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:startLatitude '44.08'^^xsd:double;
  dwc:endLatitude '44.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.16 44.08, -2.16 44.08, -2.16 44.08, -2.16 44.08, -2.16 44.08))'^^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 '1150_263'^^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/4842__1150_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.90385 -2.15316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.90385"^^xsd:decimal ;
  dwc:decimalLongitude "-2.15316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_90'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.908055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.15316'^^xsd:double;
  dwc:startLongitude '-2.15316'^^xsd:double;
  dwc:endLongitude '-2.15316'^^xsd:double;
  dwc:latitude '56.90385'^^xsd:double;
  dwc:startLatitude '56.90385'^^xsd:double;
  dwc:endLatitude '56.90385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.15316 56.90385, -2.15316 56.90385, -2.15316 56.90385, -2.15316 56.90385, -2.15316 56.90385))'^^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 '1150_90'^^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/4842__1150_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.20609 -2.10898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.20609"^^xsd:decimal ;
  dwc:decimalLongitude "-2.10898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_46'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.169444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.10898'^^xsd:double;
  dwc:startLongitude '-2.10898'^^xsd:double;
  dwc:endLongitude '-2.10898'^^xsd:double;
  dwc:latitude '56.20609'^^xsd:double;
  dwc:startLatitude '56.20609'^^xsd:double;
  dwc:endLatitude '56.20609'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.10898 56.20609, -2.10898 56.20609, -2.10898 56.20609, -2.10898 56.20609, -2.10898 56.20609))'^^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 '1150_46'^^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/4842__1150_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.13529 -2.06557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.13529"^^xsd:decimal ;
  dwc:decimalLongitude "-2.06557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_47'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.634166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.06557'^^xsd:double;
  dwc:startLongitude '-2.06557'^^xsd:double;
  dwc:endLongitude '-2.06557'^^xsd:double;
  dwc:latitude '56.13529'^^xsd:double;
  dwc:startLatitude '56.13529'^^xsd:double;
  dwc:endLatitude '56.13529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.06557 56.13529, -2.06557 56.13529, -2.06557 56.13529, -2.06557 56.13529, -2.06557 56.13529))'^^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 '1150_47'^^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/4842__1150_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09541 -2.03684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09541"^^xsd:decimal ;
  dwc:decimalLongitude "-2.03684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.896944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.03684'^^xsd:double;
  dwc:startLongitude '-2.03684'^^xsd:double;
  dwc:endLongitude '-2.03684'^^xsd:double;
  dwc:latitude '56.09541'^^xsd:double;
  dwc:startLatitude '56.09541'^^xsd:double;
  dwc:endLatitude '56.09541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.03684 56.09541, -2.03684 56.09541, -2.03684 56.09541, -2.03684 56.09541, -2.03684 56.09541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_48'^^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/4842__1150_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_264> ;
  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/4842__1150_264>
  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/4842__1150_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_264'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.9775'^^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 '1150_264'^^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/4842__1150_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08513 -2.02956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08513"^^xsd:decimal ;
  dwc:decimalLongitude "-2.02956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_49'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.965'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-2.02956'^^xsd:double;
  dwc:startLongitude '-2.02956'^^xsd:double;
  dwc:endLongitude '-2.02956'^^xsd:double;
  dwc:latitude '56.08513'^^xsd:double;
  dwc:startLatitude '56.08513'^^xsd:double;
  dwc:endLatitude '56.08513'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.02956 56.08513, -2.02956 56.08513, -2.02956 56.08513, -2.02956 56.08513, -2.02956 56.08513))'^^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 '1150_49'^^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/4842__1150_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 -2.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^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/4842__1150_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 -2.02)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "-2.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_262'^^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 '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.6019444444444'^^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 '45.53'^^xsd:double;
  dwc:startLatitude '45.53'^^xsd:double;
  dwc:endLatitude '45.53'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.02 45.53, -2.02 45.53, -2.02 45.53, -2.02 45.53, -2.02 45.53))'^^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 '1150_262'^^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/4842__1150_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.54 -2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.54"^^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/4842__1150_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.54 -2)"^^geo:wktLiteral ;
  geo-pos:lat "45.54"^^xsd:decimal ;
  geo-pos:long "-2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.2825'^^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 '45.54'^^xsd:double;
  dwc:startLatitude '45.54'^^xsd:double;
  dwc:endLatitude '45.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2 45.54, -2 45.54, -2 45.54, -2 45.54, -2 45.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 '1150_257'^^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/4842__1150_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.82 -1.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.82"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4842__1150_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.82 -1.99)"^^geo:wktLiteral ;
  geo-pos:lat "45.82"^^xsd:decimal ;
  geo-pos:long "-1.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_259'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.113611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.99'^^xsd:double;
  dwc:startLongitude '-1.99'^^xsd:double;
  dwc:endLongitude '-1.99'^^xsd:double;
  dwc:latitude '45.82'^^xsd:double;
  dwc:startLatitude '45.82'^^xsd:double;
  dwc:endLatitude '45.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.99 45.82, -1.99 45.82, -1.99 45.82, -1.99 45.82, -1.99 45.82))'^^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 '1150_259'^^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/4842__1150_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -1.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4842__1150_439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -1.99)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-1.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_439'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.881944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.99'^^xsd:double;
  dwc:startLongitude '-1.99'^^xsd:double;
  dwc:endLongitude '-1.99'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:startLatitude '60.71'^^xsd:double;
  dwc:endLatitude '60.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.99 60.71, -1.99 60.71, -1.99 60.71, -1.99 60.71, -1.99 60.71))'^^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 '1150_439'^^xsd:string;
  dwc:observationDate '2005-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.74 -1.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.74"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4842__1150_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.74 -1.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.74"^^xsd:decimal ;
  geo-pos:long "-1.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_258'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.98'^^xsd:double;
  dwc:startLongitude '-1.98'^^xsd:double;
  dwc:endLongitude '-1.98'^^xsd:double;
  dwc:latitude '45.74'^^xsd:double;
  dwc:startLatitude '45.74'^^xsd:double;
  dwc:endLatitude '45.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.98 45.74, -1.98 45.74, -1.98 45.74, -1.98 45.74, -1.98 45.74))'^^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 '1150_258'^^xsd:string;
  dwc:observationDate '2005-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.27688 -1.90648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.27688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.90648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '23'^^xsd:integer;
  dwc:collectorNumber '1150_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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.431666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.90648'^^xsd:double;
  dwc:startLongitude '-1.90648'^^xsd:double;
  dwc:endLongitude '-1.90648'^^xsd:double;
  dwc:latitude '57.27688'^^xsd:double;
  dwc:startLatitude '57.27688'^^xsd:double;
  dwc:endLatitude '57.27688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.90648 57.27688, -1.90648 57.27688, -1.90648 57.27688, -1.90648 57.27688, -1.90648 57.27688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_91'^^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/4842__1150_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -1.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.94"^^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/4842__1150_821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.94 -1.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.94"^^xsd:decimal ;
  geo-pos:long "-1.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_821'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.1772222222222'^^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 '58.94'^^xsd:double;
  dwc:startLatitude '58.94'^^xsd:double;
  dwc:endLatitude '58.94'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.8 58.94, -1.8 58.94, -1.8 58.94, -1.8 58.94, -1.8 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 '1150_821'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.51 -1.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.51"^^xsd:decimal ;
  dwc:decimalLongitude "-1.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_724'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1150_724'^^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 '11.191111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.78'^^xsd:double;
  dwc:startLongitude '-1.78'^^xsd:double;
  dwc:endLongitude '-1.78'^^xsd:double;
  dwc:latitude '58.51'^^xsd:double;
  dwc:startLatitude '58.51'^^xsd:double;
  dwc:endLatitude '58.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.78 58.51, -1.78 58.51, -1.78 58.51, -1.78 58.51, -1.78 58.51))'^^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 '1150_724'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.80943 -1.74422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.80943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.74422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_92'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.7341666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.74422'^^xsd:double;
  dwc:startLongitude '-1.74422'^^xsd:double;
  dwc:endLongitude '-1.74422'^^xsd:double;
  dwc:latitude '57.80943'^^xsd:double;
  dwc:startLatitude '57.80943'^^xsd:double;
  dwc:endLatitude '57.80943'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.74422 57.80943, -1.74422 57.80943, -1.74422 57.80943, -1.74422 57.80943, -1.74422 57.80943))'^^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 '1150_92'^^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/4842__1150_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.96 -1.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.96"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.6580555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.63'^^xsd:double;
  dwc:startLongitude '-1.63'^^xsd:double;
  dwc:endLongitude '-1.63'^^xsd:double;
  dwc:latitude '58.96'^^xsd:double;
  dwc:startLatitude '58.96'^^xsd:double;
  dwc:endLatitude '58.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63 58.96, -1.63 58.96, -1.63 58.96, -1.63 58.96, -1.63 58.96))'^^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 '1150_820'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.33525 -1.59092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.33525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_50'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.600555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.59092'^^xsd:double;
  dwc:startLongitude '-1.59092'^^xsd:double;
  dwc:endLongitude '-1.59092'^^xsd:double;
  dwc:latitude '56.33525'^^xsd:double;
  dwc:startLatitude '56.33525'^^xsd:double;
  dwc:endLatitude '56.33525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59092 56.33525, -1.59092 56.33525, -1.59092 56.33525, -1.59092 56.33525, -1.59092 56.33525))'^^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 '1150_50'^^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/4842__1150_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.82 -1.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.82"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4842__1150_822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.82 -1.54)"^^geo:wktLiteral ;
  geo-pos:lat "58.82"^^xsd:decimal ;
  geo-pos:long "-1.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_822'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.054722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.54'^^xsd:double;
  dwc:startLongitude '-1.54'^^xsd:double;
  dwc:endLongitude '-1.54'^^xsd:double;
  dwc:latitude '58.82'^^xsd:double;
  dwc:startLatitude '58.82'^^xsd:double;
  dwc:endLatitude '58.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54 58.82, -1.54 58.82, -1.54 58.82, -1.54 58.82, -1.54 58.82))'^^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 '1150_822'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.54168 -1.47115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.54168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_51'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8866666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.47115'^^xsd:double;
  dwc:startLongitude '-1.47115'^^xsd:double;
  dwc:endLongitude '-1.47115'^^xsd:double;
  dwc:latitude '56.54168'^^xsd:double;
  dwc:startLatitude '56.54168'^^xsd:double;
  dwc:endLatitude '56.54168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47115 56.54168, -1.47115 56.54168, -1.47115 56.54168, -1.47115 56.54168, -1.47115 56.54168))'^^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 '1150_51'^^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/4842__1150_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55595 -1.46295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_52'^^xsd: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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.9811111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.46295'^^xsd:double;
  dwc:startLongitude '-1.46295'^^xsd:double;
  dwc:endLongitude '-1.46295'^^xsd:double;
  dwc:latitude '56.55595'^^xsd:double;
  dwc:startLatitude '56.55595'^^xsd:double;
  dwc:endLatitude '56.55595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46295 56.55595, -1.46295 56.55595, -1.46295 56.55595, -1.46295 56.55595, -1.46295 56.55595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_52'^^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/4842__1150_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.81 -1.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.81"^^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/4842__1150_823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.81 -1.46)"^^geo:wktLiteral ;
  geo-pos:lat "58.81"^^xsd:decimal ;
  geo-pos:long "-1.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_823'^^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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.294166666667'^^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 '58.81'^^xsd:double;
  dwc:startLatitude '58.81'^^xsd:double;
  dwc:endLatitude '58.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46 58.81, -1.46 58.81, -1.46 58.81, -1.46 58.81, -1.46 58.81))'^^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 '1150_823'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.69 -1.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.69"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4842__1150_725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.69 -1.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.69"^^xsd:decimal ;
  geo-pos:long "-1.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.689444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.42'^^xsd:double;
  dwc:startLongitude '-1.42'^^xsd:double;
  dwc:endLongitude '-1.42'^^xsd:double;
  dwc:latitude '58.69'^^xsd:double;
  dwc:startLatitude '58.69'^^xsd:double;
  dwc:endLatitude '58.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.42 58.69, -1.42 58.69, -1.42 58.69, -1.42 58.69, -1.42 58.69))'^^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 '1150_725'^^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/4842__1150_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.69 -1.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.69"^^xsd:decimal ;
  dwc:decimalLongitude "-1.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/4842__1150_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.69 -1.42)"^^geo:wktLiteral ;
  geo-pos:lat "58.69"^^xsd:decimal ;
  geo-pos:long "-1.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_726'^^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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.701666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.42'^^xsd:double;
  dwc:startLongitude '-1.42'^^xsd:double;
  dwc:endLongitude '-1.42'^^xsd:double;
  dwc:latitude '58.69'^^xsd:double;
  dwc:startLatitude '58.69'^^xsd:double;
  dwc:endLatitude '58.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.42 58.69, -1.42 58.69, -1.42 58.69, -1.42 58.69, -1.42 58.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 '1150_726'^^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/4842__1150_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -1.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7"^^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/4842__1150_727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -1.34)"^^geo:wktLiteral ;
  geo-pos:lat "58.7"^^xsd:decimal ;
  geo-pos:long "-1.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.950555555556'^^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 '58.7'^^xsd:double;
  dwc:startLatitude '58.7'^^xsd:double;
  dwc:endLatitude '58.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.34 58.7, -1.34 58.7, -1.34 58.7, -1.34 58.7, -1.34 58.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 '1150_727'^^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/4842__1150_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.77293 -1.33131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.77293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.33131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_53'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.4447222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.33131'^^xsd:double;
  dwc:startLongitude '-1.33131'^^xsd:double;
  dwc:endLongitude '-1.33131'^^xsd:double;
  dwc:latitude '56.77293'^^xsd:double;
  dwc:startLatitude '56.77293'^^xsd:double;
  dwc:endLatitude '56.77293'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.33131 56.77293, -1.33131 56.77293, -1.33131 56.77293, -1.33131 56.77293, -1.33131 56.77293))'^^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 '1150_53'^^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/4842__1150_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -1.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.7"^^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/4842__1150_728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.7 -1.33)"^^geo:wktLiteral ;
  geo-pos:lat "58.7"^^xsd:decimal ;
  geo-pos:long "-1.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.972777777778'^^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 '58.7'^^xsd:double;
  dwc:startLatitude '58.7'^^xsd:double;
  dwc:endLatitude '58.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.33 58.7, -1.33 58.7, -1.33 58.7, -1.33 58.7, -1.33 58.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 '1150_728'^^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/4842__1150_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 -1.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.82"^^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/4842__1150_681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 -1.26)"^^geo:wktLiteral ;
  geo-pos:lat "55.82"^^xsd:decimal ;
  geo-pos:long "-1.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_681'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.9211111111111'^^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 '55.82'^^xsd:double;
  dwc:startLatitude '55.82'^^xsd:double;
  dwc:endLatitude '55.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.26 55.82, -1.26 55.82, -1.26 55.82, -1.26 55.82, -1.26 55.82))'^^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 '1150_681'^^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/4842__1150_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.24308 -1.23649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.24308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.23649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.656666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.23649'^^xsd:double;
  dwc:startLongitude '-1.23649'^^xsd:double;
  dwc:endLongitude '-1.23649'^^xsd:double;
  dwc:latitude '58.24308'^^xsd:double;
  dwc:startLatitude '58.24308'^^xsd:double;
  dwc:endLatitude '58.24308'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.23649 58.24308, -1.23649 58.24308, -1.23649 58.24308, -1.23649 58.24308, -1.23649 58.24308))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_93'^^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/4842__1150_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.74 -1.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.74"^^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/4842__1150_682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.74 -1.21)"^^geo:wktLiteral ;
  geo-pos:lat "55.74"^^xsd:decimal ;
  geo-pos:long "-1.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_682'^^xsd: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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.3844444444444'^^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 '55.74'^^xsd:double;
  dwc:startLatitude '55.74'^^xsd:double;
  dwc:endLatitude '55.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.21 55.74, -1.21 55.74, -1.21 55.74, -1.21 55.74, -1.21 55.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 '1150_682'^^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/4842__1150_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.72 -1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.72"^^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/4842__1150_729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.72 -1.2)"^^geo:wktLiteral ;
  geo-pos:lat "58.72"^^xsd:decimal ;
  geo-pos:long "-1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_729'^^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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.415833333333'^^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 '58.72'^^xsd:double;
  dwc:startLatitude '58.72'^^xsd:double;
  dwc:endLatitude '58.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.2 58.72, -1.2 58.72, -1.2 58.72, -1.2 58.72, -1.2 58.72))'^^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 '1150_729'^^xsd:string;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.0015 -1.19168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.0015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.19168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_45'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.4197222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.19168'^^xsd:double;
  dwc:startLongitude '-1.19168'^^xsd:double;
  dwc:endLongitude '-1.19168'^^xsd:double;
  dwc:latitude '57.0015'^^xsd:double;
  dwc:startLatitude '57.0015'^^xsd:double;
  dwc:endLatitude '57.0015'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.19168 57.0015, -1.19168 57.0015, -1.19168 57.0015, -1.19168 57.0015, -1.19168 57.0015))'^^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 '1150_45'^^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/4842__1150_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.00863 -1.18739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.00863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.18739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_44'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.3769444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.18739'^^xsd:double;
  dwc:startLongitude '-1.18739'^^xsd:double;
  dwc:endLongitude '-1.18739'^^xsd:double;
  dwc:latitude '57.00863'^^xsd:double;
  dwc:startLatitude '57.00863'^^xsd:double;
  dwc:endLatitude '57.00863'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.18739 57.00863, -1.18739 57.00863, -1.18739 57.00863, -1.18739 57.00863, -1.18739 57.00863))'^^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 '1150_44'^^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/4842__1150_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.09538 -1.13533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.09538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.13533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_43'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8655555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.13533'^^xsd:double;
  dwc:startLongitude '-1.13533'^^xsd:double;
  dwc:endLongitude '-1.13533'^^xsd:double;
  dwc:latitude '57.09538'^^xsd:double;
  dwc:startLatitude '57.09538'^^xsd:double;
  dwc:endLatitude '57.09538'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.13533 57.09538, -1.13533 57.09538, -1.13533 57.09538, -1.13533 57.09538, -1.13533 57.09538))'^^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 '1150_43'^^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/4842__1150_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.10512 -1.13031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.10512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.13031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_42'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8094444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.13031'^^xsd:double;
  dwc:startLongitude '-1.13031'^^xsd:double;
  dwc:endLongitude '-1.13031'^^xsd:double;
  dwc:latitude '57.10512'^^xsd:double;
  dwc:startLatitude '57.10512'^^xsd:double;
  dwc:endLatitude '57.10512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.13031 57.10512, -1.13031 57.10512, -1.13031 57.10512, -1.13031 57.10512, -1.13031 57.10512))'^^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 '1150_42'^^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/4842__1150_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.12178 -1.12123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.12178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.12123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_41'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.7125'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.12123'^^xsd:double;
  dwc:startLongitude '-1.12123'^^xsd:double;
  dwc:endLongitude '-1.12123'^^xsd:double;
  dwc:latitude '57.12178'^^xsd:double;
  dwc:startLatitude '57.12178'^^xsd:double;
  dwc:endLatitude '57.12178'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.12123 57.12178, -1.12123 57.12178, -1.12123 57.12178, -1.12123 57.12178, -1.12123 57.12178))'^^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 '1150_41'^^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/4842__1150_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.02485 -1.09949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.02485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.09949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_94'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.026944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-1.09949'^^xsd:double;
  dwc:startLongitude '-1.09949'^^xsd:double;
  dwc:endLongitude '-1.09949'^^xsd:double;
  dwc:latitude '58.02485'^^xsd:double;
  dwc:startLatitude '58.02485'^^xsd:double;
  dwc:endLatitude '58.02485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.09949 58.02485, -1.09949 58.02485, -1.09949 58.02485, -1.09949 58.02485, -1.09949 58.02485))'^^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 '1150_94'^^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/4842__1150_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_731> ;
  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/4842__1150_731>
  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/4842__1150_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.294444444444'^^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 "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_731'^^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/4842__1150_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_730> ;
  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/4842__1150_730>
  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/4842__1150_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_730'^^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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.220833333333'^^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 '1150_730'^^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/4842__1150_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.32814 -0.99432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.32814"^^xsd:decimal ;
  dwc:decimalLongitude "-0.99432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_40'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.5094444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.99432'^^xsd:double;
  dwc:startLongitude '-0.99432'^^xsd:double;
  dwc:endLongitude '-0.99432'^^xsd:double;
  dwc:latitude '57.32814'^^xsd:double;
  dwc:startLatitude '57.32814'^^xsd:double;
  dwc:endLatitude '57.32814'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.99432 57.32814, -0.99432 57.32814, -0.99432 57.32814, -0.99432 57.32814, -0.99432 57.32814))'^^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 '1150_40'^^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/4842__1150_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.33647 -0.9897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.33647"^^xsd:decimal ;
  dwc:decimalLongitude "-0.9897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.4611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.9897'^^xsd:double;
  dwc:startLongitude '-0.9897'^^xsd:double;
  dwc:endLongitude '-0.9897'^^xsd:double;
  dwc:latitude '57.33647'^^xsd:double;
  dwc:startLatitude '57.33647'^^xsd:double;
  dwc:endLatitude '57.33647'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.9897 57.33647, -0.9897 57.33647, -0.9897 57.33647, -0.9897 57.33647, -0.9897 57.33647))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_39'^^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/4842__1150_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38 -0.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.38"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38 -0.96)"^^geo:wktLiteral ;
  geo-pos:lat "55.38"^^xsd:decimal ;
  geo-pos:long "-0.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.2466666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.96'^^xsd:double;
  dwc:startLongitude '-0.96'^^xsd:double;
  dwc:endLongitude '-0.96'^^xsd:double;
  dwc:latitude '55.38'^^xsd:double;
  dwc:startLatitude '55.38'^^xsd:double;
  dwc:endLatitude '55.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.96 55.38, -0.96 55.38, -0.96 55.38, -0.96 55.38, -0.96 55.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 '1150_683'^^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/4842__1150_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.78148 -0.94083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.78148"^^xsd:decimal ;
  dwc:decimalLongitude "-0.94083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.453333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.94083'^^xsd:double;
  dwc:startLongitude '-0.94083'^^xsd:double;
  dwc:endLongitude '-0.94083'^^xsd:double;
  dwc:latitude '57.78148'^^xsd:double;
  dwc:startLatitude '57.78148'^^xsd:double;
  dwc:endLatitude '57.78148'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.94083 57.78148, -0.94083 57.78148, -0.94083 57.78148, -0.94083 57.78148, -0.94083 57.78148))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_95'^^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/4842__1150_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.46699 -0.91065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.46699"^^xsd:decimal ;
  dwc:decimalLongitude "-0.91065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_38'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.6963888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.91065'^^xsd:double;
  dwc:startLongitude '-0.91065'^^xsd:double;
  dwc:endLongitude '-0.91065'^^xsd:double;
  dwc:latitude '57.46699'^^xsd:double;
  dwc:startLatitude '57.46699'^^xsd:double;
  dwc:endLatitude '57.46699'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.91065 57.46699, -0.91065 57.46699, -0.91065 57.46699, -0.91065 57.46699, -0.91065 57.46699))'^^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 '1150_38'^^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/4842__1150_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.63731 -0.80251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.63731"^^xsd:decimal ;
  dwc:decimalLongitude "-0.80251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^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 '-0.80251'^^xsd:double;
  dwc:startLongitude '-0.80251'^^xsd:double;
  dwc:endLongitude '-0.80251'^^xsd:double;
  dwc:latitude '57.63731'^^xsd:double;
  dwc:startLatitude '57.63731'^^xsd:double;
  dwc:endLatitude '57.63731'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.80251 57.63731, -0.80251 57.63731, -0.80251 57.63731, -0.80251 57.63731, -0.80251 57.63731))'^^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 '1150_104'^^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/4842__1150_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.78 -0.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.78"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.78 -0.8)"^^geo:wktLiteral ;
  geo-pos:lat "58.78"^^xsd:decimal ;
  geo-pos:long "-0.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_732'^^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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.715555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.8'^^xsd:double;
  dwc:startLongitude '-0.8'^^xsd:double;
  dwc:endLongitude '-0.8'^^xsd:double;
  dwc:latitude '58.78'^^xsd:double;
  dwc:startLatitude '58.78'^^xsd:double;
  dwc:endLatitude '58.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.8 58.78, -0.8 58.78, -0.8 58.78, -0.8 58.78, -0.8 58.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 '1150_732'^^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/4842__1150_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65932 -0.78909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.65932"^^xsd:decimal ;
  dwc:decimalLongitude "-0.78909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.6144444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.78909'^^xsd:double;
  dwc:startLongitude '-0.78909'^^xsd:double;
  dwc:endLongitude '-0.78909'^^xsd:double;
  dwc:latitude '57.65932'^^xsd:double;
  dwc:startLatitude '57.65932'^^xsd:double;
  dwc:endLatitude '57.65932'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.78909 57.65932, -0.78909 57.65932, -0.78909 57.65932, -0.78909 57.65932, -0.78909 57.65932))'^^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 '1150_103'^^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/4842__1150_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.52278 -0.78451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.52278"^^xsd:decimal ;
  dwc:decimalLongitude "-0.78451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.934166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.78451'^^xsd:double;
  dwc:startLongitude '-0.78451'^^xsd:double;
  dwc:endLongitude '-0.78451'^^xsd:double;
  dwc:latitude '57.52278'^^xsd:double;
  dwc:startLatitude '57.52278'^^xsd:double;
  dwc:endLatitude '57.52278'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.78451 57.52278, -0.78451 57.52278, -0.78451 57.52278, -0.78451 57.52278, -0.78451 57.52278))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_96'^^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/4842__1150_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.49992 -0.77063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.49992"^^xsd:decimal ;
  dwc:decimalLongitude "-0.77063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.064722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.77063'^^xsd:double;
  dwc:startLongitude '-0.77063'^^xsd:double;
  dwc:endLongitude '-0.77063'^^xsd:double;
  dwc:latitude '57.49992'^^xsd:double;
  dwc:startLatitude '57.49992'^^xsd:double;
  dwc:endLatitude '57.49992'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.77063 57.49992, -0.77063 57.49992, -0.77063 57.49992, -0.77063 57.49992, -0.77063 57.49992))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_97'^^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/4842__1150_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.49171 -0.76556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.49171"^^xsd:decimal ;
  dwc:decimalLongitude "-0.76556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_98'^^xsd: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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.111388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.76556'^^xsd:double;
  dwc:startLongitude '-0.76556'^^xsd:double;
  dwc:endLongitude '-0.76556'^^xsd:double;
  dwc:latitude '57.49171'^^xsd:double;
  dwc:startLatitude '57.49171'^^xsd:double;
  dwc:endLatitude '57.49171'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.76556 57.49171, -0.76556 57.49171, -0.76556 57.49171, -0.76556 57.49171, -0.76556 57.49171))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_98'^^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/4842__1150_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.69653 -0.76516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.69653"^^xsd:decimal ;
  dwc:decimalLongitude "-0.76516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_102'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.385'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.76516'^^xsd:double;
  dwc:startLongitude '-0.76516'^^xsd:double;
  dwc:endLongitude '-0.76516'^^xsd:double;
  dwc:latitude '57.69653'^^xsd:double;
  dwc:startLatitude '57.69653'^^xsd:double;
  dwc:endLatitude '57.69653'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.76516 57.69653, -0.76516 57.69653, -0.76516 57.69653, -0.76516 57.69653, -0.76516 57.69653))'^^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 '1150_102'^^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/4842__1150_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.73967 -0.7369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.73967"^^xsd:decimal ;
  dwc:decimalLongitude "-0.7369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.1166666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.7369'^^xsd:double;
  dwc:startLongitude '-0.7369'^^xsd:double;
  dwc:endLongitude '-0.7369'^^xsd:double;
  dwc:latitude '57.73967'^^xsd:double;
  dwc:startLatitude '57.73967'^^xsd:double;
  dwc:endLatitude '57.73967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.7369 57.73967, -0.7369 57.73967, -0.7369 57.73967, -0.7369 57.73967, -0.7369 57.73967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_101'^^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/4842__1150_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.43627 -0.73237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.43627"^^xsd:decimal ;
  dwc:decimalLongitude "-0.73237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.419444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.73237'^^xsd:double;
  dwc:startLongitude '-0.73237'^^xsd:double;
  dwc:endLongitude '-0.73237'^^xsd:double;
  dwc:latitude '57.43627'^^xsd:double;
  dwc:startLatitude '57.43627'^^xsd:double;
  dwc:endLatitude '57.43627'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.73237 57.43627, -0.73237 57.43627, -0.73237 57.43627, -0.73237 57.43627, -0.73237 57.43627))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_99'^^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/4842__1150_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.97 -0.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.97"^^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/4842__1150_684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.97 -0.68)"^^geo:wktLiteral ;
  geo-pos:lat "54.97"^^xsd:decimal ;
  geo-pos:long "-0.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_684'^^xsd: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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.878611111111'^^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 '54.97'^^xsd:double;
  dwc:startLatitude '54.97'^^xsd:double;
  dwc:endLatitude '54.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.68 54.97, -0.68 54.97, -0.68 54.97, -0.68 54.97, -0.68 54.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 '1150_684'^^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/4842__1150_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.85 -0.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.85"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.85 -0.66)"^^geo:wktLiteral ;
  geo-pos:lat "61.85"^^xsd:decimal ;
  geo-pos:long "-0.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_441'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.7230555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.66'^^xsd:double;
  dwc:startLongitude '-0.66'^^xsd:double;
  dwc:endLongitude '-0.66'^^xsd:double;
  dwc:latitude '61.85'^^xsd:double;
  dwc:startLatitude '61.85'^^xsd:double;
  dwc:endLatitude '61.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.66 61.85, -0.66 61.85, -0.66 61.85, -0.66 61.85, -0.66 61.85))'^^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 '1150_441'^^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/4842__1150_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.87598 -0.65778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.87598"^^xsd:decimal ;
  dwc:decimalLongitude "-0.65778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_100'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.2797222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.65778'^^xsd:double;
  dwc:startLongitude '-0.65778'^^xsd:double;
  dwc:endLongitude '-0.65778'^^xsd:double;
  dwc:latitude '57.87598'^^xsd:double;
  dwc:startLatitude '57.87598'^^xsd:double;
  dwc:endLatitude '57.87598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.65778 57.87598, -0.65778 57.87598, -0.65778 57.87598, -0.65778 57.87598, -0.65778 57.87598))'^^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 '1150_100'^^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/4842__1150_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 -0.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.87"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 -0.59)"^^geo:wktLiteral ;
  geo-pos:lat "61.87"^^xsd:decimal ;
  geo-pos:long "-0.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_440'^^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 '27'^^xsd:integer;
  dwc:collectorNumber '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.4766666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.59'^^xsd:double;
  dwc:startLongitude '-0.59'^^xsd:double;
  dwc:endLongitude '-0.59'^^xsd:double;
  dwc:latitude '61.87'^^xsd:double;
  dwc:startLatitude '61.87'^^xsd:double;
  dwc:endLatitude '61.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.59 61.87, -0.59 61.87, -0.59 61.87, -0.59 61.87, -0.59 61.87))'^^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 '1150_440'^^xsd:string;
  dwc:observationDate '2005-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.71 -0.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.71"^^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/4842__1150_824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.71 -0.58)"^^geo:wktLiteral ;
  geo-pos:lat "58.71"^^xsd:decimal ;
  geo-pos:long "-0.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '25'^^xsd:integer;
  dwc:collectorNumber '1150_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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.938611111111'^^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.71'^^xsd:double;
  dwc:startLatitude '58.71'^^xsd:double;
  dwc:endLatitude '58.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.58 58.71, -0.58 58.71, -0.58 58.71, -0.58 58.71, -0.58 58.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 '1150_824'^^xsd:string;
  dwc:observationDate '2005-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 -0.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.81"^^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/4842__1150_685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 -0.57)"^^geo:wktLiteral ;
  geo-pos:lat "54.81"^^xsd:decimal ;
  geo-pos:long "-0.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_685'^^xsd: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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.085555555556'^^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 '54.81'^^xsd:double;
  dwc:startLatitude '54.81'^^xsd:double;
  dwc:endLatitude '54.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.57 54.81, -0.57 54.81, -0.57 54.81, -0.57 54.81, -0.57 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 '1150_685'^^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/4842__1150_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78 -0.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.78"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.78 -0.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.78"^^xsd:decimal ;
  geo-pos:long "-0.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_686'^^xsd: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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.306666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.55'^^xsd:double;
  dwc:startLongitude '-0.55'^^xsd:double;
  dwc:endLongitude '-0.55'^^xsd:double;
  dwc:latitude '54.78'^^xsd:double;
  dwc:startLatitude '54.78'^^xsd:double;
  dwc:endLatitude '54.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.55 54.78, -0.55 54.78, -0.55 54.78, -0.55 54.78, -0.55 54.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 '1150_686'^^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/4842__1150_687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_687> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 -0.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.73"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 -0.51)"^^geo:wktLiteral ;
  geo-pos:lat "54.73"^^xsd:decimal ;
  geo-pos:long "-0.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.753333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.51'^^xsd:double;
  dwc:startLongitude '-0.51'^^xsd:double;
  dwc:endLongitude '-0.51'^^xsd:double;
  dwc:latitude '54.73'^^xsd:double;
  dwc:startLatitude '54.73'^^xsd:double;
  dwc:endLatitude '54.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.51 54.73, -0.51 54.73, -0.51 54.73, -0.51 54.73, -0.51 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 '1150_687'^^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/4842__1150_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_688> ;
  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/4842__1150_688>
  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/4842__1150_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_688'^^xsd: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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.181944444444'^^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 '1150_688'^^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/4842__1150_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_689> ;
  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/4842__1150_689>
  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/4842__1150_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_689'^^xsd: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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.378055555556'^^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 '1150_689'^^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/4842__1150_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.87653 -0.39385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.87653"^^xsd:decimal ;
  dwc:decimalLongitude "-0.39385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_54'^^xsd: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 '1150_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 '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 '-0.39385'^^xsd:double;
  dwc:startLongitude '-0.39385'^^xsd:double;
  dwc:endLongitude '-0.39385'^^xsd:double;
  dwc:latitude '56.87653'^^xsd:double;
  dwc:startLatitude '56.87653'^^xsd:double;
  dwc:endLatitude '56.87653'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.39385 56.87653, -0.39385 56.87653, -0.39385 56.87653, -0.39385 56.87653, -0.39385 56.87653))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_54'^^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/4842__1150_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.81348 -0.35346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.81348"^^xsd:decimal ;
  dwc:decimalLongitude "-0.35346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_55'^^xsd: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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.071944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.35346'^^xsd:double;
  dwc:startLongitude '-0.35346'^^xsd:double;
  dwc:endLongitude '-0.35346'^^xsd:double;
  dwc:latitude '56.81348'^^xsd:double;
  dwc:startLatitude '56.81348'^^xsd:double;
  dwc:endLatitude '56.81348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.35346 56.81348, -0.35346 56.81348, -0.35346 56.81348, -0.35346 56.81348, -0.35346 56.81348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_55'^^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/4842__1150_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.79778 -0.34442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.79778"^^xsd:decimal ;
  dwc:decimalLongitude "-0.34442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_56'^^xsd: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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.175833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.34442'^^xsd:double;
  dwc:startLongitude '-0.34442'^^xsd:double;
  dwc:endLongitude '-0.34442'^^xsd:double;
  dwc:latitude '56.79778'^^xsd:double;
  dwc:startLatitude '56.79778'^^xsd:double;
  dwc:endLatitude '56.79778'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.34442 56.79778, -0.34442 56.79778, -0.34442 56.79778, -0.34442 56.79778, -0.34442 56.79778))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_56'^^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/4842__1150_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44 -0.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.44"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.44 -0.32)"^^geo:wktLiteral ;
  geo-pos:lat "54.44"^^xsd:decimal ;
  geo-pos:long "-0.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.743055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.32'^^xsd:double;
  dwc:startLongitude '-0.32'^^xsd:double;
  dwc:endLongitude '-0.32'^^xsd:double;
  dwc:latitude '54.44'^^xsd:double;
  dwc:startLatitude '54.44'^^xsd:double;
  dwc:endLatitude '54.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.32 54.44, -0.32 54.44, -0.32 54.44, -0.32 54.44, -0.32 54.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 '1150_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/4842__1150_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.84"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.32)"^^geo:wktLiteral ;
  geo-pos:lat "58.84"^^xsd:decimal ;
  geo-pos:long "-0.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.8144444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.32'^^xsd:double;
  dwc:startLongitude '-0.32'^^xsd:double;
  dwc:endLongitude '-0.32'^^xsd:double;
  dwc:latitude '58.84'^^xsd:double;
  dwc:startLatitude '58.84'^^xsd:double;
  dwc:endLatitude '58.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.32 58.84, -0.32 58.84, -0.32 58.84, -0.32 58.84, -0.32 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 '1150_733'^^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/4842__1150_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.21 -0.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.21"^^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/4842__1150_752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.21 -0.31)"^^geo:wktLiteral ;
  geo-pos:lat "60.21"^^xsd:decimal ;
  geo-pos:long "-0.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_752'^^xsd: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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.9952777777778'^^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 '60.21'^^xsd:double;
  dwc:startLatitude '60.21'^^xsd:double;
  dwc:endLatitude '60.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.31 60.21, -0.31 60.21, -0.31 60.21, -0.31 60.21, -0.31 60.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 '1150_752'^^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/4842__1150_734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_734> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.84"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.84 -0.3)"^^geo:wktLiteral ;
  geo-pos:lat "58.84"^^xsd:decimal ;
  geo-pos:long "-0.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.8913888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.3'^^xsd:double;
  dwc:startLongitude '-0.3'^^xsd:double;
  dwc:endLongitude '-0.3'^^xsd:double;
  dwc:latitude '58.84'^^xsd:double;
  dwc:startLatitude '58.84'^^xsd:double;
  dwc:endLatitude '58.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.3 58.84, -0.3 58.84, -0.3 58.84, -0.3 58.84, -0.3 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 '1150_734'^^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/4842__1150_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -0.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.85"^^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/4842__1150_735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -0.26)"^^geo:wktLiteral ;
  geo-pos:lat "58.85"^^xsd:decimal ;
  geo-pos:long "-0.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.0088888888889'^^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 '58.85'^^xsd:double;
  dwc:startLatitude '58.85'^^xsd:double;
  dwc:endLatitude '58.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.26 58.85, -0.26 58.85, -0.26 58.85, -0.26 58.85, -0.26 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 '1150_735'^^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/4842__1150_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -0.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.85"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.85 -0.25)"^^geo:wktLiteral ;
  geo-pos:lat "58.85"^^xsd:decimal ;
  geo-pos:long "-0.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.0577777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.25'^^xsd:double;
  dwc:startLongitude '-0.25'^^xsd:double;
  dwc:endLongitude '-0.25'^^xsd:double;
  dwc:latitude '58.85'^^xsd:double;
  dwc:startLatitude '58.85'^^xsd:double;
  dwc:endLatitude '58.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.25 58.85, -0.25 58.85, -0.25 58.85, -0.25 58.85, -0.25 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 '1150_736'^^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/4842__1150_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 -0.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.86"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 -0.22)"^^geo:wktLiteral ;
  geo-pos:lat "58.86"^^xsd:decimal ;
  geo-pos:long "-0.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.1402777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.22'^^xsd:double;
  dwc:startLongitude '-0.22'^^xsd:double;
  dwc:endLongitude '-0.22'^^xsd:double;
  dwc:latitude '58.86'^^xsd:double;
  dwc:startLatitude '58.86'^^xsd:double;
  dwc:endLatitude '58.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.22 58.86, -0.22 58.86, -0.22 58.86, -0.22 58.86, -0.22 58.86))'^^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 '1150_737'^^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/4842__1150_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 -0.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.86"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.86 -0.19)"^^geo:wktLiteral ;
  geo-pos:lat "58.86"^^xsd:decimal ;
  geo-pos:long "-0.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.2641666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.19'^^xsd:double;
  dwc:startLongitude '-0.19'^^xsd:double;
  dwc:endLongitude '-0.19'^^xsd:double;
  dwc:latitude '58.86'^^xsd:double;
  dwc:startLatitude '58.86'^^xsd:double;
  dwc:endLatitude '58.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.19 58.86, -0.19 58.86, -0.19 58.86, -0.19 58.86, -0.19 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 '1150_738'^^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/4842__1150_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_739> ;
  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/4842__1150_739>
  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/4842__1150_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.3494444444444'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_739'^^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/4842__1150_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.87 -0.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.87"^^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/4842__1150_740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.87 -0.15)"^^geo:wktLiteral ;
  geo-pos:lat "58.87"^^xsd:decimal ;
  geo-pos:long "-0.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.3947222222222'^^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 '58.87'^^xsd:double;
  dwc:startLatitude '58.87'^^xsd:double;
  dwc:endLatitude '58.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.15 58.87, -0.15 58.87, -0.15 58.87, -0.15 58.87, -0.15 58.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 '1150_740'^^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/4842__1150_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.87 -0.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.87"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.87 -0.13)"^^geo:wktLiteral ;
  geo-pos:lat "58.87"^^xsd:decimal ;
  geo-pos:long "-0.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.4327777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.13'^^xsd:double;
  dwc:startLongitude '-0.13'^^xsd:double;
  dwc:endLongitude '-0.13'^^xsd:double;
  dwc:latitude '58.87'^^xsd:double;
  dwc:startLatitude '58.87'^^xsd:double;
  dwc:endLatitude '58.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.13 58.87, -0.13 58.87, -0.13 58.87, -0.13 58.87, -0.13 58.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 '1150_741'^^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/4842__1150_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.03819 -0.12071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.03819"^^xsd:decimal ;
  dwc:decimalLongitude "-0.12071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_72'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.333611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.12071'^^xsd:double;
  dwc:startLongitude '-0.12071'^^xsd:double;
  dwc:endLongitude '-0.12071'^^xsd:double;
  dwc:latitude '58.03819'^^xsd:double;
  dwc:startLatitude '58.03819'^^xsd:double;
  dwc:endLatitude '58.03819'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.12071 58.03819, -0.12071 58.03819, -0.12071 58.03819, -0.12071 58.03819, -0.12071 58.03819))'^^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 '1150_72'^^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/4842__1150_742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.87 -0.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.87"^^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/4842__1150_742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.87 -0.12)"^^geo:wktLiteral ;
  geo-pos:lat "58.87"^^xsd:decimal ;
  geo-pos:long "-0.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_742'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.4802777777778'^^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 '58.87'^^xsd:double;
  dwc:startLatitude '58.87'^^xsd:double;
  dwc:endLatitude '58.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.12 58.87, -0.12 58.87, -0.12 58.87, -0.12 58.87, -0.12 58.87))'^^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 '1150_742'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.17 -0.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.17"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.17 -0.09)"^^geo:wktLiteral ;
  geo-pos:lat "59.17"^^xsd:decimal ;
  geo-pos:long "-0.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_819'^^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 '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.784166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.09'^^xsd:double;
  dwc:startLongitude '-0.09'^^xsd:double;
  dwc:endLongitude '-0.09'^^xsd:double;
  dwc:latitude '59.17'^^xsd:double;
  dwc:startLatitude '59.17'^^xsd:double;
  dwc:endLatitude '59.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.09 59.17, -0.09 59.17, -0.09 59.17, -0.09 59.17, -0.09 59.17))'^^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 '1150_819'^^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/4842__1150_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.18 -0.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.18"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.18 -0.09)"^^geo:wktLiteral ;
  geo-pos:lat "60.18"^^xsd:decimal ;
  geo-pos:long "-0.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_751'^^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 '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.3583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.09'^^xsd:double;
  dwc:startLongitude '-0.09'^^xsd:double;
  dwc:endLongitude '-0.09'^^xsd:double;
  dwc:latitude '60.18'^^xsd:double;
  dwc:startLatitude '60.18'^^xsd:double;
  dwc:endLatitude '60.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.09 60.18, -0.09 60.18, -0.09 60.18, -0.09 60.18, -0.09 60.18))'^^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 '1150_751'^^xsd:string;
  dwc:observationDate '2005-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.94817 -0.0671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.94817"^^xsd:decimal ;
  dwc:decimalLongitude "-0.0671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_71'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.741666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.0671'^^xsd:double;
  dwc:startLongitude '-0.0671'^^xsd:double;
  dwc:endLongitude '-0.0671'^^xsd:double;
  dwc:latitude '57.94817'^^xsd:double;
  dwc:startLatitude '57.94817'^^xsd:double;
  dwc:endLatitude '57.94817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.0671 57.94817, -0.0671 57.94817, -0.0671 57.94817, -0.0671 57.94817, -0.0671 57.94817))'^^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 '1150_71'^^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/4842__1150_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.92419 -0.05278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.92419"^^xsd:decimal ;
  dwc:decimalLongitude "-0.05278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_70'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.584444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.05278'^^xsd:double;
  dwc:startLongitude '-0.05278'^^xsd:double;
  dwc:endLongitude '-0.05278'^^xsd:double;
  dwc:latitude '57.92419'^^xsd:double;
  dwc:startLatitude '57.92419'^^xsd:double;
  dwc:endLatitude '57.92419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.05278 57.92419, -0.05278 57.92419, -0.05278 57.92419, -0.05278 57.92419, -0.05278 57.92419))'^^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 '1150_70'^^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/4842__1150_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.88 -0.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.88"^^xsd:decimal ;
  dwc:decimalLongitude "-0.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/4842__1150_743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.88 -0.04)"^^geo:wktLiteral ;
  geo-pos:lat "58.88"^^xsd:decimal ;
  geo-pos:long "-0.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.7369444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.04'^^xsd:double;
  dwc:startLongitude '-0.04'^^xsd:double;
  dwc:endLongitude '-0.04'^^xsd:double;
  dwc:latitude '58.88'^^xsd:double;
  dwc:startLatitude '58.88'^^xsd:double;
  dwc:endLatitude '58.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.04 58.88, -0.04 58.88, -0.04 58.88, -0.04 58.88, -0.04 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 '1150_743'^^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/4842__1150_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.89697 -0.03687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.89697"^^xsd:decimal ;
  dwc:decimalLongitude "-0.03687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_69'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.406388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.03687'^^xsd:double;
  dwc:startLongitude '-0.03687'^^xsd:double;
  dwc:endLongitude '-0.03687'^^xsd:double;
  dwc:latitude '57.89697'^^xsd:double;
  dwc:startLatitude '57.89697'^^xsd:double;
  dwc:endLatitude '57.89697'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.03687 57.89697, -0.03687 57.89697, -0.03687 57.89697, -0.03687 57.89697, -0.03687 57.89697))'^^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 '1150_69'^^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/4842__1150_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88451 -0.02993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88451"^^xsd:decimal ;
  dwc:decimalLongitude "-0.02993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.325833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.02993'^^xsd:double;
  dwc:startLongitude '-0.02993'^^xsd:double;
  dwc:endLongitude '-0.02993'^^xsd:double;
  dwc:latitude '57.88451'^^xsd:double;
  dwc:startLatitude '57.88451'^^xsd:double;
  dwc:endLatitude '57.88451'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.02993 57.88451, -0.02993 57.88451, -0.02993 57.88451, -0.02993 57.88451, -0.02993 57.88451))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_68'^^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/4842__1150_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.26967 -0.02807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.26967"^^xsd:decimal ;
  dwc:decimalLongitude "-0.02807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_57'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.603333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '-0.02807'^^xsd:double;
  dwc:startLongitude '-0.02807'^^xsd:double;
  dwc:endLongitude '-0.02807'^^xsd:double;
  dwc:latitude '56.26967'^^xsd:double;
  dwc:startLatitude '56.26967'^^xsd:double;
  dwc:endLatitude '56.26967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.02807 56.26967, -0.02807 56.26967, -0.02807 56.26967, -0.02807 56.26967, -0.02807 56.26967))'^^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 '1150_57'^^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/4842__1150_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.20959 0.00651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.20959"^^xsd:decimal ;
  dwc:decimalLongitude "0.00651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.984444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.00651'^^xsd:double;
  dwc:startLongitude '0.00651'^^xsd:double;
  dwc:endLongitude '0.00651'^^xsd:double;
  dwc:latitude '56.20959'^^xsd:double;
  dwc:startLatitude '56.20959'^^xsd:double;
  dwc:endLatitude '56.20959'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.00651 56.20959, 0.00651 56.20959, 0.00651 56.20959, 0.00651 56.20959, 0.00651 56.20959))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_58'^^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/4842__1150_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16605 0.03264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.16605"^^xsd:decimal ;
  dwc:decimalLongitude "0.03264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_59'^^xsd: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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.261111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.03264'^^xsd:double;
  dwc:startLongitude '0.03264'^^xsd:double;
  dwc:endLongitude '0.03264'^^xsd:double;
  dwc:latitude '56.16605'^^xsd:double;
  dwc:startLatitude '56.16605'^^xsd:double;
  dwc:endLatitude '56.16605'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.03264 56.16605, 0.03264 56.16605, 0.03264 56.16605, 0.03264 56.16605, 0.03264 56.16605))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_59'^^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/4842__1150_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15871 0.03729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.15871"^^xsd:decimal ;
  dwc:decimalLongitude "0.03729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_60'^^xsd: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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.307777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.03729'^^xsd:double;
  dwc:startLongitude '0.03729'^^xsd:double;
  dwc:endLongitude '0.03729'^^xsd:double;
  dwc:latitude '56.15871'^^xsd:double;
  dwc:startLatitude '56.15871'^^xsd:double;
  dwc:endLatitude '56.15871'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.03729 56.15871, 0.03729 56.15871, 0.03729 56.15871, 0.03729 56.15871, 0.03729 56.15871))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_60'^^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/4842__1150_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.84 0.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.84"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.84 0.04)"^^geo:wktLiteral ;
  geo-pos:lat "60.84"^^xsd:decimal ;
  geo-pos:long "0.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_814'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.0088888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.04'^^xsd:double;
  dwc:startLongitude '0.04'^^xsd:double;
  dwc:endLongitude '0.04'^^xsd:double;
  dwc:latitude '60.84'^^xsd:double;
  dwc:startLatitude '60.84'^^xsd:double;
  dwc:endLatitude '60.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.04 60.84, 0.04 60.84, 0.04 60.84, 0.04 60.84, 0.04 60.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 '1150_814'^^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/4842__1150_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.72964 0.06288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.72964"^^xsd:decimal ;
  dwc:decimalLongitude "0.06288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_67'^^xsd: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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.330555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.06288'^^xsd:double;
  dwc:startLongitude '0.06288'^^xsd:double;
  dwc:endLongitude '0.06288'^^xsd:double;
  dwc:latitude '57.72964'^^xsd:double;
  dwc:startLatitude '57.72964'^^xsd:double;
  dwc:endLatitude '57.72964'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.06288 57.72964, 0.06288 57.72964, 0.06288 57.72964, 0.06288 57.72964, 0.06288 57.72964))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_67'^^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/4842__1150_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.85 0.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.85"^^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/4842__1150_813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.85 0.07)"^^geo:wktLiteral ;
  geo-pos:lat "60.85"^^xsd:decimal ;
  geo-pos:long "0.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_813'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.9366666666667'^^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.85'^^xsd:double;
  dwc:startLatitude '60.85'^^xsd:double;
  dwc:endLatitude '60.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.07 60.85, 0.07 60.85, 0.07 60.85, 0.07 60.85, 0.07 60.85))'^^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 '1150_813'^^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/4842__1150_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 0.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 0.09)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "0.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.6416666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.09'^^xsd:double;
  dwc:startLongitude '0.09'^^xsd:double;
  dwc:endLongitude '0.09'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:startLatitude '60.56'^^xsd:double;
  dwc:endLatitude '60.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.09 60.56, 0.09 60.56, 0.09 60.56, 0.09 60.56, 0.09 60.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 '1150_753'^^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/4842__1150_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.68058 0.09133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.68058"^^xsd:decimal ;
  dwc:decimalLongitude "0.09133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.024722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.09133'^^xsd:double;
  dwc:startLongitude '0.09133'^^xsd:double;
  dwc:endLongitude '0.09133'^^xsd:double;
  dwc:latitude '57.68058'^^xsd:double;
  dwc:startLatitude '57.68058'^^xsd:double;
  dwc:endLatitude '57.68058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.09133 57.68058, 0.09133 57.68058, 0.09133 57.68058, 0.09133 57.68058, 0.09133 57.68058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_66'^^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/4842__1150_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_678> ;
  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/4842__1150_678>
  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/4842__1150_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_678'^^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 '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.993888888889'^^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 "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1150_678'^^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/4842__1150_679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_679> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 0.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.65"^^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/4842__1150_679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 0.2)"^^geo:wktLiteral ;
  geo-pos:lat "53.65"^^xsd:decimal ;
  geo-pos:long "0.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.434166666667'^^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 '53.65'^^xsd:double;
  dwc:startLatitude '53.65'^^xsd:double;
  dwc:endLatitude '53.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.2 53.65, 0.2 53.65, 0.2 53.65, 0.2 53.65, 0.2 53.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 '1150_679'^^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/4842__1150_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.62 0.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.62"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.62 0.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.62"^^xsd:decimal ;
  geo-pos:long "0.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '21'^^xsd:integer;
  dwc:collectorNumber '1150_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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.64'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.22'^^xsd:double;
  dwc:startLongitude '0.22'^^xsd:double;
  dwc:endLongitude '0.22'^^xsd:double;
  dwc:latitude '53.62'^^xsd:double;
  dwc:startLatitude '53.62'^^xsd:double;
  dwc:endLatitude '53.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.22 53.62, 0.22 53.62, 0.22 53.62, 0.22 53.62, 0.22 53.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 '1150_680'^^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/4842__1150_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.91 0.2249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.91"^^xsd:decimal ;
  dwc:decimalLongitude "0.2249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_61'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.22'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.2249'^^xsd:double;
  dwc:startLongitude '0.2249'^^xsd:double;
  dwc:endLongitude '0.2249'^^xsd:double;
  dwc:latitude '55.91'^^xsd:double;
  dwc:startLatitude '55.91'^^xsd:double;
  dwc:endLatitude '55.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.2249 55.91, 0.2249 55.91, 0.2249 55.91, 0.2249 55.91, 0.2249 55.91))'^^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 '1150_61'^^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/4842__1150_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.24 0.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.24"^^xsd:decimal ;
  dwc:decimalLongitude "0.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_818'^^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 '24'^^xsd:integer;
  dwc:collectorNumber '1150_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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.478333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.37'^^xsd:double;
  dwc:startLongitude '0.37'^^xsd:double;
  dwc:endLongitude '0.37'^^xsd:double;
  dwc:latitude '59.24'^^xsd:double;
  dwc:startLatitude '59.24'^^xsd:double;
  dwc:endLatitude '59.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.37 59.24, 0.37 59.24, 0.37 59.24, 0.37 59.24, 0.37 59.24))'^^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 '1150_818'^^xsd:string;
  dwc:observationDate '2005-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1571853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.18336 0.38729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.18336"^^xsd:decimal ;
  dwc:decimalLongitude "0.38729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_65'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.183055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.38729'^^xsd:double;
  dwc:startLongitude '0.38729'^^xsd:double;
  dwc:endLongitude '0.38729'^^xsd:double;
  dwc:latitude '57.18336'^^xsd:double;
  dwc:startLatitude '57.18336'^^xsd:double;
  dwc:endLatitude '57.18336'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.38729 57.18336, 0.38729 57.18336, 0.38729 57.18336, 0.38729 57.18336, 0.38729 57.18336))'^^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 '1150_65'^^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/4842__1150_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.08 0.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.08"^^xsd:decimal ;
  dwc:decimalLongitude "0.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_750'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.803333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.5'^^xsd:double;
  dwc:startLongitude '0.5'^^xsd:double;
  dwc:endLongitude '0.5'^^xsd:double;
  dwc:latitude '60.08'^^xsd:double;
  dwc:startLatitude '60.08'^^xsd:double;
  dwc:endLatitude '60.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.5 60.08, 0.5 60.08, 0.5 60.08, 0.5 60.08, 0.5 60.08))'^^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 '1150_750'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.99 0.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.99"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.99 0.56)"^^geo:wktLiteral ;
  geo-pos:lat "61.99"^^xsd:decimal ;
  geo-pos:long "0.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.9283333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.56'^^xsd:double;
  dwc:startLongitude '0.56'^^xsd:double;
  dwc:endLongitude '0.56'^^xsd:double;
  dwc:latitude '61.99'^^xsd:double;
  dwc:startLatitude '61.99'^^xsd:double;
  dwc:endLatitude '61.99'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.56 61.99, 0.56 61.99, 0.56 61.99, 0.56 61.99, 0.56 61.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 '1150_782'^^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/4842__1150_783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_783> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 0.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.98"^^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/4842__1150_783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 0.57)"^^geo:wktLiteral ;
  geo-pos:lat "61.98"^^xsd:decimal ;
  geo-pos:long "0.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.9583333333333'^^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 '61.98'^^xsd:double;
  dwc:startLatitude '61.98'^^xsd:double;
  dwc:endLatitude '61.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.57 61.98, 0.57 61.98, 0.57 61.98, 0.57 61.98, 0.57 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 '1150_783'^^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/4842__1150_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 0.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.98"^^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/4842__1150_784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 0.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.98"^^xsd:decimal ;
  geo-pos:long "0.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_784'^^xsd: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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.9872222222222'^^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 '61.98'^^xsd:double;
  dwc:startLatitude '61.98'^^xsd:double;
  dwc:endLatitude '61.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.58 61.98, 0.58 61.98, 0.58 61.98, 0.58 61.98, 0.58 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 '1150_784'^^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/4842__1150_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4713 0.58529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4713"^^xsd:decimal ;
  dwc:decimalLongitude "0.58529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_62'^^xsd:string;
  dwc:scientificName 'Cetacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^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 '0.58529'^^xsd:double;
  dwc:startLongitude '0.58529'^^xsd:double;
  dwc:endLongitude '0.58529'^^xsd:double;
  dwc:latitude '56.4713'^^xsd:double;
  dwc:startLatitude '56.4713'^^xsd:double;
  dwc:endLatitude '56.4713'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.58529 56.4713, 0.58529 56.4713, 0.58529 56.4713, 0.58529 56.4713, 0.58529 56.4713))'^^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 '1150_62'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.48035 0.59122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.48035"^^xsd:decimal ;
  dwc:decimalLongitude "0.59122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_63'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.7352777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.59122'^^xsd:double;
  dwc:startLongitude '0.59122'^^xsd:double;
  dwc:endLongitude '0.59122'^^xsd:double;
  dwc:latitude '56.48035'^^xsd:double;
  dwc:startLatitude '56.48035'^^xsd:double;
  dwc:endLatitude '56.48035'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.59122 56.48035, 0.59122 56.48035, 0.59122 56.48035, 0.59122 56.48035, 0.59122 56.48035))'^^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 '1150_63'^^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/4842__1150_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.48495 0.59429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.48495"^^xsd:decimal ;
  dwc:decimalLongitude "0.59429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_64'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.765'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.59429'^^xsd:double;
  dwc:startLongitude '0.59429'^^xsd:double;
  dwc:endLongitude '0.59429'^^xsd:double;
  dwc:latitude '56.48495'^^xsd:double;
  dwc:startLatitude '56.48495'^^xsd:double;
  dwc:endLatitude '56.48495'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.59429 56.48495, 0.59429 56.48495, 0.59429 56.48495, 0.59429 56.48495, 0.59429 56.48495))'^^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 '1150_64'^^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/4842__1150_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 0.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.64"^^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/4842__1150_754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 0.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.64"^^xsd:decimal ;
  geo-pos:long "0.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_754'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.21'^^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 '60.64'^^xsd:double;
  dwc:startLatitude '60.64'^^xsd:double;
  dwc:endLatitude '60.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.61 60.64, 0.61 60.64, 0.61 60.64, 0.61 60.64, 0.61 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 '1150_754'^^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/4842__1150_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_785> ;
  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/4842__1150_785>
  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/4842__1150_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_785'^^xsd: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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.067777777778'^^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 '1150_785'^^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/4842__1150_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.97 0.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.97"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.97 0.62)"^^geo:wktLiteral ;
  geo-pos:lat "61.97"^^xsd:decimal ;
  geo-pos:long "0.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_786'^^xsd: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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.104722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.62'^^xsd:double;
  dwc:startLongitude '0.62'^^xsd:double;
  dwc:endLongitude '0.62'^^xsd:double;
  dwc:latitude '61.97'^^xsd:double;
  dwc:startLatitude '61.97'^^xsd:double;
  dwc:endLatitude '61.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.62 61.97, 0.62 61.97, 0.62 61.97, 0.62 61.97, 0.62 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 '1150_786'^^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/4842__1150_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 0.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.64"^^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/4842__1150_755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 0.63)"^^geo:wktLiteral ;
  geo-pos:lat "60.64"^^xsd:decimal ;
  geo-pos:long "0.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_755'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.265'^^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 '60.64'^^xsd:double;
  dwc:startLatitude '60.64'^^xsd:double;
  dwc:endLatitude '60.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.63 60.64, 0.63 60.64, 0.63 60.64, 0.63 60.64, 0.63 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 '1150_755'^^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/4842__1150_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^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/4842__1150_756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.64)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "0.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_756'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.3052777777778'^^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 '60.65'^^xsd:double;
  dwc:startLatitude '60.65'^^xsd:double;
  dwc:endLatitude '60.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.64 60.65, 0.64 60.65, 0.64 60.65, 0.64 60.65, 0.64 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 '1150_756'^^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/4842__1150_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.66)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "0.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_757'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.3511111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.66'^^xsd:double;
  dwc:startLongitude '0.66'^^xsd:double;
  dwc:endLongitude '0.66'^^xsd:double;
  dwc:latitude '60.65'^^xsd:double;
  dwc:startLatitude '60.65'^^xsd:double;
  dwc:endLatitude '60.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.66 60.65, 0.66 60.65, 0.66 60.65, 0.66 60.65, 0.66 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 '1150_757'^^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/4842__1150_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.66)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "0.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_758'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.375'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.66'^^xsd:double;
  dwc:startLongitude '0.66'^^xsd:double;
  dwc:endLongitude '0.66'^^xsd:double;
  dwc:latitude '60.65'^^xsd:double;
  dwc:startLatitude '60.65'^^xsd:double;
  dwc:endLatitude '60.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.66 60.65, 0.66 60.65, 0.66 60.65, 0.66 60.65, 0.66 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 '1150_758'^^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/4842__1150_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.67)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "0.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_759'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.385'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.67'^^xsd:double;
  dwc:startLongitude '0.67'^^xsd:double;
  dwc:endLongitude '0.67'^^xsd:double;
  dwc:latitude '60.65'^^xsd:double;
  dwc:startLatitude '60.65'^^xsd:double;
  dwc:endLatitude '60.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.67 60.65, 0.67 60.65, 0.67 60.65, 0.67 60.65, 0.67 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 '1150_759'^^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/4842__1150_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^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/4842__1150_760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 0.68)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "0.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_760'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.4305555555556'^^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 '60.65'^^xsd:double;
  dwc:startLatitude '60.65'^^xsd:double;
  dwc:endLatitude '60.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.68 60.65, 0.68 60.65, 0.68 60.65, 0.68 60.65, 0.68 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 '1150_760'^^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/4842__1150_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "0.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_761'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.5008333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.7'^^xsd:double;
  dwc:startLongitude '0.7'^^xsd:double;
  dwc:endLongitude '0.7'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:startLatitude '60.66'^^xsd:double;
  dwc:endLatitude '60.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.7 60.66, 0.7 60.66, 0.7 60.66, 0.7 60.66, 0.7 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 '1150_761'^^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/4842__1150_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.72)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "0.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_762'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.5366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.72'^^xsd:double;
  dwc:startLongitude '0.72'^^xsd:double;
  dwc:endLongitude '0.72'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:startLatitude '60.66'^^xsd:double;
  dwc:endLatitude '60.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.72 60.66, 0.72 60.66, 0.72 60.66, 0.72 60.66, 0.72 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 '1150_762'^^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/4842__1150_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6255 0.7208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6255"^^xsd:decimal ;
  dwc:decimalLongitude "0.7208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_106'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.738333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.7208'^^xsd:double;
  dwc:startLongitude '0.7208'^^xsd:double;
  dwc:endLongitude '0.7208'^^xsd:double;
  dwc:latitude '56.6255'^^xsd:double;
  dwc:startLatitude '56.6255'^^xsd:double;
  dwc:endLatitude '56.6255'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.7208 56.6255, 0.7208 56.6255, 0.7208 56.6255, 0.7208 56.6255, 0.7208 56.6255))'^^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 '1150_106'^^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/4842__1150_764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_764> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.73)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "0.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_764'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.5922222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.73'^^xsd:double;
  dwc:startLongitude '0.73'^^xsd:double;
  dwc:endLongitude '0.73'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:startLatitude '60.66'^^xsd:double;
  dwc:endLatitude '60.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.73 60.66, 0.73 60.66, 0.73 60.66, 0.73 60.66, 0.73 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 '1150_764'^^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/4842__1150_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.73)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "0.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_763'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.5733333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.73'^^xsd:double;
  dwc:startLongitude '0.73'^^xsd:double;
  dwc:endLongitude '0.73'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:startLatitude '60.66'^^xsd:double;
  dwc:endLatitude '60.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.73 60.66, 0.73 60.66, 0.73 60.66, 0.73 60.66, 0.73 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 '1150_763'^^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/4842__1150_766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_766> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_766> ;
  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/4842__1150_766>
  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/4842__1150_766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_766'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.6202777777778'^^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 '1150_766'^^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/4842__1150_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_765> ;
  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/4842__1150_765>
  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/4842__1150_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_765'^^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 '1150_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 '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 '1150_765'^^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/4842__1150_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.95 0.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.95"^^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/4842__1150_788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.95 0.74)"^^geo:wktLiteral ;
  geo-pos:lat "61.95"^^xsd:decimal ;
  geo-pos:long "0.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.441388888889'^^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 '61.95'^^xsd:double;
  dwc:startLatitude '61.95'^^xsd:double;
  dwc:endLatitude '61.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.74 61.95, 0.74 61.95, 0.74 61.95, 0.74 61.95, 0.74 61.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 '1150_788'^^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/4842__1150_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.95 0.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.95"^^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/4842__1150_787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.95 0.74)"^^geo:wktLiteral ;
  geo-pos:lat "61.95"^^xsd:decimal ;
  geo-pos:long "0.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.422777777778'^^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 '61.95'^^xsd:double;
  dwc:startLatitude '61.95'^^xsd:double;
  dwc:endLatitude '61.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.74 61.95, 0.74 61.95, 0.74 61.95, 0.74 61.95, 0.74 61.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 '1150_787'^^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/4842__1150_767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_767> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 0.75)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "0.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_767'^^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 '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.6286111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.75'^^xsd:double;
  dwc:startLongitude '0.75'^^xsd:double;
  dwc:endLongitude '0.75'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:startLatitude '60.66'^^xsd:double;
  dwc:endLatitude '60.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.75 60.66, 0.75 60.66, 0.75 60.66, 0.75 60.66, 0.75 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 '1150_767'^^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/4842__1150_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 0.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.25"^^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/4842__1150_677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.25 0.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.25"^^xsd:decimal ;
  geo-pos:long "0.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.860833333333'^^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 '54.25'^^xsd:double;
  dwc:startLatitude '54.25'^^xsd:double;
  dwc:endLatitude '54.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.78 54.25, 0.78 54.25, 0.78 54.25, 0.78 54.25, 0.78 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 '1150_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/4842__1150_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_676> ;
  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/4842__1150_676>
  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/4842__1150_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.505277777778'^^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 '1150_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/4842__1150_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.45173 0.82014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.45173"^^xsd:decimal ;
  dwc:decimalLongitude "0.82014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_119'^^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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.8555555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.82014'^^xsd:double;
  dwc:startLongitude '0.82014'^^xsd:double;
  dwc:endLongitude '0.82014'^^xsd:double;
  dwc:latitude '56.45173'^^xsd:double;
  dwc:startLatitude '56.45173'^^xsd:double;
  dwc:endLatitude '56.45173'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.82014 56.45173, 0.82014 56.45173, 0.82014 56.45173, 0.82014 56.45173, 0.82014 56.45173))'^^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 '1150_119'^^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/4842__1150_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.44467 0.82406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.44467"^^xsd:decimal ;
  dwc:decimalLongitude "0.82406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_120'^^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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.8975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.82406'^^xsd:double;
  dwc:startLongitude '0.82406'^^xsd:double;
  dwc:endLongitude '0.82406'^^xsd:double;
  dwc:latitude '56.44467'^^xsd:double;
  dwc:startLatitude '56.44467'^^xsd:double;
  dwc:endLatitude '56.44467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.82406 56.44467, 0.82406 56.44467, 0.82406 56.44467, 0.82406 56.44467, 0.82406 56.44467))'^^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 '1150_120'^^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/4842__1150_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43415 0.8299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43415"^^xsd:decimal ;
  dwc:decimalLongitude "0.8299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_121'^^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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.9597222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.8299'^^xsd:double;
  dwc:startLongitude '0.8299'^^xsd:double;
  dwc:endLongitude '0.8299'^^xsd:double;
  dwc:latitude '56.43415'^^xsd:double;
  dwc:startLatitude '56.43415'^^xsd:double;
  dwc:endLatitude '56.43415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.8299 56.43415, 0.8299 56.43415, 0.8299 56.43415, 0.8299 56.43415, 0.8299 56.43415))'^^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 '1150_121'^^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/4842__1150_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19 0.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.19"^^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/4842__1150_675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.19 0.83)"^^geo:wktLiteral ;
  geo-pos:lat "54.19"^^xsd:decimal ;
  geo-pos:long "0.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_675'^^xsd: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 '1150_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 '14.426666666667'^^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 '54.19'^^xsd:double;
  dwc:startLatitude '54.19'^^xsd:double;
  dwc:endLatitude '54.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.83 54.19, 0.83 54.19, 0.83 54.19, 0.83 54.19, 0.83 54.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 '1150_675'^^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/4842__1150_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.42486 0.83518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.42486"^^xsd:decimal ;
  dwc:decimalLongitude "0.83518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_122'^^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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.0155555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.83518'^^xsd:double;
  dwc:startLongitude '0.83518'^^xsd:double;
  dwc:endLongitude '0.83518'^^xsd:double;
  dwc:latitude '56.42486'^^xsd:double;
  dwc:startLatitude '56.42486'^^xsd:double;
  dwc:endLatitude '56.42486'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.83518 56.42486, 0.83518 56.42486, 0.83518 56.42486, 0.83518 56.42486, 0.83518 56.42486))'^^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 '1150_122'^^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/4842__1150_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.40168 0.84824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.40168"^^xsd:decimal ;
  dwc:decimalLongitude "0.84824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_123'^^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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.1533333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.84824'^^xsd:double;
  dwc:startLongitude '0.84824'^^xsd:double;
  dwc:endLongitude '0.84824'^^xsd:double;
  dwc:latitude '56.40168'^^xsd:double;
  dwc:startLatitude '56.40168'^^xsd:double;
  dwc:endLatitude '56.40168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.84824 56.40168, 0.84824 56.40168, 0.84824 56.40168, 0.84824 56.40168, 0.84824 56.40168))'^^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 '1150_123'^^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/4842__1150_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 0.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.15"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.15 0.85)"^^geo:wktLiteral ;
  geo-pos:lat "54.15"^^xsd:decimal ;
  geo-pos:long "0.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.136944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.85'^^xsd:double;
  dwc:startLongitude '0.85'^^xsd:double;
  dwc:endLongitude '0.85'^^xsd:double;
  dwc:latitude '54.15'^^xsd:double;
  dwc:startLatitude '54.15'^^xsd:double;
  dwc:endLatitude '54.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.85 54.15, 0.85 54.15, 0.85 54.15, 0.85 54.15, 0.85 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 '1150_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/4842__1150_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.87634 0.85392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.87634"^^xsd:decimal ;
  dwc:decimalLongitude "0.85392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_105'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.183888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.85392'^^xsd:double;
  dwc:startLongitude '0.85392'^^xsd:double;
  dwc:endLongitude '0.85392'^^xsd:double;
  dwc:latitude '56.87634'^^xsd:double;
  dwc:startLatitude '56.87634'^^xsd:double;
  dwc:endLatitude '56.87634'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.85392 56.87634, 0.85392 56.87634, 0.85392 56.87634, 0.85392 56.87634, 0.85392 56.87634))'^^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 '1150_105'^^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/4842__1150_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38975 0.85476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.38975"^^xsd:decimal ;
  dwc:decimalLongitude "0.85476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_124'^^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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.2241666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.85476'^^xsd:double;
  dwc:startLongitude '0.85476'^^xsd:double;
  dwc:endLongitude '0.85476'^^xsd:double;
  dwc:latitude '56.38975'^^xsd:double;
  dwc:startLatitude '56.38975'^^xsd:double;
  dwc:endLatitude '56.38975'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.85476 56.38975, 0.85476 56.38975, 0.85476 56.38975, 0.85476 56.38975, 0.85476 56.38975))'^^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 '1150_124'^^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/4842__1150_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.37262 0.86506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.37262"^^xsd:decimal ;
  dwc:decimalLongitude "0.86506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_125'^^xsd: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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.3266666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.86506'^^xsd:double;
  dwc:startLongitude '0.86506'^^xsd:double;
  dwc:endLongitude '0.86506'^^xsd:double;
  dwc:latitude '56.37262'^^xsd:double;
  dwc:startLatitude '56.37262'^^xsd:double;
  dwc:endLatitude '56.37262'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.86506 56.37262, 0.86506 56.37262, 0.86506 56.37262, 0.86506 56.37262, 0.86506 56.37262))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_125'^^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/4842__1150_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.36525 0.86983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.36525"^^xsd:decimal ;
  dwc:decimalLongitude "0.86983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '28'^^xsd:integer;
  dwc:collectorNumber '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.3711111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.86983'^^xsd:double;
  dwc:startLongitude '0.86983'^^xsd:double;
  dwc:endLongitude '0.86983'^^xsd:double;
  dwc:latitude '56.36525'^^xsd:double;
  dwc:startLatitude '56.36525'^^xsd:double;
  dwc:endLatitude '56.36525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.86983 56.36525, 0.86983 56.36525, 0.86983 56.36525, 0.86983 56.36525, 0.86983 56.36525))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_126'^^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/4842__1150_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 0.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.12"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 0.87)"^^geo:wktLiteral ;
  geo-pos:lat "54.12"^^xsd:decimal ;
  geo-pos:long "0.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '13.935277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.87'^^xsd:double;
  dwc:startLongitude '0.87'^^xsd:double;
  dwc:endLongitude '0.87'^^xsd:double;
  dwc:latitude '54.12'^^xsd:double;
  dwc:startLatitude '54.12'^^xsd:double;
  dwc:endLatitude '54.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.87 54.12, 0.87 54.12, 0.87 54.12, 0.87 54.12, 0.87 54.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 '1150_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/4842__1150_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.35149 0.8792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.35149"^^xsd:decimal ;
  dwc:decimalLongitude "0.8792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_127'^^xsd: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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.4547222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.8792'^^xsd:double;
  dwc:startLongitude '0.8792'^^xsd:double;
  dwc:endLongitude '0.8792'^^xsd:double;
  dwc:latitude '56.35149'^^xsd:double;
  dwc:startLatitude '56.35149'^^xsd:double;
  dwc:endLatitude '56.35149'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.8792 56.35149, 0.8792 56.35149, 0.8792 56.35149, 0.8792 56.35149, 0.8792 56.35149))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_127'^^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/4842__1150_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.03 0.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.03"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.03 0.91)"^^geo:wktLiteral ;
  geo-pos:lat "54.03"^^xsd:decimal ;
  geo-pos:long "0.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_672'^^xsd: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 '1150_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 '13.29'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.91'^^xsd:double;
  dwc:startLongitude '0.91'^^xsd:double;
  dwc:endLongitude '0.91'^^xsd:double;
  dwc:latitude '54.03'^^xsd:double;
  dwc:startLatitude '54.03'^^xsd:double;
  dwc:endLatitude '54.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.91 54.03, 0.91 54.03, 0.91 54.03, 0.91 54.03, 0.91 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 '1150_672'^^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/4842__1150_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.95 0.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.95"^^xsd:decimal ;
  dwc:decimalLongitude "0.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/4842__1150_671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.95 0.98)"^^geo:wktLiteral ;
  geo-pos:lat "53.95"^^xsd:decimal ;
  geo-pos:long "0.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '12.694722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '0.98'^^xsd:double;
  dwc:startLongitude '0.98'^^xsd:double;
  dwc:endLongitude '0.98'^^xsd:double;
  dwc:latitude '53.95'^^xsd:double;
  dwc:startLatitude '53.95'^^xsd:double;
  dwc:endLatitude '53.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.98 53.95, 0.98 53.95, 0.98 53.95, 0.98 53.95, 0.98 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 '1150_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/4842__1150_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09718 1.02823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09718"^^xsd:decimal ;
  dwc:decimalLongitude "1.02823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_128'^^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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.9963888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.02823'^^xsd:double;
  dwc:startLongitude '1.02823'^^xsd:double;
  dwc:endLongitude '1.02823'^^xsd:double;
  dwc:latitude '56.09718'^^xsd:double;
  dwc:startLatitude '56.09718'^^xsd:double;
  dwc:endLatitude '56.09718'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.02823 56.09718, 1.02823 56.09718, 1.02823 56.09718, 1.02823 56.09718, 1.02823 56.09718))'^^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 '1150_128'^^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/4842__1150_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.03127 1.06804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.03127"^^xsd:decimal ;
  dwc:decimalLongitude "1.06804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

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

<https://eurobis.org/id/occurrence/4842__1150_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '11.571111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.08'^^xsd:double;
  dwc:startLongitude '1.08'^^xsd:double;
  dwc:endLongitude '1.08'^^xsd:double;
  dwc:latitude '53.79'^^xsd:double;
  dwc:startLatitude '53.79'^^xsd:double;
  dwc:endLatitude '53.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.08 53.79, 1.08 53.79, 1.08 53.79, 1.08 53.79, 1.08 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 '1150_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/4842__1150_668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_668> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.78 1.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.78"^^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/4842__1150_668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.78 1.09)"^^geo:wktLiteral ;
  geo-pos:lat "53.78"^^xsd:decimal ;
  geo-pos:long "1.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_668'^^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 '1150_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 '11.522222222222'^^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.78'^^xsd:double;
  dwc:startLatitude '53.78'^^xsd:double;
  dwc:endLatitude '53.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.09 53.78, 1.09 53.78, 1.09 53.78, 1.09 53.78, 1.09 53.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 '1150_668'^^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/4842__1150_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_667> ;
  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/4842__1150_667>
  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/4842__1150_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '11.378055555556'^^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 '1150_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/4842__1150_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_666> ;
  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/4842__1150_666>
  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/4842__1150_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_666'^^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 '1150_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 '11.332222222222'^^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 "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1150_666'^^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/4842__1150_664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_664> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.74 1.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.74"^^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/4842__1150_664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.74 1.11)"^^geo:wktLiteral ;
  geo-pos:lat "53.74"^^xsd:decimal ;
  geo-pos:long "1.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '11.23'^^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 '53.74'^^xsd:double;
  dwc:startLatitude '53.74'^^xsd:double;
  dwc:endLatitude '53.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.11 53.74, 1.11 53.74, 1.11 53.74, 1.11 53.74, 1.11 53.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 '1150_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/4842__1150_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.75 1.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.75"^^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/4842__1150_665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.75 1.11)"^^geo:wktLiteral ;
  geo-pos:lat "53.75"^^xsd:decimal ;
  geo-pos:long "1.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_665'^^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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11.310833333333'^^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 '53.75'^^xsd:double;
  dwc:startLatitude '53.75'^^xsd:double;
  dwc:endLatitude '53.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.11 53.75, 1.11 53.75, 1.11 53.75, 1.11 53.75, 1.11 53.75))'^^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 '1150_665'^^xsd:string;
  dwc:observationDate '2005-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93471 1.12521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.93471"^^xsd:decimal ;
  dwc:decimalLongitude "1.12521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_130'^^xsd: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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9986111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.12521'^^xsd:double;
  dwc:startLongitude '1.12521'^^xsd:double;
  dwc:endLongitude '1.12521'^^xsd:double;
  dwc:latitude '55.93471'^^xsd:double;
  dwc:startLatitude '55.93471'^^xsd:double;
  dwc:endLatitude '55.93471'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.12521 55.93471, 1.12521 55.93471, 1.12521 55.93471, 1.12521 55.93471, 1.12521 55.93471))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_130'^^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/4842__1150_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 1.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.12"^^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/4842__1150_722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 1.14)"^^geo:wktLiteral ;
  geo-pos:lat "54.12"^^xsd:decimal ;
  geo-pos:long "1.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_722'^^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 '1150_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 '17.925277777778'^^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.12'^^xsd:double;
  dwc:startLatitude '54.12'^^xsd:double;
  dwc:endLatitude '54.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.14 54.12, 1.14 54.12, 1.14 54.12, 1.14 54.12, 1.14 54.12))'^^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 '1150_722'^^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/4842__1150_663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_663> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.65"^^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/4842__1150_663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "53.65"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_663'^^xsd: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 '1150_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 '9.6261111111111'^^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.65'^^xsd:double;
  dwc:startLatitude '53.65'^^xsd:double;
  dwc:endLatitude '53.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 53.65, 1.17 53.65, 1.17 53.65, 1.17 53.65, 1.17 53.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 '1150_663'^^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/4842__1150_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.65"^^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/4842__1150_662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "53.65"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.6061111111111'^^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.65'^^xsd:double;
  dwc:startLatitude '53.65'^^xsd:double;
  dwc:endLatitude '53.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 53.65, 1.17 53.65, 1.17 53.65, 1.17 53.65, 1.17 53.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 '1150_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/4842__1150_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.22 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.22"^^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/4842__1150_721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.22 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.22"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.272777777778'^^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.22'^^xsd:double;
  dwc:startLatitude '54.22'^^xsd:double;
  dwc:endLatitude '54.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 54.22, 1.17 54.22, 1.17 54.22, 1.17 54.22, 1.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 '1150_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/4842__1150_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^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/4842__1150_720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_720'^^xsd: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 '1150_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 '17.238055555556'^^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.23'^^xsd:double;
  dwc:startLatitude '54.23'^^xsd:double;
  dwc:endLatitude '54.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 54.23, 1.17 54.23, 1.17 54.23, 1.17 54.23, 1.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 '1150_720'^^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/4842__1150_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 1.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^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/4842__1150_719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 1.17)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "1.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.195'^^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.23'^^xsd:double;
  dwc:startLatitude '54.23'^^xsd:double;
  dwc:endLatitude '54.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.17 54.23, 1.17 54.23, 1.17 54.23, 1.17 54.23, 1.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 '1150_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/4842__1150_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_660> ;
  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/4842__1150_660>
  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/4842__1150_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.5716666666667'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_659> ;
  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/4842__1150_659>
  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/4842__1150_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.5536111111111'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 1.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.65"^^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/4842__1150_661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 1.18)"^^geo:wktLiteral ;
  geo-pos:lat "53.65"^^xsd:decimal ;
  geo-pos:long "1.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.5769444444444'^^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.65'^^xsd:double;
  dwc:startLatitude '53.65'^^xsd:double;
  dwc:endLatitude '53.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.18 53.65, 1.18 53.65, 1.18 53.65, 1.18 53.65, 1.18 53.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 '1150_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/4842__1150_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_718> ;
  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/4842__1150_718>
  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/4842__1150_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.1275'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 1.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.26"^^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/4842__1150_717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 1.18)"^^geo:wktLiteral ;
  geo-pos:lat "54.26"^^xsd:decimal ;
  geo-pos:long "1.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.028333333333'^^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.26'^^xsd:double;
  dwc:startLatitude '54.26'^^xsd:double;
  dwc:endLatitude '54.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.18 54.26, 1.18 54.26, 1.18 54.26, 1.18 54.26, 1.18 54.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 '1150_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/4842__1150_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.62 1.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.62"^^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/4842__1150_657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.62 1.19)"^^geo:wktLiteral ;
  geo-pos:lat "53.62"^^xsd:decimal ;
  geo-pos:long "1.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.3822222222222'^^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 '53.62'^^xsd:double;
  dwc:startLatitude '53.62'^^xsd:double;
  dwc:endLatitude '53.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.19 53.62, 1.19 53.62, 1.19 53.62, 1.19 53.62, 1.19 53.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 '1150_657'^^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/4842__1150_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.63 1.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.63"^^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/4842__1150_658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.63 1.19)"^^geo:wktLiteral ;
  geo-pos:lat "53.63"^^xsd:decimal ;
  geo-pos:long "1.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.4461111111111'^^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 '53.63'^^xsd:double;
  dwc:startLatitude '53.63'^^xsd:double;
  dwc:endLatitude '53.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.19 53.63, 1.19 53.63, 1.19 53.63, 1.19 53.63, 1.19 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 '1150_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/4842__1150_655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_655> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.61 1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.61"^^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/4842__1150_655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.61 1.2)"^^geo:wktLiteral ;
  geo-pos:lat "53.61"^^xsd:decimal ;
  geo-pos:long "1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.3186111111111'^^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 '53.61'^^xsd:double;
  dwc:startLatitude '53.61'^^xsd:double;
  dwc:endLatitude '53.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.2 53.61, 1.2 53.61, 1.2 53.61, 1.2 53.61, 1.2 53.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 '1150_655'^^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/4842__1150_656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_656> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.61 1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.61"^^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/4842__1150_656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.61 1.2)"^^geo:wktLiteral ;
  geo-pos:lat "53.61"^^xsd:decimal ;
  geo-pos:long "1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^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 '1.2'^^xsd:double;
  dwc:startLongitude '1.2'^^xsd:double;
  dwc:endLongitude '1.2'^^xsd:double;
  dwc:latitude '53.61'^^xsd:double;
  dwc:startLatitude '53.61'^^xsd:double;
  dwc:endLatitude '53.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.2 53.61, 1.2 53.61, 1.2 53.61, 1.2 53.61, 1.2 53.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 '1150_656'^^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/4842__1150_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.33 1.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.33"^^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/4842__1150_716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.33 1.2)"^^geo:wktLiteral ;
  geo-pos:lat "54.33"^^xsd:decimal ;
  geo-pos:long "1.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_716'^^xsd: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 '1150_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 '16.554722222222'^^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.33'^^xsd:double;
  dwc:startLatitude '54.33'^^xsd:double;
  dwc:endLatitude '54.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.2 54.33, 1.2 54.33, 1.2 54.33, 1.2 54.33, 1.2 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 '1150_716'^^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/4842__1150_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.31 1.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.31"^^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/4842__1150_815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.31 1.21)"^^geo:wktLiteral ;
  geo-pos:lat "60.31"^^xsd:decimal ;
  geo-pos:long "1.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.019444444444'^^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 '60.31'^^xsd:double;
  dwc:startLatitude '60.31'^^xsd:double;
  dwc:endLatitude '60.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.21 60.31, 1.21 60.31, 1.21 60.31, 1.21 60.31, 1.21 60.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 '1150_815'^^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/4842__1150_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_654> ;
  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/4842__1150_654>
  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/4842__1150_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.1155555555556'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_654'^^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/4842__1150_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_653> ;
  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/4842__1150_653>
  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/4842__1150_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.0336111111111'^^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 '1150_653'^^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/4842__1150_652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_652> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_652> ;
  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/4842__1150_652>
  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/4842__1150_652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.0047222222222'^^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 '1150_652'^^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/4842__1150_651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_651> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_651> ;
  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/4842__1150_651>
  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/4842__1150_651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9972222222222'^^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 '1150_651'^^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/4842__1150_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_650> ;
  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/4842__1150_650>
  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/4842__1150_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^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 '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 '1150_650'^^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/4842__1150_649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_649> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_649> ;
  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/4842__1150_649>
  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/4842__1150_649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9688888888889'^^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 '1150_649'^^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/4842__1150_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.47 1.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.47"^^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/4842__1150_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.47 1.24)"^^geo:wktLiteral ;
  geo-pos:lat "54.47"^^xsd:decimal ;
  geo-pos:long "1.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_715'^^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 '1150_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 '15.577777777778'^^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 '54.47'^^xsd:double;
  dwc:startLatitude '54.47'^^xsd:double;
  dwc:endLatitude '54.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.24 54.47, 1.24 54.47, 1.24 54.47, 1.24 54.47, 1.24 54.47))'^^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 '1150_715'^^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/4842__1150_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_646> ;
  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/4842__1150_646>
  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/4842__1150_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8413888888889'^^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 '1150_646'^^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/4842__1150_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_645> ;
  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/4842__1150_645>
  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/4842__1150_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8263888888889'^^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 '1150_645'^^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/4842__1150_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_648> ;
  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/4842__1150_648>
  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/4842__1150_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9147222222222'^^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 '1150_648'^^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/4842__1150_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_647> ;
  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/4842__1150_647>
  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/4842__1150_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8883333333333'^^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 '1150_647'^^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/4842__1150_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_714> ;
  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/4842__1150_714>
  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/4842__1150_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.428333333333'^^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 "H?" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.52 1.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.52"^^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/4842__1150_644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.52 1.26)"^^geo:wktLiteral ;
  geo-pos:lat "53.52"^^xsd:decimal ;
  geo-pos:long "1.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8080555555556'^^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 '53.52'^^xsd:double;
  dwc:startLatitude '53.52'^^xsd:double;
  dwc:endLatitude '53.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.26 53.52, 1.26 53.52, 1.26 53.52, 1.26 53.52, 1.26 53.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 '1150_644'^^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/4842__1150_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.52 1.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.52"^^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/4842__1150_643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.52 1.26)"^^geo:wktLiteral ;
  geo-pos:lat "53.52"^^xsd:decimal ;
  geo-pos:long "1.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.7783333333333'^^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 '53.52'^^xsd:double;
  dwc:startLatitude '53.52'^^xsd:double;
  dwc:endLatitude '53.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.26 53.52, 1.26 53.52, 1.26 53.52, 1.26 53.52, 1.26 53.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 '1150_643'^^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/4842__1150_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_713> ;
  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/4842__1150_713>
  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/4842__1150_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.975833333333'^^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 '1150_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/4842__1150_711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_711> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56 1.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56"^^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/4842__1150_711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56 1.27)"^^geo:wktLiteral ;
  geo-pos:lat "54.56"^^xsd:decimal ;
  geo-pos:long "1.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.884722222222'^^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.56'^^xsd:double;
  dwc:startLatitude '54.56'^^xsd:double;
  dwc:endLatitude '54.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.27 54.56, 1.27 54.56, 1.27 54.56, 1.27 54.56, 1.27 54.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 '1150_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/4842__1150_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56 1.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.56"^^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/4842__1150_712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.56 1.27)"^^geo:wktLiteral ;
  geo-pos:lat "54.56"^^xsd:decimal ;
  geo-pos:long "1.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.914444444444'^^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.56'^^xsd:double;
  dwc:startLatitude '54.56'^^xsd:double;
  dwc:endLatitude '54.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.27 54.56, 1.27 54.56, 1.27 54.56, 1.27 54.56, 1.27 54.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 '1150_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/4842__1150_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.48 1.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.48"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.48 1.28)"^^geo:wktLiteral ;
  geo-pos:lat "53.48"^^xsd:decimal ;
  geo-pos:long "1.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.5513888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.28'^^xsd:double;
  dwc:startLongitude '1.28'^^xsd:double;
  dwc:endLongitude '1.28'^^xsd:double;
  dwc:latitude '53.48'^^xsd:double;
  dwc:startLatitude '53.48'^^xsd:double;
  dwc:endLatitude '53.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.28 53.48, 1.28 53.48, 1.28 53.48, 1.28 53.48, 1.28 53.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 '1150_642'^^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/4842__1150_710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_710> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 1.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 1.28)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "1.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.626944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.28'^^xsd:double;
  dwc:startLongitude '1.28'^^xsd:double;
  dwc:endLongitude '1.28'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.28 54.6, 1.28 54.6, 1.28 54.6, 1.28 54.6, 1.28 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 '1150_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/4842__1150_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.61 1.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.61"^^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/4842__1150_709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.61 1.29)"^^geo:wktLiteral ;
  geo-pos:lat "54.61"^^xsd:decimal ;
  geo-pos:long "1.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_709'^^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 '1150_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 '14.491944444444'^^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 '54.61'^^xsd:double;
  dwc:startLatitude '54.61'^^xsd:double;
  dwc:endLatitude '54.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.29 54.61, 1.29 54.61, 1.29 54.61, 1.29 54.61, 1.29 54.61))'^^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 '1150_709'^^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/4842__1150_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.537 1.29699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.537"^^xsd:decimal ;
  dwc:decimalLongitude "1.29699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_118'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.144722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.29699'^^xsd:double;
  dwc:startLongitude '1.29699'^^xsd:double;
  dwc:endLongitude '1.29699'^^xsd:double;
  dwc:latitude '57.537'^^xsd:double;
  dwc:startLatitude '57.537'^^xsd:double;
  dwc:endLatitude '57.537'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.29699 57.537, 1.29699 57.537, 1.29699 57.537, 1.29699 57.537, 1.29699 57.537))'^^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 '1150_118'^^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/4842__1150_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 1.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^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/4842__1150_708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 1.3)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "1.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.215833333333'^^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.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.3 54.65, 1.3 54.65, 1.3 54.65, 1.3 54.65, 1.3 54.65))'^^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 '1150_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/4842__1150_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_707> ;
  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/4842__1150_707>
  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/4842__1150_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.059444444444'^^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 '1150_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/4842__1150_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.72 1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.72"^^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/4842__1150_706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.72 1.32)"^^geo:wktLiteral ;
  geo-pos:lat "54.72"^^xsd:decimal ;
  geo-pos:long "1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '13.736944444444'^^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.72'^^xsd:double;
  dwc:startLatitude '54.72'^^xsd:double;
  dwc:endLatitude '54.72'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.32 54.72, 1.32 54.72, 1.32 54.72, 1.32 54.72, 1.32 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 '1150_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/4842__1150_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.73"^^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/4842__1150_704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 1.32)"^^geo:wktLiteral ;
  geo-pos:lat "54.73"^^xsd:decimal ;
  geo-pos:long "1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_704'^^xsd: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 '1150_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 '13.679722222222'^^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.73'^^xsd:double;
  dwc:startLatitude '54.73'^^xsd:double;
  dwc:endLatitude '54.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.32 54.73, 1.32 54.73, 1.32 54.73, 1.32 54.73, 1.32 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 '1150_704'^^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/4842__1150_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.73"^^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/4842__1150_705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 1.32)"^^geo:wktLiteral ;
  geo-pos:lat "54.73"^^xsd:decimal ;
  geo-pos:long "1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_705'^^xsd: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 '1150_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 '13.694722222222'^^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.73'^^xsd:double;
  dwc:startLatitude '54.73'^^xsd:double;
  dwc:endLatitude '54.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.32 54.73, 1.32 54.73, 1.32 54.73, 1.32 54.73, 1.32 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 '1150_705'^^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/4842__1150_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 1.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.73"^^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/4842__1150_703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 1.32)"^^geo:wktLiteral ;
  geo-pos:lat "54.73"^^xsd:decimal ;
  geo-pos:long "1.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_703'^^xsd: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 '1150_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 '13.637222222222'^^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.73'^^xsd:double;
  dwc:startLatitude '54.73'^^xsd:double;
  dwc:endLatitude '54.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.32 54.73, 1.32 54.73, 1.32 54.73, 1.32 54.73, 1.32 54.73))'^^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 '1150_703'^^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/4842__1150_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_702> ;
  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/4842__1150_702>
  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/4842__1150_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '13.628333333333'^^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 '1150_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/4842__1150_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.76 1.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.76"^^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/4842__1150_701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.76 1.33)"^^geo:wktLiteral ;
  geo-pos:lat "54.76"^^xsd:decimal ;
  geo-pos:long "1.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_701'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.446666666667'^^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.76'^^xsd:double;
  dwc:startLatitude '54.76'^^xsd:double;
  dwc:endLatitude '54.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.33 54.76, 1.33 54.76, 1.33 54.76, 1.33 54.76, 1.33 54.76))'^^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 '1150_701'^^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/4842__1150_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.79 1.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.79"^^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/4842__1150_700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.79 1.34)"^^geo:wktLiteral ;
  geo-pos:lat "54.79"^^xsd:decimal ;
  geo-pos:long "1.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_700'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.221111111111'^^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 '54.79'^^xsd:double;
  dwc:startLatitude '54.79'^^xsd:double;
  dwc:endLatitude '54.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.34 54.79, 1.34 54.79, 1.34 54.79, 1.34 54.79, 1.34 54.79))'^^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 '1150_700'^^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/4842__1150_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 1.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8"^^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/4842__1150_699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 1.34)"^^geo:wktLiteral ;
  geo-pos:lat "54.8"^^xsd:decimal ;
  geo-pos:long "1.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_699'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.15'^^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 '54.8'^^xsd:double;
  dwc:startLatitude '54.8'^^xsd:double;
  dwc:endLatitude '54.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.34 54.8, 1.34 54.8, 1.34 54.8, 1.34 54.8, 1.34 54.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 '1150_699'^^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/4842__1150_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 1.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.81"^^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/4842__1150_698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.81 1.34)"^^geo:wktLiteral ;
  geo-pos:lat "54.81"^^xsd:decimal ;
  geo-pos:long "1.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_698'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.122222222222'^^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 '54.81'^^xsd:double;
  dwc:startLatitude '54.81'^^xsd:double;
  dwc:endLatitude '54.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.34 54.81, 1.34 54.81, 1.34 54.81, 1.34 54.81, 1.34 54.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 '1150_698'^^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/4842__1150_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37 1.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.37"^^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/4842__1150_641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37 1.35)"^^geo:wktLiteral ;
  geo-pos:lat "53.37"^^xsd:decimal ;
  geo-pos:long "1.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_641'^^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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.8580555555556'^^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 '53.37'^^xsd:double;
  dwc:startLatitude '53.37'^^xsd:double;
  dwc:endLatitude '53.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.35 53.37, 1.35 53.37, 1.35 53.37, 1.35 53.37, 1.35 53.37))'^^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 '1150_641'^^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/4842__1150_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_697> ;
  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/4842__1150_697>
  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/4842__1150_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_697'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.978611111111'^^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 "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1150_697'^^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/4842__1150_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_696> ;
  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/4842__1150_696>
  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/4842__1150_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.889722222222'^^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 '1150_696'^^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/4842__1150_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_695> ;
  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/4842__1150_695>
  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/4842__1150_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.811388888889'^^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 '1150_695'^^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/4842__1150_694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_694> ;
  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/4842__1150_694>
  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/4842__1150_694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.783611111111'^^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 '1150_694'^^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/4842__1150_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_693> ;
  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/4842__1150_693>
  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/4842__1150_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '26'^^xsd:integer;
  dwc:collectorNumber '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.767222222222'^^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 '1150_693'^^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/4842__1150_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.96 1.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.96"^^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/4842__1150_749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.96 1.36)"^^geo:wktLiteral ;
  geo-pos:lat "59.96"^^xsd:decimal ;
  geo-pos:long "1.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_749'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.668611111111'^^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 '59.96'^^xsd:double;
  dwc:startLatitude '59.96'^^xsd:double;
  dwc:endLatitude '59.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.36 59.96, 1.36 59.96, 1.36 59.96, 1.36 59.96, 1.36 59.96))'^^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 '1150_749'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 1.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.9"^^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/4842__1150_692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.9 1.37)"^^geo:wktLiteral ;
  geo-pos:lat "54.9"^^xsd:decimal ;
  geo-pos:long "1.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_692'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.457777777778'^^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 '54.9'^^xsd:double;
  dwc:startLatitude '54.9'^^xsd:double;
  dwc:endLatitude '54.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.37 54.9, 1.37 54.9, 1.37 54.9, 1.37 54.9, 1.37 54.9))'^^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 '1150_692'^^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/4842__1150_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_691> ;
  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/4842__1150_691>
  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/4842__1150_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_691'^^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 '1150_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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.266666666667'^^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 "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1150_691'^^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/4842__1150_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.66881 1.38603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.66881"^^xsd:decimal ;
  dwc:decimalLongitude "1.38603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_117'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.38603'^^xsd:double;
  dwc:startLongitude '1.38603'^^xsd:double;
  dwc:endLongitude '1.38603'^^xsd:double;
  dwc:latitude '57.66881'^^xsd:double;
  dwc:startLatitude '57.66881'^^xsd:double;
  dwc:endLatitude '57.66881'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.38603 57.66881, 1.38603 57.66881, 1.38603 57.66881, 1.38603 57.66881, 1.38603 57.66881))'^^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 '1150_117'^^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/4842__1150_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 1.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.95"^^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/4842__1150_748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.95 1.41)"^^geo:wktLiteral ;
  geo-pos:lat "59.95"^^xsd:decimal ;
  geo-pos:long "1.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_748'^^xsd: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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.538611111111'^^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 '59.95'^^xsd:double;
  dwc:startLatitude '59.95'^^xsd:double;
  dwc:endLatitude '59.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.41 59.95, 1.41 59.95, 1.41 59.95, 1.41 59.95, 1.41 59.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 '1150_748'^^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/4842__1150_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.72077 1.42295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.72077"^^xsd:decimal ;
  dwc:decimalLongitude "1.42295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_116'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.060277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.42295'^^xsd:double;
  dwc:startLongitude '1.42295'^^xsd:double;
  dwc:endLongitude '1.42295'^^xsd:double;
  dwc:latitude '57.72077'^^xsd:double;
  dwc:startLatitude '57.72077'^^xsd:double;
  dwc:endLatitude '57.72077'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.42295 57.72077, 1.42295 57.72077, 1.42295 57.72077, 1.42295 57.72077, 1.42295 57.72077))'^^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 '1150_116'^^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/4842__1150_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.22 1.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.22"^^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/4842__1150_640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.22 1.44)"^^geo:wktLiteral ;
  geo-pos:lat "53.22"^^xsd:decimal ;
  geo-pos:long "1.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.9308333333333'^^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.22'^^xsd:double;
  dwc:startLatitude '53.22'^^xsd:double;
  dwc:endLatitude '53.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.44 53.22, 1.44 53.22, 1.44 53.22, 1.44 53.22, 1.44 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 '1150_640'^^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/4842__1150_638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.21 1.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.21"^^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/4842__1150_638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.21 1.45)"^^geo:wktLiteral ;
  geo-pos:lat "53.21"^^xsd:decimal ;
  geo-pos:long "1.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.8669444444444'^^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.21'^^xsd:double;
  dwc:startLatitude '53.21'^^xsd:double;
  dwc:endLatitude '53.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.45 53.21, 1.45 53.21, 1.45 53.21, 1.45 53.21, 1.45 53.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 '1150_638'^^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/4842__1150_639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_639> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_639> ;
  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/4842__1150_639>
  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/4842__1150_639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.8947222222222'^^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 '1150_639'^^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/4842__1150_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.19 1.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.19"^^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/4842__1150_637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.19 1.46)"^^geo:wktLiteral ;
  geo-pos:lat "53.19"^^xsd:decimal ;
  geo-pos:long "1.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.7441666666667'^^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.19'^^xsd:double;
  dwc:startLatitude '53.19'^^xsd:double;
  dwc:endLatitude '53.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.46 53.19, 1.46 53.19, 1.46 53.19, 1.46 53.19, 1.46 53.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 '1150_637'^^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/4842__1150_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.83014 1.49886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.83014"^^xsd:decimal ;
  dwc:decimalLongitude "1.49886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_115'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.421388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.49886'^^xsd:double;
  dwc:startLongitude '1.49886'^^xsd:double;
  dwc:endLongitude '1.49886'^^xsd:double;
  dwc:latitude '57.83014'^^xsd:double;
  dwc:startLatitude '57.83014'^^xsd:double;
  dwc:endLatitude '57.83014'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.49886 57.83014, 1.49886 57.83014, 1.49886 57.83014, 1.49886 57.83014, 1.49886 57.83014))'^^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 '1150_115'^^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/4842__1150_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.93 1.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.93"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.93 1.52)"^^geo:wktLiteral ;
  geo-pos:lat "59.93"^^xsd:decimal ;
  geo-pos:long "1.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_747'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.217222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.52'^^xsd:double;
  dwc:startLongitude '1.52'^^xsd:double;
  dwc:endLongitude '1.52'^^xsd:double;
  dwc:latitude '59.93'^^xsd:double;
  dwc:startLatitude '59.93'^^xsd:double;
  dwc:endLatitude '59.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.52 59.93, 1.52 59.93, 1.52 59.93, 1.52 59.93, 1.52 59.93))'^^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 '1150_747'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.08 1.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.08"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.08 1.52)"^^geo:wktLiteral ;
  geo-pos:lat "61.08"^^xsd:decimal ;
  geo-pos:long "1.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_812'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.0275'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.52'^^xsd:double;
  dwc:startLongitude '1.52'^^xsd:double;
  dwc:endLongitude '1.52'^^xsd:double;
  dwc:latitude '61.08'^^xsd:double;
  dwc:startLatitude '61.08'^^xsd:double;
  dwc:endLatitude '61.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.52 61.08, 1.52 61.08, 1.52 61.08, 1.52 61.08, 1.52 61.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 '1150_812'^^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/4842__1150_635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_635> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.07 1.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.07"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.07 1.54)"^^geo:wktLiteral ;
  geo-pos:lat "53.07"^^xsd:decimal ;
  geo-pos:long "1.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '17'^^xsd:integer;
  dwc:collectorNumber '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.94'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.54'^^xsd:double;
  dwc:startLongitude '1.54'^^xsd:double;
  dwc:endLongitude '1.54'^^xsd:double;
  dwc:latitude '53.07'^^xsd:double;
  dwc:startLatitude '53.07'^^xsd:double;
  dwc:endLatitude '53.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.54 53.07, 1.54 53.07, 1.54 53.07, 1.54 53.07, 1.54 53.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 '1150_635'^^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/4842__1150_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.08 1.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.08"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.08 1.54)"^^geo:wktLiteral ;
  geo-pos:lat "53.08"^^xsd:decimal ;
  geo-pos:long "1.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_636'^^xsd: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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.9508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.54'^^xsd:double;
  dwc:startLongitude '1.54'^^xsd:double;
  dwc:endLongitude '1.54'^^xsd:double;
  dwc:latitude '53.08'^^xsd:double;
  dwc:startLatitude '53.08'^^xsd:double;
  dwc:endLatitude '53.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.54 53.08, 1.54 53.08, 1.54 53.08, 1.54 53.08, 1.54 53.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 '1150_636'^^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/4842__1150_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.49676 1.56286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.49676"^^xsd:decimal ;
  dwc:decimalLongitude "1.56286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_131'^^xsd: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 '1150_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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.1925'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.56286'^^xsd:double;
  dwc:startLongitude '1.56286'^^xsd:double;
  dwc:endLongitude '1.56286'^^xsd:double;
  dwc:latitude '56.49676'^^xsd:double;
  dwc:startLatitude '56.49676'^^xsd:double;
  dwc:endLatitude '56.49676'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.56286 56.49676, 1.56286 56.49676, 1.56286 56.49676, 1.56286 56.49676, 1.56286 56.49676))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_131'^^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/4842__1150_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.96262 1.58981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.96262"^^xsd:decimal ;
  dwc:decimalLongitude "1.58981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_114'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.649166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.58981'^^xsd:double;
  dwc:startLongitude '1.58981'^^xsd:double;
  dwc:endLongitude '1.58981'^^xsd:double;
  dwc:latitude '57.96262'^^xsd:double;
  dwc:startLatitude '57.96262'^^xsd:double;
  dwc:endLatitude '57.96262'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.58981 57.96262, 1.58981 57.96262, 1.58981 57.96262, 1.58981 57.96262, 1.58981 57.96262))'^^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 '1150_114'^^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/4842__1150_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.02994 1.63495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.02994"^^xsd:decimal ;
  dwc:decimalLongitude "1.63495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_113'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.257222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.63495'^^xsd:double;
  dwc:startLongitude '1.63495'^^xsd:double;
  dwc:endLongitude '1.63495'^^xsd:double;
  dwc:latitude '58.02994'^^xsd:double;
  dwc:startLatitude '58.02994'^^xsd:double;
  dwc:endLatitude '58.02994'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.63495 58.02994, 1.63495 58.02994, 1.63495 58.02994, 1.63495 58.02994, 1.63495 58.02994))'^^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 '1150_113'^^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/4842__1150_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_576> ;
  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/4842__1150_576>
  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/4842__1150_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.2483333333333'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_576'^^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/4842__1150_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.88 1.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.88"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.88 1.7)"^^geo:wktLiteral ;
  geo-pos:lat "55.88"^^xsd:decimal ;
  geo-pos:long "1.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.3327777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.7'^^xsd:double;
  dwc:startLongitude '1.7'^^xsd:double;
  dwc:endLongitude '1.7'^^xsd:double;
  dwc:latitude '55.88'^^xsd:double;
  dwc:startLatitude '55.88'^^xsd:double;
  dwc:endLatitude '55.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.7 55.88, 1.7 55.88, 1.7 55.88, 1.7 55.88, 1.7 55.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 '1150_577'^^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/4842__1150_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.77 1.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.77"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.77 1.71)"^^geo:wktLiteral ;
  geo-pos:lat "61.77"^^xsd:decimal ;
  geo-pos:long "1.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_789'^^xsd: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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.908888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.71'^^xsd:double;
  dwc:startLongitude '1.71'^^xsd:double;
  dwc:endLongitude '1.71'^^xsd:double;
  dwc:latitude '61.77'^^xsd:double;
  dwc:startLatitude '61.77'^^xsd:double;
  dwc:endLatitude '61.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.71 61.77, 1.71 61.77, 1.71 61.77, 1.71 61.77, 1.71 61.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 '1150_789'^^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/4842__1150_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 1.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.82"^^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/4842__1150_578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 1.73)"^^geo:wktLiteral ;
  geo-pos:lat "55.82"^^xsd:decimal ;
  geo-pos:long "1.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.7072222222222'^^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.82'^^xsd:double;
  dwc:startLatitude '55.82'^^xsd:double;
  dwc:endLatitude '55.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.73 55.82, 1.73 55.82, 1.73 55.82, 1.73 55.82, 1.73 55.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 '1150_578'^^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/4842__1150_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.65 1.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.65"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.65 1.84)"^^geo:wktLiteral ;
  geo-pos:lat "55.65"^^xsd:decimal ;
  geo-pos:long "1.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8111111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.84'^^xsd:double;
  dwc:startLongitude '1.84'^^xsd:double;
  dwc:endLongitude '1.84'^^xsd:double;
  dwc:latitude '55.65'^^xsd:double;
  dwc:startLatitude '55.65'^^xsd:double;
  dwc:endLatitude '55.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.84 55.65, 1.84 55.65, 1.84 55.65, 1.84 55.65, 1.84 55.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 '1150_580'^^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/4842__1150_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.66 1.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.66"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.66 1.84)"^^geo:wktLiteral ;
  geo-pos:lat "55.66"^^xsd:decimal ;
  geo-pos:long "1.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.7480555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.84'^^xsd:double;
  dwc:startLongitude '1.84'^^xsd:double;
  dwc:endLongitude '1.84'^^xsd:double;
  dwc:latitude '55.66'^^xsd:double;
  dwc:startLatitude '55.66'^^xsd:double;
  dwc:endLatitude '55.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.84 55.66, 1.84 55.66, 1.84 55.66, 1.84 55.66, 1.84 55.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 '1150_579'^^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/4842__1150_581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_581> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_581> ;
  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/4842__1150_581>
  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/4842__1150_581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8341666666667'^^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 '1150_581'^^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/4842__1150_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_582> ;
  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/4842__1150_582>
  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/4842__1150_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8505555555556'^^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 '1150_582'^^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/4842__1150_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_583> ;
  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/4842__1150_583>
  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/4842__1150_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8861111111111'^^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 '1150_583'^^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/4842__1150_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.62 1.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.62"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.62 1.86)"^^geo:wktLiteral ;
  geo-pos:lat "55.62"^^xsd:decimal ;
  geo-pos:long "1.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^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.86'^^xsd:double;
  dwc:startLongitude '1.86'^^xsd:double;
  dwc:endLongitude '1.86'^^xsd:double;
  dwc:latitude '55.62'^^xsd:double;
  dwc:startLatitude '55.62'^^xsd:double;
  dwc:endLatitude '55.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.86 55.62, 1.86 55.62, 1.86 55.62, 1.86 55.62, 1.86 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 '1150_584'^^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/4842__1150_790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.74 1.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.74"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.74 1.86)"^^geo:wktLiteral ;
  geo-pos:lat "61.74"^^xsd:decimal ;
  geo-pos:long "1.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_790'^^xsd: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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.340277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.86'^^xsd:double;
  dwc:startLongitude '1.86'^^xsd:double;
  dwc:endLongitude '1.86'^^xsd:double;
  dwc:latitude '61.74'^^xsd:double;
  dwc:startLatitude '61.74'^^xsd:double;
  dwc:endLatitude '61.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.86 61.74, 1.86 61.74, 1.86 61.74, 1.86 61.74, 1.86 61.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 '1150_790'^^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/4842__1150_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.56 1.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.56"^^xsd:decimal ;
  dwc:decimalLongitude "1.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_586'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.4005555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.9'^^xsd:double;
  dwc:startLongitude '1.9'^^xsd:double;
  dwc:endLongitude '1.9'^^xsd:double;
  dwc:latitude '55.56'^^xsd:double;
  dwc:startLatitude '55.56'^^xsd:double;
  dwc:endLatitude '55.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.9 55.56, 1.9 55.56, 1.9 55.56, 1.9 55.56, 1.9 55.56))'^^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 '1150_586'^^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/4842__1150_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.56 1.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.56"^^xsd:decimal ;
  dwc:decimalLongitude "1.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.3663888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.9'^^xsd:double;
  dwc:startLongitude '1.9'^^xsd:double;
  dwc:endLongitude '1.9'^^xsd:double;
  dwc:latitude '55.56'^^xsd:double;
  dwc:startLatitude '55.56'^^xsd:double;
  dwc:endLatitude '55.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.9 55.56, 1.9 55.56, 1.9 55.56, 1.9 55.56, 1.9 55.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 '1150_585'^^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/4842__1150_744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_744> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.15 1.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.15"^^xsd:decimal ;
  dwc:decimalLongitude "1.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_744'^^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 '4'^^xsd:integer;
  dwc:collectorNumber '1150_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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.3813888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.93'^^xsd:double;
  dwc:startLongitude '1.93'^^xsd:double;
  dwc:endLongitude '1.93'^^xsd:double;
  dwc:latitude '59.15'^^xsd:double;
  dwc:startLatitude '59.15'^^xsd:double;
  dwc:endLatitude '59.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.93 59.15, 1.93 59.15, 1.93 59.15, 1.93 59.15, 1.93 59.15))'^^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 '1150_744'^^xsd:string;
  dwc:observationDate '2005-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 1.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.47"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 1.95)"^^geo:wktLiteral ;
  geo-pos:lat "55.47"^^xsd:decimal ;
  geo-pos:long "1.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.9366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.95'^^xsd:double;
  dwc:startLongitude '1.95'^^xsd:double;
  dwc:endLongitude '1.95'^^xsd:double;
  dwc:latitude '55.47'^^xsd:double;
  dwc:startLatitude '55.47'^^xsd:double;
  dwc:endLatitude '55.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.95 55.47, 1.95 55.47, 1.95 55.47, 1.95 55.47, 1.95 55.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 '1150_587'^^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/4842__1150_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.2208 1.95161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.2208"^^xsd:decimal ;
  dwc:decimalLongitude "1.95161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_112'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.378333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.95161'^^xsd:double;
  dwc:startLongitude '1.95161'^^xsd:double;
  dwc:endLongitude '1.95161'^^xsd:double;
  dwc:latitude '58.2208'^^xsd:double;
  dwc:startLatitude '58.2208'^^xsd:double;
  dwc:endLatitude '58.2208'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.95161 58.2208, 1.95161 58.2208, 1.95161 58.2208, 1.95161 58.2208, 1.95161 58.2208))'^^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 '1150_112'^^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/4842__1150_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.43 1.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.43"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.43 1.98)"^^geo:wktLiteral ;
  geo-pos:lat "55.43"^^xsd:decimal ;
  geo-pos:long "1.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.2255555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.98'^^xsd:double;
  dwc:startLongitude '1.98'^^xsd:double;
  dwc:endLongitude '1.98'^^xsd:double;
  dwc:latitude '55.43'^^xsd:double;
  dwc:startLatitude '55.43'^^xsd:double;
  dwc:endLatitude '55.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.98 55.43, 1.98 55.43, 1.98 55.43, 1.98 55.43, 1.98 55.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 '1150_589'^^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/4842__1150_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.44 1.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.44"^^xsd:decimal ;
  dwc:decimalLongitude "1.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/4842__1150_588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.44 1.98)"^^geo:wktLiteral ;
  geo-pos:lat "55.44"^^xsd:decimal ;
  geo-pos:long "1.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.1661111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '1.98'^^xsd:double;
  dwc:startLongitude '1.98'^^xsd:double;
  dwc:endLongitude '1.98'^^xsd:double;
  dwc:latitude '55.44'^^xsd:double;
  dwc:startLatitude '55.44'^^xsd:double;
  dwc:endLatitude '55.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((1.98 55.44, 1.98 55.44, 1.98 55.44, 1.98 55.44, 1.98 55.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 '1150_588'^^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/4842__1150_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38 2.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.38"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38 2.01)"^^geo:wktLiteral ;
  geo-pos:lat "55.38"^^xsd:decimal ;
  geo-pos:long "2.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.5513888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.01'^^xsd:double;
  dwc:startLongitude '2.01'^^xsd:double;
  dwc:endLongitude '2.01'^^xsd:double;
  dwc:latitude '55.38'^^xsd:double;
  dwc:startLatitude '55.38'^^xsd:double;
  dwc:endLatitude '55.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.01 55.38, 2.01 55.38, 2.01 55.38, 2.01 55.38, 2.01 55.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 '1150_591'^^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/4842__1150_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38 2.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.38"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.38 2.01)"^^geo:wktLiteral ;
  geo-pos:lat "55.38"^^xsd:decimal ;
  geo-pos:long "2.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.5147222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.01'^^xsd:double;
  dwc:startLongitude '2.01'^^xsd:double;
  dwc:endLongitude '2.01'^^xsd:double;
  dwc:latitude '55.38'^^xsd:double;
  dwc:startLatitude '55.38'^^xsd:double;
  dwc:endLatitude '55.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.01 55.38, 2.01 55.38, 2.01 55.38, 2.01 55.38, 2.01 55.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 '1150_590'^^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/4842__1150_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33 2.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.33"^^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/4842__1150_592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.33 2.04)"^^geo:wktLiteral ;
  geo-pos:lat "55.33"^^xsd:decimal ;
  geo-pos:long "2.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.8902777777778'^^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 '55.33'^^xsd:double;
  dwc:startLatitude '55.33'^^xsd:double;
  dwc:endLatitude '55.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.04 55.33, 2.04 55.33, 2.04 55.33, 2.04 55.33, 2.04 55.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 '1150_592'^^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/4842__1150_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 2.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.31"^^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/4842__1150_593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.31 2.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.31"^^xsd:decimal ;
  geo-pos:long "2.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_593'^^xsd: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 '1150_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 '9.0102777777778'^^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.31'^^xsd:double;
  dwc:startLatitude '55.31'^^xsd:double;
  dwc:endLatitude '55.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.05 55.31, 2.05 55.31, 2.05 55.31, 2.05 55.31, 2.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 '1150_593'^^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/4842__1150_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.29 2.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.29"^^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/4842__1150_594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.29 2.06)"^^geo:wktLiteral ;
  geo-pos:lat "55.29"^^xsd:decimal ;
  geo-pos:long "2.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.1136111111111'^^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.29'^^xsd:double;
  dwc:startLatitude '55.29'^^xsd:double;
  dwc:endLatitude '55.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.06 55.29, 2.06 55.29, 2.06 55.29, 2.06 55.29, 2.06 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 '1150_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/4842__1150_595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_595> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_595> ;
  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/4842__1150_595>
  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/4842__1150_595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_595'^^xsd: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 '1150_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 '9.1619444444444'^^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 '1150_595'^^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/4842__1150_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 2.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.27"^^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/4842__1150_597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 2.08)"^^geo:wktLiteral ;
  geo-pos:lat "55.27"^^xsd:decimal ;
  geo-pos:long "2.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.2952777777778'^^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.27'^^xsd:double;
  dwc:startLatitude '55.27'^^xsd:double;
  dwc:endLatitude '55.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.08 55.27, 2.08 55.27, 2.08 55.27, 2.08 55.27, 2.08 55.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 2.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.27"^^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/4842__1150_596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.27 2.08)"^^geo:wktLiteral ;
  geo-pos:lat "55.27"^^xsd:decimal ;
  geo-pos:long "2.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_596'^^xsd: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 '1150_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 '9.2361111111111'^^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.27'^^xsd:double;
  dwc:startLatitude '55.27'^^xsd:double;
  dwc:endLatitude '55.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.08 55.27, 2.08 55.27, 2.08 55.27, 2.08 55.27, 2.08 55.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_596'^^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/4842__1150_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_599> ;
  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/4842__1150_599>
  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/4842__1150_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_599'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9.37'^^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 "HG" by the provider'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:occurrenceId '1150_599'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.26 2.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.26"^^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/4842__1150_598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.26 2.09)"^^geo:wktLiteral ;
  geo-pos:lat "55.26"^^xsd:decimal ;
  geo-pos:long "2.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '9.3505555555556'^^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.26'^^xsd:double;
  dwc:startLatitude '55.26'^^xsd:double;
  dwc:endLatitude '55.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.09 55.26, 2.09 55.26, 2.09 55.26, 2.09 55.26, 2.09 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 '1150_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/4842__1150_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.16 2.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.16"^^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/4842__1150_600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.16 2.15)"^^geo:wktLiteral ;
  geo-pos:lat "55.16"^^xsd:decimal ;
  geo-pos:long "2.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_600'^^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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '9.9988888888889'^^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.16'^^xsd:double;
  dwc:startLatitude '55.16'^^xsd:double;
  dwc:endLatitude '55.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.15 55.16, 2.15 55.16, 2.15 55.16, 2.15 55.16, 2.15 55.16))'^^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 '1150_600'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.69 2.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.69"^^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/4842__1150_791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.69 2.15)"^^geo:wktLiteral ;
  geo-pos:lat "61.69"^^xsd:decimal ;
  geo-pos:long "2.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_791'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.193611111111'^^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 '61.69'^^xsd:double;
  dwc:startLatitude '61.69'^^xsd:double;
  dwc:endLatitude '61.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.15 61.69, 2.15 61.69, 2.15 61.69, 2.15 61.69, 2.15 61.69))'^^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 '1150_791'^^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/4842__1150_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.36855 2.1678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.36855"^^xsd:decimal ;
  dwc:decimalLongitude "2.1678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '19.132222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.1678'^^xsd:double;
  dwc:startLongitude '2.1678'^^xsd:double;
  dwc:endLongitude '2.1678'^^xsd:double;
  dwc:latitude '57.36855'^^xsd:double;
  dwc:startLatitude '57.36855'^^xsd:double;
  dwc:endLatitude '57.36855'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.1678 57.36855, 2.1678 57.36855, 2.1678 57.36855, 2.1678 57.36855, 2.1678 57.36855))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 2.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 2.26)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "2.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_792'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.538888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.26'^^xsd:double;
  dwc:startLongitude '2.26'^^xsd:double;
  dwc:endLongitude '2.26'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:startLatitude '61.66'^^xsd:double;
  dwc:endLatitude '61.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.26 61.66, 2.26 61.66, 2.26 61.66, 2.26 61.66, 2.26 61.66))'^^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 '1150_792'^^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/4842__1150_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.56456 2.30854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.56456"^^xsd:decimal ;
  dwc:decimalLongitude "2.30854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.890277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.30854'^^xsd:double;
  dwc:startLongitude '2.30854'^^xsd:double;
  dwc:endLongitude '2.30854'^^xsd:double;
  dwc:latitude '57.56456'^^xsd:double;
  dwc:startLatitude '57.56456'^^xsd:double;
  dwc:endLatitude '57.56456'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.30854 57.56456, 2.30854 57.56456, 2.30854 57.56456, 2.30854 57.56456, 2.30854 57.56456))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.89 2.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.89"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.89 2.32)"^^geo:wktLiteral ;
  geo-pos:lat "54.89"^^xsd:decimal ;
  geo-pos:long "2.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_601'^^xsd: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 '1150_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 '12.794722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.32'^^xsd:double;
  dwc:startLongitude '2.32'^^xsd:double;
  dwc:endLongitude '2.32'^^xsd:double;
  dwc:latitude '54.89'^^xsd:double;
  dwc:startLatitude '54.89'^^xsd:double;
  dwc:endLatitude '54.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.32 54.89, 2.32 54.89, 2.32 54.89, 2.32 54.89, 2.32 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 '1150_601'^^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/4842__1150_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.14 2.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.14"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.14 2.32)"^^geo:wktLiteral ;
  geo-pos:lat "60.14"^^xsd:decimal ;
  geo-pos:long "2.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_816'^^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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.8094444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.32'^^xsd:double;
  dwc:startLongitude '2.32'^^xsd:double;
  dwc:endLongitude '2.32'^^xsd:double;
  dwc:latitude '60.14'^^xsd:double;
  dwc:startLatitude '60.14'^^xsd:double;
  dwc:endLatitude '60.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.32 60.14, 2.32 60.14, 2.32 60.14, 2.32 60.14, 2.32 60.14))'^^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 '1150_816'^^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/4842__1150_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 2.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.64"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 2.38)"^^geo:wktLiteral ;
  geo-pos:lat "61.64"^^xsd:decimal ;
  geo-pos:long "2.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_793'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.914166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.38'^^xsd:double;
  dwc:startLongitude '2.38'^^xsd:double;
  dwc:endLongitude '2.38'^^xsd:double;
  dwc:latitude '61.64'^^xsd:double;
  dwc:startLatitude '61.64'^^xsd:double;
  dwc:endLatitude '61.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.38 61.64, 2.38 61.64, 2.38 61.64, 2.38 61.64, 2.38 61.64))'^^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 '1150_793'^^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/4842__1150_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.42478 2.39745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.42478"^^xsd:decimal ;
  dwc:decimalLongitude "2.39745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '27'^^xsd:integer;
  dwc:collectorNumber '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.39745'^^xsd:double;
  dwc:startLongitude '2.39745'^^xsd:double;
  dwc:endLongitude '2.39745'^^xsd:double;
  dwc:latitude '57.42478'^^xsd:double;
  dwc:startLatitude '57.42478'^^xsd:double;
  dwc:endLatitude '57.42478'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.39745 57.42478, 2.39745 57.42478, 2.39745 57.42478, 2.39745 57.42478, 2.39745 57.42478))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_111'^^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/4842__1150_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.63 2.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.63"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.63 2.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.63"^^xsd:decimal ;
  geo-pos:long "2.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_794'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.021388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.42'^^xsd:double;
  dwc:startLongitude '2.42'^^xsd:double;
  dwc:endLongitude '2.42'^^xsd:double;
  dwc:latitude '61.63'^^xsd:double;
  dwc:startLatitude '61.63'^^xsd:double;
  dwc:endLatitude '61.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.42 61.63, 2.42 61.63, 2.42 61.63, 2.42 61.63, 2.42 61.63))'^^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 '1150_794'^^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/4842__1150_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.91 2.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.91"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.91 2.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.91"^^xsd:decimal ;
  geo-pos:long "2.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.42'^^xsd:double;
  dwc:startLongitude '2.42'^^xsd:double;
  dwc:endLongitude '2.42'^^xsd:double;
  dwc:latitude '61.91'^^xsd:double;
  dwc:startLatitude '61.91'^^xsd:double;
  dwc:endLatitude '61.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.42 61.91, 2.42 61.91, 2.42 61.91, 2.42 61.91, 2.42 61.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 '1150_781'^^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/4842__1150_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.37612 2.42211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.37612"^^xsd:decimal ;
  dwc:decimalLongitude "2.42211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_110'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4691666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.42211'^^xsd:double;
  dwc:startLongitude '2.42211'^^xsd:double;
  dwc:endLongitude '2.42211'^^xsd:double;
  dwc:latitude '57.37612'^^xsd:double;
  dwc:startLatitude '57.37612'^^xsd:double;
  dwc:endLatitude '57.37612'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.42211 57.37612, 2.42211 57.37612, 2.42211 57.37612, 2.42211 57.37612, 2.42211 57.37612))'^^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 '1150_110'^^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/4842__1150_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.74229 2.43434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.74229"^^xsd:decimal ;
  dwc:decimalLongitude "2.43434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.757777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.43434'^^xsd:double;
  dwc:startLongitude '2.43434'^^xsd:double;
  dwc:endLongitude '2.43434'^^xsd:double;
  dwc:latitude '57.74229'^^xsd:double;
  dwc:startLatitude '57.74229'^^xsd:double;
  dwc:endLatitude '57.74229'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.43434 57.74229, 2.43434 57.74229, 2.43434 57.74229, 2.43434 57.74229, 2.43434 57.74229))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 2.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 2.46)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "2.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.383333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.46'^^xsd:double;
  dwc:startLongitude '2.46'^^xsd:double;
  dwc:endLongitude '2.46'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.46 54.65, 2.46 54.65, 2.46 54.65, 2.46 54.65, 2.46 54.65))'^^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 '1150_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/4842__1150_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.62 2.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.62"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.62 2.47)"^^geo:wktLiteral ;
  geo-pos:lat "61.62"^^xsd:decimal ;
  geo-pos:long "2.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_795'^^xsd: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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.171666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.47'^^xsd:double;
  dwc:startLongitude '2.47'^^xsd:double;
  dwc:endLongitude '2.47'^^xsd:double;
  dwc:latitude '61.62'^^xsd:double;
  dwc:startLatitude '61.62'^^xsd:double;
  dwc:endLatitude '61.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.47 61.62, 2.47 61.62, 2.47 61.62, 2.47 61.62, 2.47 61.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 '1150_795'^^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/4842__1150_796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.62 2.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.62"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.62 2.48)"^^geo:wktLiteral ;
  geo-pos:lat "61.62"^^xsd:decimal ;
  geo-pos:long "2.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_796'^^xsd: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 '1150_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 '16.2'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.48'^^xsd:double;
  dwc:startLongitude '2.48'^^xsd:double;
  dwc:endLongitude '2.48'^^xsd:double;
  dwc:latitude '61.62'^^xsd:double;
  dwc:startLatitude '61.62'^^xsd:double;
  dwc:endLatitude '61.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.48 61.62, 2.48 61.62, 2.48 61.62, 2.48 61.62, 2.48 61.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 '1150_796'^^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/4842__1150_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.23714 2.49855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.23714"^^xsd:decimal ;
  dwc:decimalLongitude "2.49855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '27'^^xsd:integer;
  dwc:collectorNumber '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.6463888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.49855'^^xsd:double;
  dwc:startLongitude '2.49855'^^xsd:double;
  dwc:endLongitude '2.49855'^^xsd:double;
  dwc:latitude '57.23714'^^xsd:double;
  dwc:startLatitude '57.23714'^^xsd:double;
  dwc:endLatitude '57.23714'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.49855 57.23714, 2.49855 57.23714, 2.49855 57.23714, 2.49855 57.23714, 2.49855 57.23714))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_109'^^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/4842__1150_798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_798> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.61 2.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.61"^^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/4842__1150_798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.61 2.51)"^^geo:wktLiteral ;
  geo-pos:lat "61.61"^^xsd:decimal ;
  geo-pos:long "2.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.274722222222'^^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 '61.61'^^xsd:double;
  dwc:startLatitude '61.61'^^xsd:double;
  dwc:endLatitude '61.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.51 61.61, 2.51 61.61, 2.51 61.61, 2.51 61.61, 2.51 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 '1150_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/4842__1150_797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_797> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.61 2.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.61"^^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/4842__1150_797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.61 2.51)"^^geo:wktLiteral ;
  geo-pos:lat "61.61"^^xsd:decimal ;
  geo-pos:long "2.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_797'^^xsd: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 '1150_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 '16.274722222222'^^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 '61.61'^^xsd:double;
  dwc:startLatitude '61.61'^^xsd:double;
  dwc:endLatitude '61.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.51 61.61, 2.51 61.61, 2.51 61.61, 2.51 61.61, 2.51 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 '1150_797'^^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/4842__1150_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.89"^^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/4842__1150_780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.52)"^^geo:wktLiteral ;
  geo-pos:lat "61.89"^^xsd:decimal ;
  geo-pos:long "2.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.963611111111'^^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 '61.89'^^xsd:double;
  dwc:startLatitude '61.89'^^xsd:double;
  dwc:endLatitude '61.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.52 61.89, 2.52 61.89, 2.52 61.89, 2.52 61.89, 2.52 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 '1150_780'^^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/4842__1150_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_799> ;
  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/4842__1150_799>
  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/4842__1150_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_799'^^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 '1150_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 '16.398333333333'^^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 "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1150_799'^^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/4842__1150_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.89"^^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/4842__1150_779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "61.89"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.891944444444'^^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.89'^^xsd:double;
  dwc:startLatitude '61.89'^^xsd:double;
  dwc:endLatitude '61.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.55 61.89, 2.55 61.89, 2.55 61.89, 2.55 61.89, 2.55 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 '1150_779'^^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/4842__1150_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6 2.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.6"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6 2.56)"^^geo:wktLiteral ;
  geo-pos:lat "61.6"^^xsd:decimal ;
  geo-pos:long "2.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.419166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.56'^^xsd:double;
  dwc:startLongitude '2.56'^^xsd:double;
  dwc:endLongitude '2.56'^^xsd:double;
  dwc:latitude '61.6'^^xsd:double;
  dwc:startLatitude '61.6'^^xsd:double;
  dwc:endLatitude '61.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.56 61.6, 2.56 61.6, 2.56 61.6, 2.56 61.6, 2.56 61.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 '1150_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/4842__1150_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6 2.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.6"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6 2.56)"^^geo:wktLiteral ;
  geo-pos:lat "61.6"^^xsd:decimal ;
  geo-pos:long "2.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.409444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.56'^^xsd:double;
  dwc:startLongitude '2.56'^^xsd:double;
  dwc:endLongitude '2.56'^^xsd:double;
  dwc:latitude '61.6'^^xsd:double;
  dwc:startLatitude '61.6'^^xsd:double;
  dwc:endLatitude '61.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.56 61.6, 2.56 61.6, 2.56 61.6, 2.56 61.6, 2.56 61.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 '1150_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/4842__1150_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6 2.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.6"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6 2.56)"^^geo:wktLiteral ;
  geo-pos:lat "61.6"^^xsd:decimal ;
  geo-pos:long "2.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.431666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.56'^^xsd:double;
  dwc:startLongitude '2.56'^^xsd:double;
  dwc:endLongitude '2.56'^^xsd:double;
  dwc:latitude '61.6'^^xsd:double;
  dwc:startLatitude '61.6'^^xsd:double;
  dwc:endLatitude '61.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.56 61.6, 2.56 61.6, 2.56 61.6, 2.56 61.6, 2.56 61.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 '1150_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/4842__1150_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.89"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 2.57)"^^geo:wktLiteral ;
  geo-pos:lat "61.89"^^xsd:decimal ;
  geo-pos:long "2.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.8325'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.57'^^xsd:double;
  dwc:startLongitude '2.57'^^xsd:double;
  dwc:endLongitude '2.57'^^xsd:double;
  dwc:latitude '61.89'^^xsd:double;
  dwc:startLatitude '61.89'^^xsd:double;
  dwc:endLatitude '61.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.57 61.89, 2.57 61.89, 2.57 61.89, 2.57 61.89, 2.57 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 '1150_778'^^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/4842__1150_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.10019 2.57249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.10019"^^xsd:decimal ;
  dwc:decimalLongitude "2.57249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_108'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.8319444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.57249'^^xsd:double;
  dwc:startLongitude '2.57249'^^xsd:double;
  dwc:endLongitude '2.57249'^^xsd:double;
  dwc:latitude '57.10019'^^xsd:double;
  dwc:startLatitude '57.10019'^^xsd:double;
  dwc:endLatitude '57.10019'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.57249 57.10019, 2.57249 57.10019, 2.57249 57.10019, 2.57249 57.10019, 2.57249 57.10019))'^^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 '1150_108'^^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/4842__1150_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.42 2.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.42"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.42 2.6)"^^geo:wktLiteral ;
  geo-pos:lat "54.42"^^xsd:decimal ;
  geo-pos:long "2.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.930555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.6'^^xsd:double;
  dwc:startLongitude '2.6'^^xsd:double;
  dwc:endLongitude '2.6'^^xsd:double;
  dwc:latitude '54.42'^^xsd:double;
  dwc:startLatitude '54.42'^^xsd:double;
  dwc:endLatitude '54.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.6 54.42, 2.6 54.42, 2.6 54.42, 2.6 54.42, 2.6 54.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 '1150_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/4842__1150_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.00128 2.62068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.00128"^^xsd:decimal ;
  dwc:decimalLongitude "2.62068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_34'^^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 '1150_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 '14.388611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.62068'^^xsd:double;
  dwc:startLongitude '2.62068'^^xsd:double;
  dwc:endLongitude '2.62068'^^xsd:double;
  dwc:latitude '58.00128'^^xsd:double;
  dwc:startLatitude '58.00128'^^xsd:double;
  dwc:endLatitude '58.00128'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.62068 58.00128, 2.62068 58.00128, 2.62068 58.00128, 2.62068 58.00128, 2.62068 58.00128))'^^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 '1150_34'^^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/4842__1150_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.00581 2.62381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.00581"^^xsd:decimal ;
  dwc:decimalLongitude "2.62381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_33'^^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 '1150_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 '14.360277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.62381'^^xsd:double;
  dwc:startLongitude '2.62381'^^xsd:double;
  dwc:endLongitude '2.62381'^^xsd:double;
  dwc:latitude '58.00581'^^xsd:double;
  dwc:startLatitude '58.00581'^^xsd:double;
  dwc:endLatitude '58.00581'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.62381 58.00581, 2.62381 58.00581, 2.62381 58.00581, 2.62381 58.00581, 2.62381 58.00581))'^^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 '1150_33'^^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/4842__1150_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.63)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "2.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.619166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.63'^^xsd:double;
  dwc:startLongitude '2.63'^^xsd:double;
  dwc:endLongitude '2.63'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:startLatitude '61.59'^^xsd:double;
  dwc:endLatitude '61.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.63 61.59, 2.63 61.59, 2.63 61.59, 2.63 61.59, 2.63 61.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 '1150_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/4842__1150_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.64)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "2.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.634166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.64'^^xsd:double;
  dwc:startLongitude '2.64'^^xsd:double;
  dwc:endLongitude '2.64'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:startLatitude '61.59'^^xsd:double;
  dwc:endLatitude '61.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.64 61.59, 2.64 61.59, 2.64 61.59, 2.64 61.59, 2.64 61.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 '1150_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/4842__1150_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.65)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "2.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_805'^^xsd: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 '1150_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 '16.676944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.65'^^xsd:double;
  dwc:startLongitude '2.65'^^xsd:double;
  dwc:endLongitude '2.65'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:startLatitude '61.59'^^xsd:double;
  dwc:endLatitude '61.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.65 61.59, 2.65 61.59, 2.65 61.59, 2.65 61.59, 2.65 61.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 '1150_805'^^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/4842__1150_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 2.66)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "2.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_806'^^xsd: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 '1150_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 '16.703055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.66'^^xsd:double;
  dwc:startLongitude '2.66'^^xsd:double;
  dwc:endLongitude '2.66'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:startLatitude '61.59'^^xsd:double;
  dwc:endLatitude '61.59'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.66 61.59, 2.66 61.59, 2.66 61.59, 2.66 61.59, 2.66 61.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 '1150_806'^^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/4842__1150_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.91548 2.67482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.91548"^^xsd:decimal ;
  dwc:decimalLongitude "2.67482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_107'^^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 '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.7022222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.67482'^^xsd:double;
  dwc:startLongitude '2.67482'^^xsd:double;
  dwc:endLongitude '2.67482'^^xsd:double;
  dwc:latitude '56.91548'^^xsd:double;
  dwc:startLatitude '56.91548'^^xsd:double;
  dwc:endLatitude '56.91548'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.67482 56.91548, 2.67482 56.91548, 2.67482 56.91548, 2.67482 56.91548, 2.67482 56.91548))'^^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 '1150_107'^^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/4842__1150_777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_777> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 2.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.87"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 2.68)"^^geo:wktLiteral ;
  geo-pos:lat "61.87"^^xsd:decimal ;
  geo-pos:long "2.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.522777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.68'^^xsd:double;
  dwc:startLongitude '2.68'^^xsd:double;
  dwc:endLongitude '2.68'^^xsd:double;
  dwc:latitude '61.87'^^xsd:double;
  dwc:startLatitude '61.87'^^xsd:double;
  dwc:endLatitude '61.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.68 61.87, 2.68 61.87, 2.68 61.87, 2.68 61.87, 2.68 61.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 '1150_777'^^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/4842__1150_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 2.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.87"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 2.68)"^^geo:wktLiteral ;
  geo-pos:lat "61.87"^^xsd:decimal ;
  geo-pos:long "2.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.51'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.68'^^xsd:double;
  dwc:startLongitude '2.68'^^xsd:double;
  dwc:endLongitude '2.68'^^xsd:double;
  dwc:latitude '61.87'^^xsd:double;
  dwc:startLatitude '61.87'^^xsd:double;
  dwc:endLatitude '61.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.68 61.87, 2.68 61.87, 2.68 61.87, 2.68 61.87, 2.68 61.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 '1150_776'^^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/4842__1150_775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_775> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 2.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.87"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 2.69)"^^geo:wktLiteral ;
  geo-pos:lat "61.87"^^xsd:decimal ;
  geo-pos:long "2.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.494166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.69'^^xsd:double;
  dwc:startLongitude '2.69'^^xsd:double;
  dwc:endLongitude '2.69'^^xsd:double;
  dwc:latitude '61.87'^^xsd:double;
  dwc:startLatitude '61.87'^^xsd:double;
  dwc:endLatitude '61.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.69 61.87, 2.69 61.87, 2.69 61.87, 2.69 61.87, 2.69 61.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 '1150_775'^^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/4842__1150_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.09861 2.6912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.09861"^^xsd:decimal ;
  dwc:decimalLongitude "2.6912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '13.757777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.6912'^^xsd:double;
  dwc:startLongitude '2.6912'^^xsd:double;
  dwc:endLongitude '2.6912'^^xsd:double;
  dwc:latitude '58.09861'^^xsd:double;
  dwc:startLatitude '58.09861'^^xsd:double;
  dwc:endLatitude '58.09861'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.6912 58.09861, 2.6912 58.09861, 2.6912 58.09861, 2.6912 58.09861, 2.6912 58.09861))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.86 2.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.86"^^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/4842__1150_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.86 2.7)"^^geo:wktLiteral ;
  geo-pos:lat "61.86"^^xsd:decimal ;
  geo-pos:long "2.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_774'^^xsd: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 '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.454166666667'^^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 '61.86'^^xsd:double;
  dwc:startLatitude '61.86'^^xsd:double;
  dwc:endLatitude '61.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.7 61.86, 2.7 61.86, 2.7 61.86, 2.7 61.86, 2.7 61.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 '1150_774'^^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/4842__1150_604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_604> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_604> ;
  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/4842__1150_604>
  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/4842__1150_604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.848333333333'^^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 '1150_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/4842__1150_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.57 2.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.57"^^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/4842__1150_807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.57 2.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.57"^^xsd:decimal ;
  geo-pos:long "2.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_807'^^xsd: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 '1150_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 '16.915833333333'^^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 '61.57'^^xsd:double;
  dwc:startLatitude '61.57'^^xsd:double;
  dwc:endLatitude '61.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.73 61.57, 2.73 61.57, 2.73 61.57, 2.73 61.57, 2.73 61.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 '1150_807'^^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/4842__1150_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.16992 2.74255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.16992"^^xsd:decimal ;
  dwc:decimalLongitude "2.74255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_31'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.295'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.74255'^^xsd:double;
  dwc:startLongitude '2.74255'^^xsd:double;
  dwc:endLongitude '2.74255'^^xsd:double;
  dwc:latitude '58.16992'^^xsd:double;
  dwc:startLatitude '58.16992'^^xsd:double;
  dwc:endLatitude '58.16992'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.74255 58.16992, 2.74255 58.16992, 2.74255 58.16992, 2.74255 58.16992, 2.74255 58.16992))'^^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 '1150_31'^^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/4842__1150_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.85 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.85"^^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/4842__1150_773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.85 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "61.85"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.297222222222'^^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 '61.85'^^xsd:double;
  dwc:startLatitude '61.85'^^xsd:double;
  dwc:endLatitude '61.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.75 61.85, 2.75 61.85, 2.75 61.85, 2.75 61.85, 2.75 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 '1150_773'^^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/4842__1150_605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_605> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_605> ;
  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/4842__1150_605>
  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/4842__1150_605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.1875'^^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 '1150_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/4842__1150_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 2.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^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/4842__1150_614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 2.79)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "2.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_614'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.594722222222'^^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.1'^^xsd:double;
  dwc:startLatitude '54.1'^^xsd:double;
  dwc:endLatitude '54.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.79 54.1, 2.79 54.1, 2.79 54.1, 2.79 54.1, 2.79 54.1))'^^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 '1150_614'^^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/4842__1150_613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_613> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.08 2.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.08"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.08 2.8)"^^geo:wktLiteral ;
  geo-pos:lat "54.08"^^xsd:decimal ;
  geo-pos:long "2.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.4872222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.8'^^xsd:double;
  dwc:startLongitude '2.8'^^xsd:double;
  dwc:endLongitude '2.8'^^xsd:double;
  dwc:latitude '54.08'^^xsd:double;
  dwc:startLatitude '54.08'^^xsd:double;
  dwc:endLatitude '54.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.8 54.08, 2.8 54.08, 2.8 54.08, 2.8 54.08, 2.8 54.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 '1150_613'^^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/4842__1150_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_615> ;
  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/4842__1150_615>
  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/4842__1150_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.795'^^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 '1150_615'^^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/4842__1150_617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_617> ;
  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/4842__1150_617>
  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/4842__1150_617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_617'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.8775'^^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 "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1150_617'^^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/4842__1150_616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_616> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_616> ;
  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/4842__1150_616>
  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/4842__1150_616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_616'^^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 '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^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 "MW" by the provider'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:occurrenceId '1150_616'^^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/4842__1150_618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_618> ;
  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/4842__1150_618>
  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/4842__1150_618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '15'^^xsd:integer;
  dwc:collectorNumber '1150_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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.278055555556'^^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 '1150_618'^^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/4842__1150_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.84 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.84"^^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/4842__1150_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.84 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "61.84"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_772'^^xsd: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 '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.011944444444'^^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 '61.84'^^xsd:double;
  dwc:startLatitude '61.84'^^xsd:double;
  dwc:endLatitude '61.84'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.85 61.84, 2.85 61.84, 2.85 61.84, 2.85 61.84, 2.85 61.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 '1150_772'^^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/4842__1150_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.3308 2.86093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.3308"^^xsd:decimal ;
  dwc:decimalLongitude "2.86093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_30'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.128611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.86093'^^xsd:double;
  dwc:startLongitude '2.86093'^^xsd:double;
  dwc:endLongitude '2.86093'^^xsd:double;
  dwc:latitude '58.3308'^^xsd:double;
  dwc:startLatitude '58.3308'^^xsd:double;
  dwc:endLatitude '58.3308'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.86093 58.3308, 2.86093 58.3308, 2.86093 58.3308, 2.86093 58.3308, 2.86093 58.3308))'^^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 '1150_30'^^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/4842__1150_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.33163 2.86936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.33163"^^xsd:decimal ;
  dwc:decimalLongitude "2.86936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_29'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.100277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.86936'^^xsd:double;
  dwc:startLongitude '2.86936'^^xsd:double;
  dwc:endLongitude '2.86936'^^xsd:double;
  dwc:latitude '58.33163'^^xsd:double;
  dwc:startLatitude '58.33163'^^xsd:double;
  dwc:endLatitude '58.33163'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.86936 58.33163, 2.86936 58.33163, 2.86936 58.33163, 2.86936 58.33163, 2.86936 58.33163))'^^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 '1150_29'^^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/4842__1150_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 2.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 2.91)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "2.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_771'^^xsd: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 '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.833888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.91'^^xsd:double;
  dwc:startLongitude '2.91'^^xsd:double;
  dwc:endLongitude '2.91'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:startLatitude '61.83'^^xsd:double;
  dwc:endLatitude '61.83'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.91 61.83, 2.91 61.83, 2.91 61.83, 2.91 61.83, 2.91 61.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 '1150_771'^^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/4842__1150_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.52 2.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.52"^^xsd:decimal ;
  dwc:decimalLongitude "2.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/4842__1150_723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.52 2.92)"^^geo:wktLiteral ;
  geo-pos:lat "55.52"^^xsd:decimal ;
  geo-pos:long "2.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '27'^^xsd:integer;
  dwc:collectorNumber '1150_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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.8825'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.92'^^xsd:double;
  dwc:startLongitude '2.92'^^xsd:double;
  dwc:endLongitude '2.92'^^xsd:double;
  dwc:latitude '55.52'^^xsd:double;
  dwc:startLatitude '55.52'^^xsd:double;
  dwc:endLatitude '55.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.92 55.52, 2.92 55.52, 2.92 55.52, 2.92 55.52, 2.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 '1150_723'^^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/4842__1150_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_769> ;
  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/4842__1150_769>
  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/4842__1150_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_769'^^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/4842__1150_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_770> ;
  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/4842__1150_770>
  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/4842__1150_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.756388888889'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_770'^^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/4842__1150_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.14091 2.9822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.14091"^^xsd:decimal ;
  dwc:decimalLongitude "2.9822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_28'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.849166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '2.9822'^^xsd:double;
  dwc:startLongitude '2.9822'^^xsd:double;
  dwc:endLongitude '2.9822'^^xsd:double;
  dwc:latitude '58.14091'^^xsd:double;
  dwc:startLatitude '58.14091'^^xsd:double;
  dwc:endLatitude '58.14091'^^xsd:double;
  dwc:boundingBox 'POLYGON ((2.9822 58.14091, 2.9822 58.14091, 2.9822 58.14091, 2.9822 58.14091, 2.9822 58.14091))'^^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 '1150_28'^^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/4842__1150_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.09519 3.00762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.09519"^^xsd:decimal ;
  dwc:decimalLongitude "3.00762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_27'^^xsd: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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.560555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.00762'^^xsd:double;
  dwc:startLongitude '3.00762'^^xsd:double;
  dwc:endLongitude '3.00762'^^xsd:double;
  dwc:latitude '58.09519'^^xsd:double;
  dwc:startLatitude '58.09519'^^xsd:double;
  dwc:endLatitude '58.09519'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.00762 58.09519, 3.00762 58.09519, 3.00762 58.09519, 3.00762 58.09519, 3.00762 58.09519))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_27'^^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/4842__1150_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.52 3.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.52"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.52 3.01)"^^geo:wktLiteral ;
  geo-pos:lat "61.52"^^xsd:decimal ;
  geo-pos:long "3.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_808'^^xsd: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 '1150_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 '18.400277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.01'^^xsd:double;
  dwc:startLongitude '3.01'^^xsd:double;
  dwc:endLongitude '3.01'^^xsd:double;
  dwc:latitude '61.52'^^xsd:double;
  dwc:startLatitude '61.52'^^xsd:double;
  dwc:endLatitude '61.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.01 61.52, 3.01 61.52, 3.01 61.52, 3.01 61.52, 3.01 61.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 '1150_808'^^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/4842__1150_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7 3.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.7"^^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/4842__1150_746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7 3.02)"^^geo:wktLiteral ;
  geo-pos:lat "59.7"^^xsd:decimal ;
  geo-pos:long "3.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_746'^^xsd: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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.8036111111111'^^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 '59.7'^^xsd:double;
  dwc:startLatitude '59.7'^^xsd:double;
  dwc:endLatitude '59.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.02 59.7, 3.02 59.7, 3.02 59.7, 3.02 59.7, 3.02 59.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 '1150_746'^^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/4842__1150_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8 3.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.8"^^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/4842__1150_768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.8 3.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.8"^^xsd:decimal ;
  geo-pos:long "3.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_768'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.43'^^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.8'^^xsd:double;
  dwc:startLatitude '61.8'^^xsd:double;
  dwc:endLatitude '61.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.05 61.8, 3.05 61.8, 3.05 61.8, 3.05 61.8, 3.05 61.8))'^^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 '1150_768'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.63 3.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.63"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.63 3.07)"^^geo:wktLiteral ;
  geo-pos:lat "53.63"^^xsd:decimal ;
  geo-pos:long "3.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.2138888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.07'^^xsd:double;
  dwc:startLongitude '3.07'^^xsd:double;
  dwc:endLongitude '3.07'^^xsd:double;
  dwc:latitude '53.63'^^xsd:double;
  dwc:startLatitude '53.63'^^xsd:double;
  dwc:endLatitude '53.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.07 53.63, 3.07 53.63, 3.07 53.63, 3.07 53.63, 3.07 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 '1150_619'^^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/4842__1150_620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_620> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_620> ;
  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/4842__1150_620>
  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/4842__1150_620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.9302777777778'^^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 '1150_620'^^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/4842__1150_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.48 3.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.48"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.48 3.16)"^^geo:wktLiteral ;
  geo-pos:lat "53.48"^^xsd:decimal ;
  geo-pos:long "3.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.2797222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.16'^^xsd:double;
  dwc:startLongitude '3.16'^^xsd:double;
  dwc:endLongitude '3.16'^^xsd:double;
  dwc:latitude '53.48'^^xsd:double;
  dwc:startLatitude '53.48'^^xsd:double;
  dwc:endLatitude '53.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.16 53.48, 3.16 53.48, 3.16 53.48, 3.16 53.48, 3.16 53.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 '1150_621'^^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/4842__1150_622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_622> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37 3.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.37"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.37 3.23)"^^geo:wktLiteral ;
  geo-pos:lat "53.37"^^xsd:decimal ;
  geo-pos:long "3.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.0525'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.23'^^xsd:double;
  dwc:startLongitude '3.23'^^xsd:double;
  dwc:endLongitude '3.23'^^xsd:double;
  dwc:latitude '53.37'^^xsd:double;
  dwc:startLatitude '53.37'^^xsd:double;
  dwc:endLatitude '53.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.23 53.37, 3.23 53.37, 3.23 53.37, 3.23 53.37, 3.23 53.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 '1150_622'^^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/4842__1150_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2 3.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.2"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2 3.33)"^^geo:wktLiteral ;
  geo-pos:lat "53.2"^^xsd:decimal ;
  geo-pos:long "3.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.2183333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.33'^^xsd:double;
  dwc:startLongitude '3.33'^^xsd:double;
  dwc:endLongitude '3.33'^^xsd:double;
  dwc:latitude '53.2'^^xsd:double;
  dwc:startLatitude '53.2'^^xsd:double;
  dwc:endLatitude '53.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.33 53.2, 3.33 53.2, 3.33 53.2, 3.33 53.2, 3.33 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 '1150_623'^^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/4842__1150_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.17 3.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.17"^^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/4842__1150_624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.17 3.35)"^^geo:wktLiteral ;
  geo-pos:lat "53.17"^^xsd:decimal ;
  geo-pos:long "3.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.4705555555556'^^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 '53.17'^^xsd:double;
  dwc:startLatitude '53.17'^^xsd:double;
  dwc:endLatitude '53.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.35 53.17, 3.35 53.17, 3.35 53.17, 3.35 53.17, 3.35 53.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 '1150_624'^^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/4842__1150_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.44151 3.36101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.44151"^^xsd:decimal ;
  dwc:decimalLongitude "3.36101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_26'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.5152777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.36101'^^xsd:double;
  dwc:startLongitude '3.36101'^^xsd:double;
  dwc:endLongitude '3.36101'^^xsd:double;
  dwc:latitude '57.44151'^^xsd:double;
  dwc:startLatitude '57.44151'^^xsd:double;
  dwc:endLatitude '57.44151'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.36101 57.44151, 3.36101 57.44151, 3.36101 57.44151, 3.36101 57.44151, 3.36101 57.44151))'^^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 '1150_26'^^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/4842__1150_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.43416 3.36519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.43416"^^xsd:decimal ;
  dwc:decimalLongitude "3.36519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_25'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^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 '3.36519'^^xsd:double;
  dwc:startLongitude '3.36519'^^xsd:double;
  dwc:endLongitude '3.36519'^^xsd:double;
  dwc:latitude '57.43416'^^xsd:double;
  dwc:startLatitude '57.43416'^^xsd:double;
  dwc:endLatitude '57.43416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.36519 57.43416, 3.36519 57.43416, 3.36519 57.43416, 3.36519 57.43416, 3.36519 57.43416))'^^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 '1150_25'^^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/4842__1150_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.4288 3.36789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.4288"^^xsd:decimal ;
  dwc:decimalLongitude "3.36789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.4366666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.36789'^^xsd:double;
  dwc:startLongitude '3.36789'^^xsd:double;
  dwc:endLongitude '3.36789'^^xsd:double;
  dwc:latitude '57.4288'^^xsd:double;
  dwc:startLatitude '57.4288'^^xsd:double;
  dwc:endLatitude '57.4288'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.36789 57.4288, 3.36789 57.4288, 3.36789 57.4288, 3.36789 57.4288, 3.36789 57.4288))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_24'^^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/4842__1150_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.40071 3.38218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.40071"^^xsd:decimal ;
  dwc:decimalLongitude "3.38218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.2630555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.38218'^^xsd:double;
  dwc:startLongitude '3.38218'^^xsd:double;
  dwc:endLongitude '3.38218'^^xsd:double;
  dwc:latitude '57.40071'^^xsd:double;
  dwc:startLatitude '57.40071'^^xsd:double;
  dwc:endLatitude '57.40071'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.38218 57.40071, 3.38218 57.40071, 3.38218 57.40071, 3.38218 57.40071, 3.38218 57.40071))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_23'^^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/4842__1150_626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_626> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.09 3.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.09"^^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/4842__1150_626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.09 3.39)"^^geo:wktLiteral ;
  geo-pos:lat "53.09"^^xsd:decimal ;
  geo-pos:long "3.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_626'^^xsd: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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.002777777778'^^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 '53.09'^^xsd:double;
  dwc:startLatitude '53.09'^^xsd:double;
  dwc:endLatitude '53.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.39 53.09, 3.39 53.09, 3.39 53.09, 3.39 53.09, 3.39 53.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 '1150_626'^^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/4842__1150_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 3.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1"^^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/4842__1150_625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 3.39)"^^geo:wktLiteral ;
  geo-pos:lat "53.1"^^xsd:decimal ;
  geo-pos:long "3.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9819444444444'^^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 '53.1'^^xsd:double;
  dwc:startLatitude '53.1'^^xsd:double;
  dwc:endLatitude '53.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.39 53.1, 3.39 53.1, 3.39 53.1, 3.39 53.1, 3.39 53.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_625'^^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/4842__1150_627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_627> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.06 3.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.06"^^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/4842__1150_627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.06 3.41)"^^geo:wktLiteral ;
  geo-pos:lat "53.06"^^xsd:decimal ;
  geo-pos:long "3.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.206388888889'^^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 '53.06'^^xsd:double;
  dwc:startLatitude '53.06'^^xsd:double;
  dwc:endLatitude '53.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.41 53.06, 3.41 53.06, 3.41 53.06, 3.41 53.06, 3.41 53.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 '1150_627'^^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/4842__1150_628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.04 3.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.04"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.04 3.42)"^^geo:wktLiteral ;
  geo-pos:lat "53.04"^^xsd:decimal ;
  geo-pos:long "3.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.311666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.42'^^xsd:double;
  dwc:startLongitude '3.42'^^xsd:double;
  dwc:endLongitude '3.42'^^xsd:double;
  dwc:latitude '53.04'^^xsd:double;
  dwc:startLatitude '53.04'^^xsd:double;
  dwc:endLatitude '53.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.42 53.04, 3.42 53.04, 3.42 53.04, 3.42 53.04, 3.42 53.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 '1150_628'^^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/4842__1150_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 3.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 3.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "3.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '19.643055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.42'^^xsd:double;
  dwc:startLongitude '3.42'^^xsd:double;
  dwc:endLongitude '3.42'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:startLatitude '61.44'^^xsd:double;
  dwc:endLatitude '61.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.42 61.44, 3.42 61.44, 3.42 61.44, 3.42 61.44, 3.42 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 '1150_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/4842__1150_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.31983 3.42542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.31983"^^xsd:decimal ;
  dwc:decimalLongitude "3.42542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.7530555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.42542'^^xsd:double;
  dwc:startLongitude '3.42542'^^xsd:double;
  dwc:endLongitude '3.42542'^^xsd:double;
  dwc:latitude '57.31983'^^xsd:double;
  dwc:startLatitude '57.31983'^^xsd:double;
  dwc:endLatitude '57.31983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.42542 57.31983, 3.42542 57.31983, 3.42542 57.31983, 3.42542 57.31983, 3.42542 57.31983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_22'^^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/4842__1150_630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_630> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.02 3.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.02"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.02 3.43)"^^geo:wktLiteral ;
  geo-pos:lat "53.02"^^xsd:decimal ;
  geo-pos:long "3.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.456944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.43'^^xsd:double;
  dwc:startLongitude '3.43'^^xsd:double;
  dwc:endLongitude '3.43'^^xsd:double;
  dwc:latitude '53.02'^^xsd:double;
  dwc:startLatitude '53.02'^^xsd:double;
  dwc:endLatitude '53.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.43 53.02, 3.43 53.02, 3.43 53.02, 3.43 53.02, 3.43 53.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 '1150_630'^^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/4842__1150_629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_629> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.03 3.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.03"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.03 3.43)"^^geo:wktLiteral ;
  geo-pos:lat "53.03"^^xsd:decimal ;
  geo-pos:long "3.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.418611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.43'^^xsd:double;
  dwc:startLongitude '3.43'^^xsd:double;
  dwc:endLongitude '3.43'^^xsd:double;
  dwc:latitude '53.03'^^xsd:double;
  dwc:startLatitude '53.03'^^xsd:double;
  dwc:endLatitude '53.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.43 53.03, 3.43 53.03, 3.43 53.03, 3.43 53.03, 3.43 53.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 '1150_629'^^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/4842__1150_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.43 3.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.43"^^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/4842__1150_810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.43 3.45)"^^geo:wktLiteral ;
  geo-pos:lat "61.43"^^xsd:decimal ;
  geo-pos:long "3.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_810'^^xsd: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 '1150_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 '19.7275'^^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 '61.43'^^xsd:double;
  dwc:startLatitude '61.43'^^xsd:double;
  dwc:endLatitude '61.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.45 61.43, 3.45 61.43, 3.45 61.43, 3.45 61.43, 3.45 61.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 '1150_810'^^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/4842__1150_631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_631> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.93 3.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.93"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.93 3.49)"^^geo:wktLiteral ;
  geo-pos:lat "52.93"^^xsd:decimal ;
  geo-pos:long "3.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.101666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.49'^^xsd:double;
  dwc:startLongitude '3.49'^^xsd:double;
  dwc:endLongitude '3.49'^^xsd:double;
  dwc:latitude '52.93'^^xsd:double;
  dwc:startLatitude '52.93'^^xsd:double;
  dwc:endLatitude '52.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.49 52.93, 3.49 52.93, 3.49 52.93, 3.49 52.93, 3.49 52.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 '1150_631'^^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/4842__1150_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.93 3.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.93"^^xsd:decimal ;
  dwc:decimalLongitude "3.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/4842__1150_632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.93 3.49)"^^geo:wktLiteral ;
  geo-pos:lat "52.93"^^xsd:decimal ;
  geo-pos:long "3.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.131944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.49'^^xsd:double;
  dwc:startLongitude '3.49'^^xsd:double;
  dwc:endLongitude '3.49'^^xsd:double;
  dwc:latitude '52.93'^^xsd:double;
  dwc:startLatitude '52.93'^^xsd:double;
  dwc:endLatitude '52.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.49 52.93, 3.49 52.93, 3.49 52.93, 3.49 52.93, 3.49 52.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 '1150_632'^^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/4842__1150_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_634> ;
  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/4842__1150_634>
  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/4842__1150_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_634'^^xsd: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 '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.373611111111'^^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 '1150_634'^^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/4842__1150_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9 3.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.9"^^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/4842__1150_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.9 3.51)"^^geo:wktLiteral ;
  geo-pos:lat "52.9"^^xsd:decimal ;
  geo-pos:long "3.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '16'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.349166666667'^^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.9'^^xsd:double;
  dwc:startLatitude '52.9'^^xsd:double;
  dwc:endLatitude '52.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.51 52.9, 3.51 52.9, 3.51 52.9, 3.51 52.9, 3.51 52.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 '1150_633'^^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/4842__1150_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.81244 3.69079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.81244"^^xsd:decimal ;
  dwc:decimalLongitude "3.69079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.279444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.69079'^^xsd:double;
  dwc:startLongitude '3.69079'^^xsd:double;
  dwc:endLongitude '3.69079'^^xsd:double;
  dwc:latitude '56.81244'^^xsd:double;
  dwc:startLatitude '56.81244'^^xsd:double;
  dwc:endLatitude '56.81244'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.69079 56.81244, 3.69079 56.81244, 3.69079 56.81244, 3.69079 56.81244, 3.69079 56.81244))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_21'^^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/4842__1150_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.80105 3.69774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.80105"^^xsd:decimal ;
  dwc:decimalLongitude "3.69774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_20'^^xsd: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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.193888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.69774'^^xsd:double;
  dwc:startLongitude '3.69774'^^xsd:double;
  dwc:endLongitude '3.69774'^^xsd:double;
  dwc:latitude '56.80105'^^xsd:double;
  dwc:startLatitude '56.80105'^^xsd:double;
  dwc:endLatitude '56.80105'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.69774 56.80105, 3.69774 56.80105, 3.69774 56.80105, 3.69774 56.80105, 3.69774 56.80105))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_20'^^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/4842__1150_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.79659 3.70057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.79659"^^xsd:decimal ;
  dwc:decimalLongitude "3.70057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.165'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.70057'^^xsd:double;
  dwc:startLongitude '3.70057'^^xsd:double;
  dwc:endLongitude '3.70057'^^xsd:double;
  dwc:latitude '56.79659'^^xsd:double;
  dwc:startLatitude '56.79659'^^xsd:double;
  dwc:endLatitude '56.79659'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.70057 56.79659, 3.70057 56.79659, 3.70057 56.79659, 3.70057 56.79659, 3.70057 56.79659))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_19'^^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/4842__1150_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.79633 3.7007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.79633"^^xsd:decimal ;
  dwc:decimalLongitude "3.7007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_18'^^xsd: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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.163333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.7007'^^xsd:double;
  dwc:startLongitude '3.7007'^^xsd:double;
  dwc:endLongitude '3.7007'^^xsd:double;
  dwc:latitude '56.79633'^^xsd:double;
  dwc:startLatitude '56.79633'^^xsd:double;
  dwc:endLatitude '56.79633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.7007 56.79633, 3.7007 56.79633, 3.7007 56.79633, 3.7007 56.79633, 3.7007 56.79633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_18'^^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/4842__1150_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.76957 3.71704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.76957"^^xsd:decimal ;
  dwc:decimalLongitude "3.71704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_17'^^xsd: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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.989166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.71704'^^xsd:double;
  dwc:startLongitude '3.71704'^^xsd:double;
  dwc:endLongitude '3.71704'^^xsd:double;
  dwc:latitude '56.76957'^^xsd:double;
  dwc:startLatitude '56.76957'^^xsd:double;
  dwc:endLatitude '56.76957'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.71704 56.76957, 3.71704 56.76957, 3.71704 56.76957, 3.71704 56.76957, 3.71704 56.76957))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_17'^^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/4842__1150_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65174 3.84514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65174"^^xsd:decimal ;
  dwc:decimalLongitude "3.84514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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.74'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.84514'^^xsd:double;
  dwc:startLongitude '3.84514'^^xsd:double;
  dwc:endLongitude '3.84514'^^xsd:double;
  dwc:latitude '56.65174'^^xsd:double;
  dwc:startLatitude '56.65174'^^xsd:double;
  dwc:endLatitude '56.65174'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.84514 56.65174, 3.84514 56.65174, 3.84514 56.65174, 3.84514 56.65174, 3.84514 56.65174))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_12> ;
  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/4842__1150_12>
  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/4842__1150_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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.278611111111'^^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 '1150_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/4842__1150_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.82288 3.98991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.82288"^^xsd:decimal ;
  dwc:decimalLongitude "3.98991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.611111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '3.98991'^^xsd:double;
  dwc:startLongitude '3.98991'^^xsd:double;
  dwc:endLongitude '3.98991'^^xsd:double;
  dwc:latitude '56.82288'^^xsd:double;
  dwc:startLatitude '56.82288'^^xsd:double;
  dwc:endLatitude '56.82288'^^xsd:double;
  dwc:boundingBox 'POLYGON ((3.98991 56.82288, 3.98991 56.82288, 3.98991 56.82288, 3.98991 56.82288, 3.98991 56.82288))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.85207 4.01561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.85207"^^xsd:decimal ;
  dwc:decimalLongitude "4.01561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.413055555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.01561'^^xsd:double;
  dwc:startLongitude '4.01561'^^xsd:double;
  dwc:endLongitude '4.01561'^^xsd:double;
  dwc:latitude '56.85207'^^xsd:double;
  dwc:startLatitude '56.85207'^^xsd:double;
  dwc:endLatitude '56.85207'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.01561 56.85207, 4.01561 56.85207, 4.01561 56.85207, 4.01561 56.85207, 4.01561 56.85207))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86534 4.01974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.86534"^^xsd:decimal ;
  dwc:decimalLongitude "4.01974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_9'^^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 '1150_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 '17.259166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.01974'^^xsd:double;
  dwc:startLongitude '4.01974'^^xsd:double;
  dwc:endLongitude '4.01974'^^xsd:double;
  dwc:latitude '56.86534'^^xsd:double;
  dwc:startLatitude '56.86534'^^xsd:double;
  dwc:endLatitude '56.86534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.01974 56.86534, 4.01974 56.86534, 4.01974 56.86534, 4.01974 56.86534, 4.01974 56.86534))'^^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 '1150_9'^^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/4842__1150_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86534 4.01974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.86534"^^xsd:decimal ;
  dwc:decimalLongitude "4.01974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_8'^^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 '1150_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 '17.241111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.01974'^^xsd:double;
  dwc:startLongitude '4.01974'^^xsd:double;
  dwc:endLongitude '4.01974'^^xsd:double;
  dwc:latitude '56.86534'^^xsd:double;
  dwc:startLatitude '56.86534'^^xsd:double;
  dwc:endLatitude '56.86534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.01974 56.86534, 4.01974 56.86534, 4.01974 56.86534, 4.01974 56.86534, 4.01974 56.86534))'^^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 '1150_8'^^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/4842__1150_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 4.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.57"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4842__1150_609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.57 4.16)"^^geo:wktLiteral ;
  geo-pos:lat "54.57"^^xsd:decimal ;
  geo-pos:long "4.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_609'^^xsd: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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.65'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.16'^^xsd:double;
  dwc:startLongitude '4.16'^^xsd:double;
  dwc:endLongitude '4.16'^^xsd:double;
  dwc:latitude '54.57'^^xsd:double;
  dwc:startLatitude '54.57'^^xsd:double;
  dwc:endLatitude '54.57'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.16 54.57, 4.16 54.57, 4.16 54.57, 4.16 54.57, 4.16 54.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 '1150_609'^^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/4842__1150_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.29 4.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.29"^^xsd:decimal ;
  dwc:decimalLongitude "4.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_811'^^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 '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5508333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.17'^^xsd:double;
  dwc:startLongitude '4.17'^^xsd:double;
  dwc:endLongitude '4.17'^^xsd:double;
  dwc:latitude '61.29'^^xsd:double;
  dwc:startLatitude '61.29'^^xsd:double;
  dwc:endLatitude '61.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.17 61.29, 4.17 61.29, 4.17 61.29, 4.17 61.29, 4.17 61.29))'^^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 '1150_811'^^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/4842__1150_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.52 4.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.52"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4842__1150_745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.52 4.21)"^^geo:wktLiteral ;
  geo-pos:lat "59.52"^^xsd:decimal ;
  geo-pos:long "4.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_745'^^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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.7747222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.21'^^xsd:double;
  dwc:startLongitude '4.21'^^xsd:double;
  dwc:endLongitude '4.21'^^xsd:double;
  dwc:latitude '59.52'^^xsd:double;
  dwc:startLatitude '59.52'^^xsd:double;
  dwc:endLatitude '59.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.21 59.52, 4.21 59.52, 4.21 59.52, 4.21 59.52, 4.21 59.52))'^^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 '1150_745'^^xsd:string;
  dwc:observationDate '2005-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_610> ;
  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/4842__1150_610>
  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/4842__1150_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '14'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.4855555555556'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_610'^^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/4842__1150_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.32441 4.41684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.32441"^^xsd:decimal ;
  dwc:decimalLongitude "4.41684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_7'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.798888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.41684'^^xsd:double;
  dwc:startLongitude '4.41684'^^xsd:double;
  dwc:endLongitude '4.41684'^^xsd:double;
  dwc:latitude '57.32441'^^xsd:double;
  dwc:startLatitude '57.32441'^^xsd:double;
  dwc:endLatitude '57.32441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.41684 57.32441, 4.41684 57.32441, 4.41684 57.32441, 4.41684 57.32441, 4.41684 57.32441))'^^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 '1150_7'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.35 4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.35"^^xsd:decimal ;
  dwc:decimalLongitude "4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_611'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.596944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.45'^^xsd:double;
  dwc:startLongitude '4.45'^^xsd:double;
  dwc:endLongitude '4.45'^^xsd:double;
  dwc:latitude '55.35'^^xsd:double;
  dwc:startLatitude '55.35'^^xsd:double;
  dwc:endLatitude '55.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.45 55.35, 4.45 55.35, 4.45 55.35, 4.45 55.35, 4.45 55.35))'^^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 '1150_611'^^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/4842__1150_612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 4.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.47"^^xsd:decimal ;
  dwc:decimalLongitude "4.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/4842__1150_612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 4.49)"^^geo:wktLiteral ;
  geo-pos:lat "55.47"^^xsd:decimal ;
  geo-pos:long "4.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '14'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.336944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.49'^^xsd:double;
  dwc:startLongitude '4.49'^^xsd:double;
  dwc:endLongitude '4.49'^^xsd:double;
  dwc:latitude '55.47'^^xsd:double;
  dwc:startLatitude '55.47'^^xsd:double;
  dwc:endLatitude '55.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.49 55.47, 4.49 55.47, 4.49 55.47, 4.49 55.47, 4.49 55.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 '1150_612'^^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/4842__1150_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47366 4.54008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47366"^^xsd:decimal ;
  dwc:decimalLongitude "4.54008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_6'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.100555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.54008'^^xsd:double;
  dwc:startLongitude '4.54008'^^xsd:double;
  dwc:endLongitude '4.54008'^^xsd:double;
  dwc:latitude '57.47366'^^xsd:double;
  dwc:startLatitude '57.47366'^^xsd:double;
  dwc:endLatitude '57.47366'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.54008 57.47366, 4.54008 57.47366, 4.54008 57.47366, 4.54008 57.47366, 4.54008 57.47366))'^^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 '1150_6'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47987 4.54544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47987"^^xsd:decimal ;
  dwc:decimalLongitude "4.54544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_5'^^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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.057777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.54544'^^xsd:double;
  dwc:startLongitude '4.54544'^^xsd:double;
  dwc:endLongitude '4.54544'^^xsd:double;
  dwc:latitude '57.47987'^^xsd:double;
  dwc:startLatitude '57.47987'^^xsd:double;
  dwc:endLatitude '57.47987'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.54544 57.47987, 4.54544 57.47987, 4.54544 57.47987, 4.54544 57.47987, 4.54544 57.47987))'^^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 '1150_5'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.76 4.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.76"^^xsd:decimal ;
  dwc:decimalLongitude "4.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_575'^^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 '8'^^xsd:integer;
  dwc:collectorNumber '1150_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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.7594444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '4.75'^^xsd:double;
  dwc:startLongitude '4.75'^^xsd:double;
  dwc:endLongitude '4.75'^^xsd:double;
  dwc:latitude '55.76'^^xsd:double;
  dwc:startLatitude '55.76'^^xsd:double;
  dwc:endLatitude '55.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.75 55.76, 4.75 55.76, 4.75 55.76, 4.75 55.76, 4.75 55.76))'^^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 '1150_575'^^xsd:string;
  dwc:observationDate '2005-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66 4.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.66"^^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/4842__1150_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.66 4.77)"^^geo:wktLiteral ;
  geo-pos:lat "58.66"^^xsd:decimal ;
  geo-pos:long "4.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_817'^^xsd: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 '1150_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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.4925'^^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.66'^^xsd:double;
  dwc:startLatitude '58.66'^^xsd:double;
  dwc:endLatitude '58.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((4.77 58.66, 4.77 58.66, 4.77 58.66, 4.77 58.66, 4.77 58.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 '1150_817'^^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/4842__1150_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.90504 5.11394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.90504"^^xsd:decimal ;
  dwc:decimalLongitude "5.11394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_4'^^xsd:string;
  dwc:scientificName 'Lagenorhynchus albirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '1150_4'^^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.583333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.11394'^^xsd:double;
  dwc:startLongitude '5.11394'^^xsd:double;
  dwc:endLongitude '5.11394'^^xsd:double;
  dwc:latitude '57.90504'^^xsd:double;
  dwc:startLatitude '57.90504'^^xsd:double;
  dwc:endLatitude '57.90504'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.11394 57.90504, 5.11394 57.90504, 5.11394 57.90504, 5.11394 57.90504, 5.11394 57.90504))'^^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 '1150_4'^^xsd:string;
  dwc:observationDate '2005-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18 5.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.18"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4842__1150_574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.18 5.15)"^^geo:wktLiteral ;
  geo-pos:lat "55.18"^^xsd:decimal ;
  geo-pos:long "5.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.605555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.15'^^xsd:double;
  dwc:startLongitude '5.15'^^xsd:double;
  dwc:endLongitude '5.15'^^xsd:double;
  dwc:latitude '55.18'^^xsd:double;
  dwc:startLatitude '55.18'^^xsd:double;
  dwc:endLatitude '55.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.15 55.18, 5.15 55.18, 5.15 55.18, 5.15 55.18, 5.15 55.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 '1150_574'^^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/4842__1150_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.11 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.11"^^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/4842__1150_573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.11 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "55.11"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.099444444444'^^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 '55.11'^^xsd:double;
  dwc:startLatitude '55.11'^^xsd:double;
  dwc:endLatitude '55.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.2 55.11, 5.2 55.11, 5.2 55.11, 5.2 55.11, 5.2 55.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 '1150_573'^^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/4842__1150_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.65581 5.26124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.65581"^^xsd:decimal ;
  dwc:decimalLongitude "5.26124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_3'^^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 '1150_3'^^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.966666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.26124'^^xsd:double;
  dwc:startLongitude '5.26124'^^xsd:double;
  dwc:endLongitude '5.26124'^^xsd:double;
  dwc:latitude '57.65581'^^xsd:double;
  dwc:startLatitude '57.65581'^^xsd:double;
  dwc:endLatitude '57.65581'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.26124 57.65581, 5.26124 57.65581, 5.26124 57.65581, 5.26124 57.65581, 5.26124 57.65581))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_3'^^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/4842__1150_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.75"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '7'^^xsd:integer;
  dwc:collectorNumber '1150_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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.634166666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:startLongitude '5.45'^^xsd:double;
  dwc:endLongitude '5.45'^^xsd:double;
  dwc:latitude '54.75'^^xsd:double;
  dwc:startLatitude '54.75'^^xsd:double;
  dwc:endLatitude '54.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.45 54.75, 5.45 54.75, 5.45 54.75, 5.45 54.75, 5.45 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 '1150_572'^^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/4842__1150_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.26"^^xsd:decimal ;
  dwc:decimalLongitude "5.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/4842__1150_571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.26 5.8)"^^geo:wktLiteral ;
  geo-pos:lat "54.26"^^xsd:decimal ;
  geo-pos:long "5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.160555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.8'^^xsd:double;
  dwc:startLongitude '5.8'^^xsd:double;
  dwc:endLongitude '5.8'^^xsd:double;
  dwc:latitude '54.26'^^xsd:double;
  dwc:startLatitude '54.26'^^xsd:double;
  dwc:endLatitude '54.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.8 54.26, 5.8 54.26, 5.8 54.26, 5.8 54.26, 5.8 54.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 '1150_571'^^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/4842__1150_570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_570> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 5.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.17"^^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/4842__1150_570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.17 5.86)"^^geo:wktLiteral ;
  geo-pos:lat "54.17"^^xsd:decimal ;
  geo-pos:long "5.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^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.17'^^xsd:double;
  dwc:startLatitude '54.17'^^xsd:double;
  dwc:endLatitude '54.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.86 54.17, 5.86 54.17, 5.86 54.17, 5.86 54.17, 5.86 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 '1150_570'^^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/4842__1150_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.52322 5.88722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.52322"^^xsd:decimal ;
  dwc:decimalLongitude "5.88722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_2'^^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 '1150_2'^^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 '4.6666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.88722'^^xsd:double;
  dwc:startLongitude '5.88722'^^xsd:double;
  dwc:endLongitude '5.88722'^^xsd:double;
  dwc:latitude '56.52322'^^xsd:double;
  dwc:startLatitude '56.52322'^^xsd:double;
  dwc:endLatitude '56.52322'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.88722 56.52322, 5.88722 56.52322, 5.88722 56.52322, 5.88722 56.52322, 5.88722 56.52322))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_2'^^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/4842__1150_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_569'^^xsd: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 '1150_569'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.1475'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '5.9'^^xsd:double;
  dwc:startLongitude '5.9'^^xsd:double;
  dwc:endLongitude '5.9'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:startLatitude '54.1'^^xsd:double;
  dwc:endLatitude '54.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.9 54.1, 5.9 54.1, 5.9 54.1, 5.9 54.1, 5.9 54.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_569'^^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/4842__1150_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 5.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07"^^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/4842__1150_568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07 5.92)"^^geo:wktLiteral ;
  geo-pos:lat "54.07"^^xsd:decimal ;
  geo-pos:long "5.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_568'^^xsd: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 '1150_568'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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 '12.934444444444'^^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 '54.07'^^xsd:double;
  dwc:startLatitude '54.07'^^xsd:double;
  dwc:endLatitude '54.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((5.92 54.07, 5.92 54.07, 5.92 54.07, 5.92 54.07, 5.92 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 '1150_568'^^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/4842__1150_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.49465 6.06441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.49465"^^xsd:decimal ;
  dwc:decimalLongitude "6.06441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.248888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.06441'^^xsd:double;
  dwc:startLongitude '6.06441'^^xsd:double;
  dwc:endLongitude '6.06441'^^xsd:double;
  dwc:latitude '57.49465'^^xsd:double;
  dwc:startLatitude '57.49465'^^xsd:double;
  dwc:endLatitude '57.49465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.06441 57.49465, 6.06441 57.49465, 6.06441 57.49465, 6.06441 57.49465, 6.06441 57.49465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_16'^^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/4842__1150_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48976 6.06819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48976"^^xsd:decimal ;
  dwc:decimalLongitude "6.06819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.215277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.06819'^^xsd:double;
  dwc:startLongitude '6.06819'^^xsd:double;
  dwc:endLongitude '6.06819'^^xsd:double;
  dwc:latitude '57.48976'^^xsd:double;
  dwc:startLatitude '57.48976'^^xsd:double;
  dwc:endLatitude '57.48976'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.06819 57.48976, 6.06819 57.48976, 6.06819 57.48976, 6.06819 57.48976, 6.06819 57.48976))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_15'^^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/4842__1150_567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 6.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54"^^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/4842__1150_567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54 6.57)"^^geo:wktLiteral ;
  geo-pos:lat "54"^^xsd:decimal ;
  geo-pos:long "6.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_567'^^xsd: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 '1150_567'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.3033333333333'^^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 '54'^^xsd:integer;
  dwc:startLatitude '54'^^xsd:integer;
  dwc:endLatitude '54'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((6.57 54, 6.57 54, 6.57 54, 6.57 54, 6.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 '1150_567'^^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/4842__1150_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.03 6.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.03"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4842__1150_566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.03 6.59)"^^geo:wktLiteral ;
  geo-pos:lat "54.03"^^xsd:decimal ;
  geo-pos:long "6.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_566'^^xsd: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 '1150_566'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.1086111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.59'^^xsd:double;
  dwc:startLongitude '6.59'^^xsd:double;
  dwc:endLongitude '6.59'^^xsd:double;
  dwc:latitude '54.03'^^xsd:double;
  dwc:startLatitude '54.03'^^xsd:double;
  dwc:endLatitude '54.03'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.59 54.03, 6.59 54.03, 6.59 54.03, 6.59 54.03, 6.59 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 '1150_566'^^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/4842__1150_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 6.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.12"^^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/4842__1150_565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.12 6.64)"^^geo:wktLiteral ;
  geo-pos:lat "54.12"^^xsd:decimal ;
  geo-pos:long "6.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_565'^^xsd: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 '1150_565'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.5261111111111'^^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 '54.12'^^xsd:double;
  dwc:startLatitude '54.12'^^xsd:double;
  dwc:endLatitude '54.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.64 54.12, 6.64 54.12, 6.64 54.12, 6.64 54.12, 6.64 54.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 '1150_565'^^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/4842__1150_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57598 6.67871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57598"^^xsd:decimal ;
  dwc:decimalLongitude "6.67871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.4852777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.67871'^^xsd:double;
  dwc:startLongitude '6.67871'^^xsd:double;
  dwc:endLongitude '6.67871'^^xsd:double;
  dwc:latitude '56.57598'^^xsd:double;
  dwc:startLatitude '56.57598'^^xsd:double;
  dwc:endLatitude '56.57598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.67871 56.57598, 6.67871 56.57598, 6.67871 56.57598, 6.67871 56.57598, 6.67871 56.57598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_14'^^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/4842__1150_564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_564> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5 6.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.5"^^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/4842__1150_564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.5 6.88)"^^geo:wktLiteral ;
  geo-pos:lat "54.5"^^xsd:decimal ;
  geo-pos:long "6.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_564'^^xsd: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 '1150_564'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.485555555556'^^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 '54.5'^^xsd:double;
  dwc:startLatitude '54.5'^^xsd:double;
  dwc:endLatitude '54.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.88 54.5, 6.88 54.5, 6.88 54.5, 6.88 54.5, 6.88 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 '1150_564'^^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/4842__1150_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.54 6.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.54"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4842__1150_563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.54 6.91)"^^geo:wktLiteral ;
  geo-pos:lat "54.54"^^xsd:decimal ;
  geo-pos:long "6.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.235'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.91'^^xsd:double;
  dwc:startLongitude '6.91'^^xsd:double;
  dwc:endLongitude '6.91'^^xsd:double;
  dwc:latitude '54.54'^^xsd:double;
  dwc:startLatitude '54.54'^^xsd:double;
  dwc:endLatitude '54.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.91 54.54, 6.91 54.54, 6.91 54.54, 6.91 54.54, 6.91 54.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 '1150_563'^^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/4842__1150_562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_562> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.55 6.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.55"^^xsd:decimal ;
  dwc:decimalLongitude "6.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/4842__1150_562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.55 6.91)"^^geo:wktLiteral ;
  geo-pos:lat "54.55"^^xsd:decimal ;
  geo-pos:long "6.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_562'^^xsd: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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^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 '6.91'^^xsd:double;
  dwc:startLongitude '6.91'^^xsd:double;
  dwc:endLongitude '6.91'^^xsd:double;
  dwc:latitude '54.55'^^xsd:double;
  dwc:startLatitude '54.55'^^xsd:double;
  dwc:endLatitude '54.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.91 54.55, 6.91 54.55, 6.91 54.55, 6.91 54.55, 6.91 54.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 '1150_562'^^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/4842__1150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18861 6.98978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18861"^^xsd:decimal ;
  dwc:decimalLongitude "6.98978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_1'^^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 '1150_1'^^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 '14.917222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '6.98978'^^xsd:double;
  dwc:startLongitude '6.98978'^^xsd:double;
  dwc:endLongitude '6.98978'^^xsd:double;
  dwc:latitude '56.18861'^^xsd:double;
  dwc:startLatitude '56.18861'^^xsd:double;
  dwc:endLatitude '56.18861'^^xsd:double;
  dwc:boundingBox 'POLYGON ((6.98978 56.18861, 6.98978 56.18861, 6.98978 56.18861, 6.98978 56.18861, 6.98978 56.18861))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_1'^^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/4842__1150_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.68 7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.68"^^xsd:decimal ;
  dwc:decimalLongitude "7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_558'^^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 '1150_558'^^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.967222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7'^^xsd:integer;
  dwc:startLongitude '7'^^xsd:integer;
  dwc:endLongitude '7'^^xsd:integer;
  dwc:latitude '54.68'^^xsd:double;
  dwc:startLatitude '54.68'^^xsd:double;
  dwc:endLatitude '54.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7 54.68, 7 54.68, 7 54.68, 7 54.68, 7 54.68))'^^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 '1150_558'^^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/4842__1150_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 7.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.71"^^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/4842__1150_561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 7.01)"^^geo:wktLiteral ;
  geo-pos:lat "54.71"^^xsd:decimal ;
  geo-pos:long "7.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_561'^^xsd: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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.058333333333'^^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 '54.71'^^xsd:double;
  dwc:startLatitude '54.71'^^xsd:double;
  dwc:endLatitude '54.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.01 54.71, 7.01 54.71, 7.01 54.71, 7.01 54.71, 7.01 54.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 '1150_561'^^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/4842__1150_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 7.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.71"^^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/4842__1150_557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 7.01)"^^geo:wktLiteral ;
  geo-pos:lat "54.71"^^xsd:decimal ;
  geo-pos:long "7.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_557'^^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 '1150_557'^^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.808055555556'^^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 '54.71'^^xsd:double;
  dwc:startLatitude '54.71'^^xsd:double;
  dwc:endLatitude '54.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.01 54.71, 7.01 54.71, 7.01 54.71, 7.01 54.71, 7.01 54.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 '1150_557'^^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/4842__1150_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.71"^^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/4842__1150_560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 7.02)"^^geo:wktLiteral ;
  geo-pos:lat "54.71"^^xsd:decimal ;
  geo-pos:long "7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.023055555556'^^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.71'^^xsd:double;
  dwc:startLatitude '54.71'^^xsd:double;
  dwc:endLatitude '54.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.02 54.71, 7.02 54.71, 7.02 54.71, 7.02 54.71, 7.02 54.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 '1150_560'^^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/4842__1150_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 7.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.74"^^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/4842__1150_559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 7.04)"^^geo:wktLiteral ;
  geo-pos:lat "54.74"^^xsd:decimal ;
  geo-pos:long "7.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1'^^xsd:integer;
  dwc:collectorNumber '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.809722222222'^^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 '54.74'^^xsd:double;
  dwc:startLatitude '54.74'^^xsd:double;
  dwc:endLatitude '54.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.04 54.74, 7.04 54.74, 7.04 54.74, 7.04 54.74, 7.04 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 '1150_559'^^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/4842__1150_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75 7.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.75"^^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/4842__1150_556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.75 7.04)"^^geo:wktLiteral ;
  geo-pos:lat "54.75"^^xsd:decimal ;
  geo-pos:long "7.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_556'^^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 '1150_556'^^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.496944444444'^^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 '54.75'^^xsd:double;
  dwc:startLatitude '54.75'^^xsd:double;
  dwc:endLatitude '54.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.04 54.75, 7.04 54.75, 7.04 54.75, 7.04 54.75, 7.04 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 '1150_556'^^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/4842__1150_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_608> ;
  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/4842__1150_608>
  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/4842__1150_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.5716666666667'^^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 '1150_608'^^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/4842__1150_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 7.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.73"^^xsd:decimal ;
  dwc:decimalLongitude "7.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/4842__1150_607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.73 7.86)"^^geo:wktLiteral ;
  geo-pos:lat "54.73"^^xsd:decimal ;
  geo-pos:long "7.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_607'^^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 '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.7975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '7.86'^^xsd:double;
  dwc:startLongitude '7.86'^^xsd:double;
  dwc:endLongitude '7.86'^^xsd:double;
  dwc:latitude '54.73'^^xsd:double;
  dwc:startLatitude '54.73'^^xsd:double;
  dwc:endLatitude '54.73'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.86 54.73, 7.86 54.73, 7.86 54.73, 7.86 54.73, 7.86 54.73))'^^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 '1150_607'^^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/4842__1150_606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 7.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.74"^^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/4842__1150_606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.74 7.87)"^^geo:wktLiteral ;
  geo-pos:lat "54.74"^^xsd:decimal ;
  geo-pos:long "7.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '13'^^xsd:integer;
  dwc:collectorNumber '1150_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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.7041666666667'^^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 '54.74'^^xsd:double;
  dwc:startLatitude '54.74'^^xsd:double;
  dwc:endLatitude '54.74'^^xsd:double;
  dwc:boundingBox 'POLYGON ((7.87 54.74, 7.87 54.74, 7.87 54.74, 7.87 54.74, 7.87 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 '1150_606'^^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/4842__1150_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.79"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 10.48)"^^geo:wktLiteral ;
  geo-pos:lat "55.79"^^xsd:decimal ;
  geo-pos:long "10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.059722222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.48'^^xsd:double;
  dwc:startLongitude '10.48'^^xsd:double;
  dwc:endLongitude '10.48'^^xsd:double;
  dwc:latitude '55.79'^^xsd:double;
  dwc:startLatitude '55.79'^^xsd:double;
  dwc:endLatitude '55.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.48 55.79, 10.48 55.79, 10.48 55.79, 10.48 55.79, 10.48 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 '1150_483'^^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/4842__1150_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.69 10.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.69"^^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/4842__1150_444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.69 10.49)"^^geo:wktLiteral ;
  geo-pos:lat "58.69"^^xsd:decimal ;
  geo-pos:long "10.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_444'^^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 '1150_444'^^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.5011111111111'^^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 '58.69'^^xsd:double;
  dwc:startLatitude '58.69'^^xsd:double;
  dwc:endLatitude '58.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.49 58.69, 10.49 58.69, 10.49 58.69, 10.49 58.69, 10.49 58.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 '1150_444'^^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/4842__1150_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.48 10.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.48"^^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/4842__1150_446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.48 10.6)"^^geo:wktLiteral ;
  geo-pos:lat "58.48"^^xsd:decimal ;
  geo-pos:long "10.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_446'^^xsd: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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.5397222222222'^^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 '58.48'^^xsd:double;
  dwc:startLatitude '58.48'^^xsd:double;
  dwc:endLatitude '58.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.6 58.48, 10.6 58.48, 10.6 58.48, 10.6 58.48, 10.6 58.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 '1150_446'^^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/4842__1150_553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_553> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86 10.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.86"^^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/4842__1150_553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.86 10.62)"^^geo:wktLiteral ;
  geo-pos:lat "56.86"^^xsd:decimal ;
  geo-pos:long "10.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_553'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.275277777778'^^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.86'^^xsd:double;
  dwc:startLatitude '56.86'^^xsd:double;
  dwc:endLatitude '56.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.62 56.86, 10.62 56.86, 10.62 56.86, 10.62 56.86, 10.62 56.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 '1150_553'^^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/4842__1150_529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.12 10.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.12"^^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/4842__1150_529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.12 10.63)"^^geo:wktLiteral ;
  geo-pos:lat "56.12"^^xsd:decimal ;
  geo-pos:long "10.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.2230555555556'^^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.12'^^xsd:double;
  dwc:startLatitude '56.12'^^xsd:double;
  dwc:endLatitude '56.12'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.63 56.12, 10.63 56.12, 10.63 56.12, 10.63 56.12, 10.63 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 '1150_529'^^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/4842__1150_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 10.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1"^^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/4842__1150_530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 10.64)"^^geo:wktLiteral ;
  geo-pos:lat "56.1"^^xsd:decimal ;
  geo-pos:long "10.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.3572222222222'^^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.1'^^xsd:double;
  dwc:startLatitude '56.1'^^xsd:double;
  dwc:endLatitude '56.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.64 56.1, 10.64 56.1, 10.64 56.1, 10.64 56.1, 10.64 56.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_530'^^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/4842__1150_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_533> ;
  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/4842__1150_533>
  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/4842__1150_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4744444444444'^^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 '1150_533'^^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/4842__1150_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09"^^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/4842__1150_532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 10.65)"^^geo:wktLiteral ;
  geo-pos:lat "56.09"^^xsd:decimal ;
  geo-pos:long "10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_532'^^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 '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4069444444444'^^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.09'^^xsd:double;
  dwc:startLatitude '56.09'^^xsd:double;
  dwc:endLatitude '56.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.65 56.09, 10.65 56.09, 10.65 56.09, 10.65 56.09, 10.65 56.09))'^^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 '1150_532'^^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/4842__1150_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 10.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1"^^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/4842__1150_531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 10.65)"^^geo:wktLiteral ;
  geo-pos:lat "56.1"^^xsd:decimal ;
  geo-pos:long "10.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.3922222222222'^^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.1'^^xsd:double;
  dwc:startLatitude '56.1'^^xsd:double;
  dwc:endLatitude '56.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.65 56.1, 10.65 56.1, 10.65 56.1, 10.65 56.1, 10.65 56.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_531'^^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/4842__1150_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.06"^^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/4842__1150_534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.66)"^^geo:wktLiteral ;
  geo-pos:lat "56.06"^^xsd:decimal ;
  geo-pos:long "10.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.6341666666667'^^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.06'^^xsd:double;
  dwc:startLatitude '56.06'^^xsd:double;
  dwc:endLatitude '56.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.66 56.06, 10.66 56.06, 10.66 56.06, 10.66 56.06, 10.66 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 '1150_534'^^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/4842__1150_528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_528> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_528> ;
  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/4842__1150_528>
  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/4842__1150_528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.843611111111'^^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 '1150_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/4842__1150_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_554> ;
  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/4842__1150_554>
  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/4842__1150_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_554'^^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 '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.168055555556'^^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 "PV" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '1150_554'^^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/4842__1150_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.02 10.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.02"^^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/4842__1150_535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.02 10.68)"^^geo:wktLiteral ;
  geo-pos:lat "56.02"^^xsd:decimal ;
  geo-pos:long "10.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.8708333333333'^^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.02'^^xsd:double;
  dwc:startLatitude '56.02'^^xsd:double;
  dwc:endLatitude '56.02'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.68 56.02, 10.68 56.02, 10.68 56.02, 10.68 56.02, 10.68 56.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 '1150_535'^^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/4842__1150_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.56 10.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.56"^^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/4842__1150_447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.56 10.69)"^^geo:wktLiteral ;
  geo-pos:lat "57.56"^^xsd:decimal ;
  geo-pos:long "10.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_447'^^xsd: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 '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.2380555555556'^^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.56'^^xsd:double;
  dwc:startLatitude '57.56'^^xsd:double;
  dwc:endLatitude '57.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.69 57.56, 10.69 57.56, 10.69 57.56, 10.69 57.56, 10.69 57.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 '1150_447'^^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/4842__1150_536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.96 10.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.96"^^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/4842__1150_536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.96 10.71)"^^geo:wktLiteral ;
  geo-pos:lat "55.96"^^xsd:decimal ;
  geo-pos:long "10.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.3236111111111'^^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.96'^^xsd:double;
  dwc:startLatitude '55.96'^^xsd:double;
  dwc:endLatitude '55.96'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.71 55.96, 10.71 55.96, 10.71 55.96, 10.71 55.96, 10.71 55.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 '1150_536'^^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/4842__1150_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.62 10.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.62"^^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/4842__1150_443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.62 10.72)"^^geo:wktLiteral ;
  geo-pos:lat "58.62"^^xsd:decimal ;
  geo-pos:long "10.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_443'^^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 '1150_443'^^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.7444444444444'^^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 '58.62'^^xsd:double;
  dwc:startLatitude '58.62'^^xsd:double;
  dwc:endLatitude '58.62'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.72 58.62, 10.72 58.62, 10.72 58.62, 10.72 58.62, 10.72 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 '1150_443'^^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/4842__1150_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.71"^^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/4842__1150_485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 10.74)"^^geo:wktLiteral ;
  geo-pos:lat "54.71"^^xsd:decimal ;
  geo-pos:long "10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_485'^^xsd: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 '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.504722222222'^^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 '54.71'^^xsd:double;
  dwc:startLatitude '54.71'^^xsd:double;
  dwc:endLatitude '54.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.74 54.71, 10.74 54.71, 10.74 54.71, 10.74 54.71, 10.74 54.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 '1150_485'^^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/4842__1150_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.71"^^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/4842__1150_486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.71 10.74)"^^geo:wktLiteral ;
  geo-pos:lat "54.71"^^xsd:decimal ;
  geo-pos:long "10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '6'^^xsd:integer;
  dwc:collectorNumber '1150_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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.525555555556'^^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 '54.71'^^xsd:double;
  dwc:startLatitude '54.71'^^xsd:double;
  dwc:endLatitude '54.71'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.74 54.71, 10.74 54.71, 10.74 54.71, 10.74 54.71, 10.74 54.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 '1150_486'^^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/4842__1150_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93 10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.93"^^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/4842__1150_537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.93 10.74)"^^geo:wktLiteral ;
  geo-pos:lat "55.93"^^xsd:decimal ;
  geo-pos:long "10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.5277777777778'^^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 '55.93'^^xsd:double;
  dwc:startLatitude '55.93'^^xsd:double;
  dwc:endLatitude '55.93'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.74 55.93, 10.74 55.93, 10.74 55.93, 10.74 55.93, 10.74 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 '1150_537'^^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/4842__1150_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.31 10.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.31"^^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/4842__1150_555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.31 10.74)"^^geo:wktLiteral ;
  geo-pos:lat "57.31"^^xsd:decimal ;
  geo-pos:long "10.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '14'^^xsd:integer;
  dwc:collectorNumber '1150_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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.780555555556'^^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 '57.31'^^xsd:double;
  dwc:startLatitude '57.31'^^xsd:double;
  dwc:endLatitude '57.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.74 57.31, 10.74 57.31, 10.74 57.31, 10.74 57.31, 10.74 57.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 '1150_555'^^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/4842__1150_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6 10.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.6"^^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/4842__1150_442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.6 10.78)"^^geo:wktLiteral ;
  geo-pos:lat "58.6"^^xsd:decimal ;
  geo-pos:long "10.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_442'^^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 '1150_442'^^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.5452777777778'^^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 '58.6'^^xsd:double;
  dwc:startLatitude '58.6'^^xsd:double;
  dwc:endLatitude '58.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.78 58.6, 10.78 58.6, 10.78 58.6, 10.78 58.6, 10.78 58.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 '1150_442'^^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/4842__1150_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.88 10.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.88"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.88 10.79)"^^geo:wktLiteral ;
  geo-pos:lat "55.88"^^xsd:decimal ;
  geo-pos:long "10.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.8677777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.79'^^xsd:double;
  dwc:startLongitude '10.79'^^xsd:double;
  dwc:endLongitude '10.79'^^xsd:double;
  dwc:latitude '55.88'^^xsd:double;
  dwc:startLatitude '55.88'^^xsd:double;
  dwc:endLatitude '55.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.79 55.88, 10.79 55.88, 10.79 55.88, 10.79 55.88, 10.79 55.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 '1150_538'^^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/4842__1150_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.87 10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.87"^^xsd:decimal ;
  dwc:decimalLongitude "10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.9763888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.8'^^xsd:double;
  dwc:startLongitude '10.8'^^xsd:double;
  dwc:endLongitude '10.8'^^xsd:double;
  dwc:latitude '55.87'^^xsd:double;
  dwc:startLatitude '55.87'^^xsd:double;
  dwc:endLatitude '55.87'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.8 55.87, 10.8 55.87, 10.8 55.87, 10.8 55.87, 10.8 55.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 '1150_539'^^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/4842__1150_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.86 10.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.86"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.86 10.81)"^^geo:wktLiteral ;
  geo-pos:lat "55.86"^^xsd:decimal ;
  geo-pos:long "10.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.0377777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.81'^^xsd:double;
  dwc:startLongitude '10.81'^^xsd:double;
  dwc:endLongitude '10.81'^^xsd:double;
  dwc:latitude '55.86'^^xsd:double;
  dwc:startLatitude '55.86'^^xsd:double;
  dwc:endLatitude '55.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.81 55.86, 10.81 55.86, 10.81 55.86, 10.81 55.86, 10.81 55.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 '1150_540'^^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/4842__1150_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.61 10.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.61"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.61 10.81)"^^geo:wktLiteral ;
  geo-pos:lat "58.61"^^xsd:decimal ;
  geo-pos:long "10.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_445'^^xsd: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 '1150_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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.4988888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.81'^^xsd:double;
  dwc:startLongitude '10.81'^^xsd:double;
  dwc:endLongitude '10.81'^^xsd:double;
  dwc:latitude '58.61'^^xsd:double;
  dwc:startLatitude '58.61'^^xsd:double;
  dwc:endLatitude '58.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.81 58.61, 10.81 58.61, 10.81 58.61, 10.81 58.61, 10.81 58.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 '1150_445'^^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/4842__1150_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.45 10.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.45"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.45 10.82)"^^geo:wktLiteral ;
  geo-pos:lat "55.45"^^xsd:decimal ;
  geo-pos:long "10.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.871388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.82'^^xsd:double;
  dwc:startLongitude '10.82'^^xsd:double;
  dwc:endLongitude '10.82'^^xsd:double;
  dwc:latitude '55.45'^^xsd:double;
  dwc:startLatitude '55.45'^^xsd:double;
  dwc:endLatitude '55.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.82 55.45, 10.82 55.45, 10.82 55.45, 10.82 55.45, 10.82 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 '1150_484'^^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/4842__1150_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.86 10.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.86"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.86 10.82)"^^geo:wktLiteral ;
  geo-pos:lat "55.86"^^xsd:decimal ;
  geo-pos:long "10.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.0647222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.82'^^xsd:double;
  dwc:startLongitude '10.82'^^xsd:double;
  dwc:endLongitude '10.82'^^xsd:double;
  dwc:latitude '55.86'^^xsd:double;
  dwc:startLatitude '55.86'^^xsd:double;
  dwc:endLatitude '55.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.82 55.86, 10.82 55.86, 10.82 55.86, 10.82 55.86, 10.82 55.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 '1150_541'^^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/4842__1150_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 10.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.82"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 10.85)"^^geo:wktLiteral ;
  geo-pos:lat "55.82"^^xsd:decimal ;
  geo-pos:long "10.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.2880555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.85'^^xsd:double;
  dwc:startLongitude '10.85'^^xsd:double;
  dwc:endLongitude '10.85'^^xsd:double;
  dwc:latitude '55.82'^^xsd:double;
  dwc:startLatitude '55.82'^^xsd:double;
  dwc:endLatitude '55.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.85 55.82, 10.85 55.82, 10.85 55.82, 10.85 55.82, 10.85 55.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 '1150_542'^^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/4842__1150_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 10.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.82"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 10.86)"^^geo:wktLiteral ;
  geo-pos:lat "55.82"^^xsd:decimal ;
  geo-pos:long "10.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '12'^^xsd:integer;
  dwc:collectorNumber '1150_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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.3225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.86'^^xsd:double;
  dwc:startLongitude '10.86'^^xsd:double;
  dwc:endLongitude '10.86'^^xsd:double;
  dwc:latitude '55.82'^^xsd:double;
  dwc:startLatitude '55.82'^^xsd:double;
  dwc:endLatitude '55.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.86 55.82, 10.86 55.82, 10.86 55.82, 10.86 55.82, 10.86 55.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 '1150_543'^^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/4842__1150_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 10.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.82"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.82 10.86)"^^geo:wktLiteral ;
  geo-pos:lat "55.82"^^xsd:decimal ;
  geo-pos:long "10.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_544'^^xsd: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 '1150_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 '8.3316666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.86'^^xsd:double;
  dwc:startLongitude '10.86'^^xsd:double;
  dwc:endLongitude '10.86'^^xsd:double;
  dwc:latitude '55.82'^^xsd:double;
  dwc:startLatitude '55.82'^^xsd:double;
  dwc:endLatitude '55.82'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.86 55.82, 10.86 55.82, 10.86 55.82, 10.86 55.82, 10.86 55.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 '1150_544'^^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/4842__1150_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 10.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8"^^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/4842__1150_545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8 10.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.8"^^xsd:decimal ;
  geo-pos:long "10.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '8.4272222222222'^^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 '55.8'^^xsd:double;
  dwc:startLatitude '55.8'^^xsd:double;
  dwc:endLatitude '55.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.87 55.8, 10.87 55.8, 10.87 55.8, 10.87 55.8, 10.87 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 '1150_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/4842__1150_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 10.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.37"^^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/4842__1150_551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 10.88)"^^geo:wktLiteral ;
  geo-pos:lat "55.37"^^xsd:decimal ;
  geo-pos:long "10.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '12.206388888889'^^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.37'^^xsd:double;
  dwc:startLatitude '55.37'^^xsd:double;
  dwc:endLatitude '55.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.88 55.37, 10.88 55.37, 10.88 55.37, 10.88 55.37, 10.88 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 '1150_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/4842__1150_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_546> ;
  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/4842__1150_546>
  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/4842__1150_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '8.475'^^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 '1150_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/4842__1150_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 10.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.79"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.79 10.89)"^^geo:wktLiteral ;
  geo-pos:lat "55.79"^^xsd:decimal ;
  geo-pos:long "10.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '8.5041666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.89'^^xsd:double;
  dwc:startLongitude '10.89'^^xsd:double;
  dwc:endLongitude '10.89'^^xsd:double;
  dwc:latitude '55.79'^^xsd:double;
  dwc:startLatitude '55.79'^^xsd:double;
  dwc:endLatitude '55.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.89 55.79, 10.89 55.79, 10.89 55.79, 10.89 55.79, 10.89 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 '1150_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/4842__1150_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 10.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.77"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 10.91)"^^geo:wktLiteral ;
  geo-pos:lat "55.77"^^xsd:decimal ;
  geo-pos:long "10.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '8.6455555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.91'^^xsd:double;
  dwc:startLongitude '10.91'^^xsd:double;
  dwc:endLongitude '10.91'^^xsd:double;
  dwc:latitude '55.77'^^xsd:double;
  dwc:startLatitude '55.77'^^xsd:double;
  dwc:endLatitude '55.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.91 55.77, 10.91 55.77, 10.91 55.77, 10.91 55.77, 10.91 55.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 '1150_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/4842__1150_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.76 10.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.76"^^xsd:decimal ;
  dwc:decimalLongitude "10.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '8.7044444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.92'^^xsd:double;
  dwc:startLongitude '10.92'^^xsd:double;
  dwc:endLongitude '10.92'^^xsd:double;
  dwc:latitude '55.76'^^xsd:double;
  dwc:startLatitude '55.76'^^xsd:double;
  dwc:endLatitude '55.76'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.92 55.76, 10.92 55.76, 10.92 55.76, 10.92 55.76, 10.92 55.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 '1150_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/4842__1150_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 10.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.77"^^xsd:decimal ;
  dwc:decimalLongitude "10.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '8.6875'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.92'^^xsd:double;
  dwc:startLongitude '10.92'^^xsd:double;
  dwc:endLongitude '10.92'^^xsd:double;
  dwc:latitude '55.77'^^xsd:double;
  dwc:startLatitude '55.77'^^xsd:double;
  dwc:endLatitude '55.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.92 55.77, 10.92 55.77, 10.92 55.77, 10.92 55.77, 10.92 55.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 '1150_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/4842__1150_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.06"^^xsd:decimal ;
  dwc:decimalLongitude "10.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/4842__1150_527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.06 10.97)"^^geo:wktLiteral ;
  geo-pos:lat "56.06"^^xsd:decimal ;
  geo-pos:long "10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.089444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '10.97'^^xsd:double;
  dwc:startLongitude '10.97'^^xsd:double;
  dwc:endLongitude '10.97'^^xsd:double;
  dwc:latitude '56.06'^^xsd:double;
  dwc:startLatitude '56.06'^^xsd:double;
  dwc:endLatitude '56.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.97 56.06, 10.97 56.06, 10.97 56.06, 10.97 56.06, 10.97 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 '1150_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/4842__1150_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 10.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.37"^^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/4842__1150_552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.37 10.98)"^^geo:wktLiteral ;
  geo-pos:lat "55.37"^^xsd:decimal ;
  geo-pos:long "10.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '12.567222222222'^^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 '55.37'^^xsd:double;
  dwc:startLatitude '55.37'^^xsd:double;
  dwc:endLatitude '55.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((10.98 55.37, 10.98 55.37, 10.98 55.37, 10.98 55.37, 10.98 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 '1150_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/4842__1150_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 11.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.09"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.09 11.01)"^^geo:wktLiteral ;
  geo-pos:lat "56.09"^^xsd:decimal ;
  geo-pos:long "11.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.89'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.01'^^xsd:double;
  dwc:startLongitude '11.01'^^xsd:double;
  dwc:endLongitude '11.01'^^xsd:double;
  dwc:latitude '56.09'^^xsd:double;
  dwc:startLatitude '56.09'^^xsd:double;
  dwc:endLatitude '56.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.01 56.09, 11.01 56.09, 11.01 56.09, 11.01 56.09, 11.01 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 '1150_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/4842__1150_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.51 11.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.51"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.51 11.01)"^^geo:wktLiteral ;
  geo-pos:lat "57.51"^^xsd:decimal ;
  geo-pos:long "11.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_448'^^xsd: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 '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.2852777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.01'^^xsd:double;
  dwc:startLongitude '11.01'^^xsd:double;
  dwc:endLongitude '11.01'^^xsd:double;
  dwc:latitude '57.51'^^xsd:double;
  dwc:startLatitude '57.51'^^xsd:double;
  dwc:endLatitude '57.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.01 57.51, 11.01 57.51, 11.01 57.51, 11.01 57.51, 11.01 57.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 '1150_448'^^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/4842__1150_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 11.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.1"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.1 11.02)"^^geo:wktLiteral ;
  geo-pos:lat "56.1"^^xsd:decimal ;
  geo-pos:long "11.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.826111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.02'^^xsd:double;
  dwc:startLongitude '11.02'^^xsd:double;
  dwc:endLongitude '11.02'^^xsd:double;
  dwc:latitude '56.1'^^xsd:double;
  dwc:startLatitude '56.1'^^xsd:double;
  dwc:endLatitude '56.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.02 56.1, 11.02 56.1, 11.02 56.1, 11.02 56.1, 11.02 56.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.51 11.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.51"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.51 11.02)"^^geo:wktLiteral ;
  geo-pos:lat "57.51"^^xsd:decimal ;
  geo-pos:long "11.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_449'^^xsd: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 '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.3405555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.02'^^xsd:double;
  dwc:startLongitude '11.02'^^xsd:double;
  dwc:endLongitude '11.02'^^xsd:double;
  dwc:latitude '57.51'^^xsd:double;
  dwc:startLatitude '57.51'^^xsd:double;
  dwc:endLatitude '57.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.02 57.51, 11.02 57.51, 11.02 57.51, 11.02 57.51, 11.02 57.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 '1150_449'^^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/4842__1150_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^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/4842__1150_482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.05)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.2219444444444'^^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.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.05 56.08, 11.05 56.08, 11.05 56.08, 11.05 56.08, 11.05 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 '1150_482'^^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/4842__1150_524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_524> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 11.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.14"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 11.06)"^^geo:wktLiteral ;
  geo-pos:lat "56.14"^^xsd:decimal ;
  geo-pos:long "11.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.555277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.06'^^xsd:double;
  dwc:startLongitude '11.06'^^xsd:double;
  dwc:endLongitude '11.06'^^xsd:double;
  dwc:latitude '56.14'^^xsd:double;
  dwc:startLatitude '56.14'^^xsd:double;
  dwc:endLatitude '56.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.06 56.14, 11.06 56.14, 11.06 56.14, 11.06 56.14, 11.06 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 '1150_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/4842__1150_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 11.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.14"^^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/4842__1150_523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 11.07)"^^geo:wktLiteral ;
  geo-pos:lat "56.14"^^xsd:decimal ;
  geo-pos:long "11.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.519166666667'^^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 '56.14'^^xsd:double;
  dwc:startLatitude '56.14'^^xsd:double;
  dwc:endLatitude '56.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.07 56.14, 11.07 56.14, 11.07 56.14, 11.07 56.14, 11.07 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 '1150_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/4842__1150_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_522> ;
  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/4842__1150_522>
  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/4842__1150_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.428611111111'^^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 "HP" by the provider'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:occurrenceId '1150_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/4842__1150_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^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/4842__1150_481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.09)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "11.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.0766666666667'^^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 '56.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.09 56.08, 11.09 56.08, 11.09 56.08, 11.09 56.08, 11.09 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 '1150_481'^^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/4842__1150_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.16"^^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/4842__1150_521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 11.1)"^^geo:wktLiteral ;
  geo-pos:lat "56.16"^^xsd:decimal ;
  geo-pos:long "11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.356388888889'^^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.16'^^xsd:double;
  dwc:startLatitude '56.16'^^xsd:double;
  dwc:endLatitude '56.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.1 56.16, 11.1 56.16, 11.1 56.16, 11.1 56.16, 11.1 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 '1150_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/4842__1150_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.17"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.11)"^^geo:wktLiteral ;
  geo-pos:lat "56.17"^^xsd:decimal ;
  geo-pos:long "11.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_520'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '16.286388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.11'^^xsd:double;
  dwc:startLongitude '11.11'^^xsd:double;
  dwc:endLongitude '11.11'^^xsd:double;
  dwc:latitude '56.17'^^xsd:double;
  dwc:startLatitude '56.17'^^xsd:double;
  dwc:endLatitude '56.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.11 56.17, 11.11 56.17, 11.11 56.17, 11.11 56.17, 11.11 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 '1150_520'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.49 11.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.49"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.49 11.11)"^^geo:wktLiteral ;
  geo-pos:lat "57.49"^^xsd:decimal ;
  geo-pos:long "11.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_450'^^xsd: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 '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.6352777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.11'^^xsd:double;
  dwc:startLongitude '11.11'^^xsd:double;
  dwc:endLongitude '11.11'^^xsd:double;
  dwc:latitude '57.49'^^xsd:double;
  dwc:startLatitude '57.49'^^xsd:double;
  dwc:endLatitude '57.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.11 57.49, 11.11 57.49, 11.11 57.49, 11.11 57.49, 11.11 57.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 '1150_450'^^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/4842__1150_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 11.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 11.12)"^^geo:wktLiteral ;
  geo-pos:lat "56.18"^^xsd:decimal ;
  geo-pos:long "11.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.1975'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.12'^^xsd:double;
  dwc:startLongitude '11.12'^^xsd:double;
  dwc:endLongitude '11.12'^^xsd:double;
  dwc:latitude '56.18'^^xsd:double;
  dwc:startLatitude '56.18'^^xsd:double;
  dwc:endLatitude '56.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.12 56.18, 11.12 56.18, 11.12 56.18, 11.12 56.18, 11.12 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 '1150_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/4842__1150_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.49 11.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.49"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.49 11.12)"^^geo:wktLiteral ;
  geo-pos:lat "57.49"^^xsd:decimal ;
  geo-pos:long "11.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_451'^^xsd: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 '1150_451'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.6938888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.12'^^xsd:double;
  dwc:startLongitude '11.12'^^xsd:double;
  dwc:endLongitude '11.12'^^xsd:double;
  dwc:latitude '57.49'^^xsd:double;
  dwc:startLatitude '57.49'^^xsd:double;
  dwc:endLatitude '57.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.12 57.49, 11.12 57.49, 11.12 57.49, 11.12 57.49, 11.12 57.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 '1150_451'^^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/4842__1150_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.15)"^^geo:wktLiteral ;
  geo-pos:lat "56.2"^^xsd:decimal ;
  geo-pos:long "11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.064444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.15'^^xsd:double;
  dwc:startLongitude '11.15'^^xsd:double;
  dwc:endLongitude '11.15'^^xsd:double;
  dwc:latitude '56.2'^^xsd:double;
  dwc:startLatitude '56.2'^^xsd:double;
  dwc:endLatitude '56.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.15 56.2, 11.15 56.2, 11.15 56.2, 11.15 56.2, 11.15 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 '1150_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/4842__1150_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.21 11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.21"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.21 11.15)"^^geo:wktLiteral ;
  geo-pos:lat "56.21"^^xsd:decimal ;
  geo-pos:long "11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.035277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.15'^^xsd:double;
  dwc:startLongitude '11.15'^^xsd:double;
  dwc:endLongitude '11.15'^^xsd:double;
  dwc:latitude '56.21'^^xsd:double;
  dwc:startLatitude '56.21'^^xsd:double;
  dwc:endLatitude '56.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.15 56.21, 11.15 56.21, 11.15 56.21, 11.15 56.21, 11.15 56.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 '1150_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/4842__1150_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_452> ;
  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/4842__1150_452>
  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/4842__1150_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_452'^^xsd: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 '1150_452'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.8091666666667'^^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 '1150_452'^^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/4842__1150_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.48"^^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/4842__1150_453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.48 11.17)"^^geo:wktLiteral ;
  geo-pos:lat "57.48"^^xsd:decimal ;
  geo-pos:long "11.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_453'^^xsd: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 '1150_453'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.8472222222222'^^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 '57.48'^^xsd:double;
  dwc:startLatitude '57.48'^^xsd:double;
  dwc:endLatitude '57.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.17 57.48, 11.17 57.48, 11.17 57.48, 11.17 57.48, 11.17 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 '1150_453'^^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/4842__1150_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^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/4842__1150_454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.21)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "11.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_454'^^xsd: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 '1150_454'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.0116666666667'^^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.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.21 57.47, 11.21 57.47, 11.21 57.47, 11.21 57.47, 11.21 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 '1150_454'^^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/4842__1150_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.26 11.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.26"^^xsd:decimal ;
  dwc:decimalLongitude "11.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.635'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.22'^^xsd:double;
  dwc:startLongitude '11.22'^^xsd:double;
  dwc:endLongitude '11.22'^^xsd:double;
  dwc:latitude '56.26'^^xsd:double;
  dwc:startLatitude '56.26'^^xsd:double;
  dwc:endLatitude '56.26'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.22 56.26, 11.22 56.26, 11.22 56.26, 11.22 56.26, 11.22 56.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 '1150_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/4842__1150_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^xsd:decimal ;
  dwc:decimalLongitude "11.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_455'^^xsd: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 '1150_455'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.0225'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.22'^^xsd:double;
  dwc:startLongitude '11.22'^^xsd:double;
  dwc:endLongitude '11.22'^^xsd:double;
  dwc:latitude '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.22 57.47, 11.22 57.47, 11.22 57.47, 11.22 57.47, 11.22 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 '1150_455'^^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/4842__1150_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.28 11.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.28"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.28 11.25)"^^geo:wktLiteral ;
  geo-pos:lat "56.28"^^xsd:decimal ;
  geo-pos:long "11.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.470277777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.25'^^xsd:double;
  dwc:startLongitude '11.25'^^xsd:double;
  dwc:endLongitude '11.25'^^xsd:double;
  dwc:latitude '56.28'^^xsd:double;
  dwc:startLatitude '56.28'^^xsd:double;
  dwc:endLatitude '56.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.25 56.28, 11.25 56.28, 11.25 56.28, 11.25 56.28, 11.25 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 '1150_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/4842__1150_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3 11.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.3"^^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/4842__1150_514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.3 11.26)"^^geo:wktLiteral ;
  geo-pos:lat "56.3"^^xsd:decimal ;
  geo-pos:long "11.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.376944444444'^^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 '56.3'^^xsd:double;
  dwc:startLatitude '56.3'^^xsd:double;
  dwc:endLatitude '56.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.26 56.3, 11.26 56.3, 11.26 56.3, 11.26 56.3, 11.26 56.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 '1150_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/4842__1150_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47 11.27)"^^geo:wktLiteral ;
  geo-pos:lat "57.47"^^xsd:decimal ;
  geo-pos:long "11.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_456'^^xsd: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 '1150_456'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.2130555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.27'^^xsd:double;
  dwc:startLongitude '11.27'^^xsd:double;
  dwc:endLongitude '11.27'^^xsd:double;
  dwc:latitude '57.47'^^xsd:double;
  dwc:startLatitude '57.47'^^xsd:double;
  dwc:endLatitude '57.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.27 57.47, 11.27 57.47, 11.27 57.47, 11.27 57.47, 11.27 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 '1150_456'^^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/4842__1150_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.31 11.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.31"^^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/4842__1150_513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.31 11.28)"^^geo:wktLiteral ;
  geo-pos:lat "56.31"^^xsd:decimal ;
  geo-pos:long "11.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.253888888889'^^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.31'^^xsd:double;
  dwc:startLatitude '56.31'^^xsd:double;
  dwc:endLatitude '56.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.28 56.31, 11.28 56.31, 11.28 56.31, 11.28 56.31, 11.28 56.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 '1150_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/4842__1150_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.46 11.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.46"^^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/4842__1150_457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.46 11.31)"^^geo:wktLiteral ;
  geo-pos:lat "57.46"^^xsd:decimal ;
  geo-pos:long "11.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_457'^^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 '1150_457'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.3436111111111'^^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 '57.46'^^xsd:double;
  dwc:startLatitude '57.46'^^xsd:double;
  dwc:endLatitude '57.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.31 57.46, 11.31 57.46, 11.31 57.46, 11.31 57.46, 11.31 57.46))'^^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 '1150_457'^^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/4842__1150_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.46 11.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.46"^^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/4842__1150_458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.46 11.31)"^^geo:wktLiteral ;
  geo-pos:lat "57.46"^^xsd:decimal ;
  geo-pos:long "11.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_458'^^xsd: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 '1150_458'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^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.3552777777778'^^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 '57.46'^^xsd:double;
  dwc:startLatitude '57.46'^^xsd:double;
  dwc:endLatitude '57.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.31 57.46, 11.31 57.46, 11.31 57.46, 11.31 57.46, 11.31 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 '1150_458'^^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/4842__1150_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.34 11.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.34"^^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/4842__1150_512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.34 11.32)"^^geo:wktLiteral ;
  geo-pos:lat "56.34"^^xsd:decimal ;
  geo-pos:long "11.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.041666666667'^^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 '56.34'^^xsd:double;
  dwc:startLatitude '56.34'^^xsd:double;
  dwc:endLatitude '56.34'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.32 56.34, 11.32 56.34, 11.32 56.34, 11.32 56.34, 11.32 56.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 '1150_512'^^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/4842__1150_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_459> ;
  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/4842__1150_459>
  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/4842__1150_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.3747222222222'^^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 '1150_459'^^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/4842__1150_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.36 11.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.36"^^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/4842__1150_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.36 11.33)"^^geo:wktLiteral ;
  geo-pos:lat "56.36"^^xsd:decimal ;
  geo-pos:long "11.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.953888888889'^^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 '56.36'^^xsd:double;
  dwc:startLatitude '56.36'^^xsd:double;
  dwc:endLatitude '56.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.33 56.36, 11.33 56.36, 11.33 56.36, 11.33 56.36, 11.33 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 '1150_511'^^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/4842__1150_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_510> ;
  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/4842__1150_510>
  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/4842__1150_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.855555555556'^^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 '1150_510'^^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/4842__1150_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38 11.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.38"^^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/4842__1150_509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38 11.36)"^^geo:wktLiteral ;
  geo-pos:lat "56.38"^^xsd:decimal ;
  geo-pos:long "11.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.793055555556'^^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 '56.38'^^xsd:double;
  dwc:startLatitude '56.38'^^xsd:double;
  dwc:endLatitude '56.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.36 56.38, 11.36 56.38, 11.36 56.38, 11.36 56.38, 11.36 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 '1150_509'^^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/4842__1150_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38 11.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.38"^^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/4842__1150_508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.38 11.36)"^^geo:wktLiteral ;
  geo-pos:lat "56.38"^^xsd:decimal ;
  geo-pos:long "11.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.791111111111'^^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 '56.38'^^xsd:double;
  dwc:startLatitude '56.38'^^xsd:double;
  dwc:endLatitude '56.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.36 56.38, 11.36 56.38, 11.36 56.38, 11.36 56.38, 11.36 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 '1150_508'^^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/4842__1150_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.39 11.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.39"^^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/4842__1150_507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.39 11.37)"^^geo:wktLiteral ;
  geo-pos:lat "56.39"^^xsd:decimal ;
  geo-pos:long "11.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.733055555556'^^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 '56.39'^^xsd:double;
  dwc:startLatitude '56.39'^^xsd:double;
  dwc:endLatitude '56.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.37 56.39, 11.37 56.39, 11.37 56.39, 11.37 56.39, 11.37 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 '1150_507'^^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/4842__1150_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^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/4842__1150_506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 11.38)"^^geo:wktLiteral ;
  geo-pos:lat "56.4"^^xsd:decimal ;
  geo-pos:long "11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.648333333333'^^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 '56.4'^^xsd:double;
  dwc:startLatitude '56.4'^^xsd:double;
  dwc:endLatitude '56.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.38 56.4, 11.38 56.4, 11.38 56.4, 11.38 56.4, 11.38 56.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 '1150_506'^^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/4842__1150_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.98"^^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/4842__1150_480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.98 11.39)"^^geo:wktLiteral ;
  geo-pos:lat "55.98"^^xsd:decimal ;
  geo-pos:long "11.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '3'^^xsd:integer;
  dwc:collectorNumber '1150_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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.7155555555556'^^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 '55.98'^^xsd:double;
  dwc:startLatitude '55.98'^^xsd:double;
  dwc:endLatitude '55.98'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.39 55.98, 11.39 55.98, 11.39 55.98, 11.39 55.98, 11.39 55.98))'^^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 '1150_480'^^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/4842__1150_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 11.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^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/4842__1150_460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 11.39)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "11.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_460'^^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 '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.5969444444444'^^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 '57.45'^^xsd:double;
  dwc:startLatitude '57.45'^^xsd:double;
  dwc:endLatitude '57.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.39 57.45, 11.39 57.45, 11.39 57.45, 11.39 57.45, 11.39 57.45))'^^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 '1150_460'^^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/4842__1150_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 11.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 11.41)"^^geo:wktLiteral ;
  geo-pos:lat "56.43"^^xsd:decimal ;
  geo-pos:long "11.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.465'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.41'^^xsd:double;
  dwc:startLongitude '11.41'^^xsd:double;
  dwc:endLongitude '11.41'^^xsd:double;
  dwc:latitude '56.43'^^xsd:double;
  dwc:startLatitude '56.43'^^xsd:double;
  dwc:endLatitude '56.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.41 56.43, 11.41 56.43, 11.41 56.43, 11.41 56.43, 11.41 56.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 '1150_505'^^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/4842__1150_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.08"^^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/4842__1150_479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.08 11.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.08"^^xsd:decimal ;
  geo-pos:long "11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '19.136944444444'^^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.08'^^xsd:double;
  dwc:startLatitude '56.08'^^xsd:double;
  dwc:endLatitude '56.08'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.5 56.08, 11.5 56.08, 11.5 56.08, 11.5 56.08, 11.5 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 '1150_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/4842__1150_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.51 11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.51"^^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/4842__1150_504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.51 11.5)"^^geo:wktLiteral ;
  geo-pos:lat "56.51"^^xsd:decimal ;
  geo-pos:long "11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.880555555556'^^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.51'^^xsd:double;
  dwc:startLatitude '56.51'^^xsd:double;
  dwc:endLatitude '56.51'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.5 56.51, 11.5 56.51, 11.5 56.51, 11.5 56.51, 11.5 56.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 '1150_504'^^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/4842__1150_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 11.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 11.53)"^^geo:wktLiteral ;
  geo-pos:lat "56.55"^^xsd:decimal ;
  geo-pos:long "11.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.53'^^xsd:double;
  dwc:startLongitude '11.53'^^xsd:double;
  dwc:endLongitude '11.53'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:startLatitude '56.55'^^xsd:double;
  dwc:endLatitude '56.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.53 56.55, 11.53 56.55, 11.53 56.55, 11.53 56.55, 11.53 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 '1150_503'^^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/4842__1150_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 11.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^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/4842__1150_500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 11.54)"^^geo:wktLiteral ;
  geo-pos:lat "56.65"^^xsd:decimal ;
  geo-pos:long "11.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_500'^^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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.531111111111'^^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.65'^^xsd:double;
  dwc:startLatitude '56.65'^^xsd:double;
  dwc:endLatitude '56.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.54 56.65, 11.54 56.65, 11.54 56.65, 11.54 56.65, 11.54 56.65))'^^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 '1150_500'^^xsd:string;
  dwc:observationDate '2005-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.58 11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.58"^^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/4842__1150_502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.58 11.56)"^^geo:wktLiteral ;
  geo-pos:lat "56.58"^^xsd:decimal ;
  geo-pos:long "11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.471666666667'^^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.58'^^xsd:double;
  dwc:startLatitude '56.58'^^xsd:double;
  dwc:endLatitude '56.58'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.56 56.58, 11.56 56.58, 11.56 56.58, 11.56 56.58, 11.56 56.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 '1150_502'^^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/4842__1150_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.16"^^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/4842__1150_478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 11.58)"^^geo:wktLiteral ;
  geo-pos:lat "56.16"^^xsd:decimal ;
  geo-pos:long "11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_478'^^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 '1150_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 '18.571944444444'^^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.16'^^xsd:double;
  dwc:startLatitude '56.16'^^xsd:double;
  dwc:endLatitude '56.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.58 56.16, 11.58 56.16, 11.58 56.16, 11.58 56.16, 11.58 56.16))'^^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 '1150_478'^^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/4842__1150_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.17"^^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/4842__1150_477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.58)"^^geo:wktLiteral ;
  geo-pos:lat "56.17"^^xsd:decimal ;
  geo-pos:long "11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_477'^^xsd: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 '1150_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 '18.554444444444'^^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.17'^^xsd:double;
  dwc:startLatitude '56.17'^^xsd:double;
  dwc:endLatitude '56.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.58 56.17, 11.58 56.17, 11.58 56.17, 11.58 56.17, 11.58 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 '1150_477'^^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/4842__1150_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.17"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.17 11.59)"^^geo:wktLiteral ;
  geo-pos:lat "56.17"^^xsd:decimal ;
  geo-pos:long "11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.524444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.59'^^xsd:double;
  dwc:startLongitude '11.59'^^xsd:double;
  dwc:endLongitude '11.59'^^xsd:double;
  dwc:latitude '56.17'^^xsd:double;
  dwc:startLatitude '56.17'^^xsd:double;
  dwc:endLatitude '56.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.59 56.17, 11.59 56.17, 11.59 56.17, 11.59 56.17, 11.59 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 '1150_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/4842__1150_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 11.59)"^^geo:wktLiteral ;
  geo-pos:lat "56.18"^^xsd:decimal ;
  geo-pos:long "11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_475'^^xsd: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 '1150_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 '18.489444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.59'^^xsd:double;
  dwc:startLongitude '11.59'^^xsd:double;
  dwc:endLongitude '11.59'^^xsd:double;
  dwc:latitude '56.18'^^xsd:double;
  dwc:startLatitude '56.18'^^xsd:double;
  dwc:endLatitude '56.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.59 56.18, 11.59 56.18, 11.59 56.18, 11.59 56.18, 11.59 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 '1150_475'^^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/4842__1150_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.19 11.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.19"^^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/4842__1150_474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.19 11.6)"^^geo:wktLiteral ;
  geo-pos:lat "56.19"^^xsd:decimal ;
  geo-pos:long "11.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_474'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '18.409722222222'^^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.19'^^xsd:double;
  dwc:startLatitude '56.19'^^xsd:double;
  dwc:endLatitude '56.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.6 56.19, 11.6 56.19, 11.6 56.19, 11.6 56.19, 11.6 56.19))'^^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 '1150_474'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2"^^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/4842__1150_473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.61)"^^geo:wktLiteral ;
  geo-pos:lat "56.2"^^xsd:decimal ;
  geo-pos:long "11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.34'^^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.2'^^xsd:double;
  dwc:startLatitude '56.2'^^xsd:double;
  dwc:endLatitude '56.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.61 56.2, 11.61 56.2, 11.61 56.2, 11.61 56.2, 11.61 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 '1150_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/4842__1150_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.62)"^^geo:wktLiteral ;
  geo-pos:lat "56.2"^^xsd:decimal ;
  geo-pos:long "11.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_471'^^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 '1150_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 '18.292777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.62'^^xsd:double;
  dwc:startLongitude '11.62'^^xsd:double;
  dwc:endLongitude '11.62'^^xsd:double;
  dwc:latitude '56.2'^^xsd:double;
  dwc:startLatitude '56.2'^^xsd:double;
  dwc:endLatitude '56.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.62 56.2, 11.62 56.2, 11.62 56.2, 11.62 56.2, 11.62 56.2))'^^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 '1150_471'^^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/4842__1150_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.2"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.2 11.62)"^^geo:wktLiteral ;
  geo-pos:lat "56.2"^^xsd:decimal ;
  geo-pos:long "11.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_472'^^xsd:string;
  dwc:scientificName 'Caniformia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '1150_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 '18.319444444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.62'^^xsd:double;
  dwc:startLongitude '11.62'^^xsd:double;
  dwc:endLongitude '11.62'^^xsd:double;
  dwc:latitude '56.2'^^xsd:double;
  dwc:startLatitude '56.2'^^xsd:double;
  dwc:endLatitude '56.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.62 56.2, 11.62 56.2, 11.62 56.2, 11.62 56.2, 11.62 56.2))'^^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 '1150_472'^^xsd:string;
  dwc:observationDate '2005-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '254957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4842__1150_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.23 11.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.23"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.23 11.65)"^^geo:wktLiteral ;
  geo-pos:lat "56.23"^^xsd:decimal ;
  geo-pos:long "11.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.076388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.65'^^xsd:double;
  dwc:startLongitude '11.65'^^xsd:double;
  dwc:endLongitude '11.65'^^xsd:double;
  dwc:latitude '56.23'^^xsd:double;
  dwc:startLatitude '56.23'^^xsd:double;
  dwc:endLatitude '56.23'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.65 56.23, 11.65 56.23, 11.65 56.23, 11.65 56.23, 11.65 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 '1150_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/4842__1150_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66 11.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.66"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.66 11.65)"^^geo:wktLiteral ;
  geo-pos:lat "56.66"^^xsd:decimal ;
  geo-pos:long "11.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '11'^^xsd:integer;
  dwc:collectorNumber '1150_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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.903611111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.65'^^xsd:double;
  dwc:startLongitude '11.65'^^xsd:double;
  dwc:endLongitude '11.65'^^xsd:double;
  dwc:latitude '56.66'^^xsd:double;
  dwc:startLatitude '56.66'^^xsd:double;
  dwc:endLatitude '56.66'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.65 56.66, 11.65 56.66, 11.65 56.66, 11.65 56.66, 11.65 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 '1150_501'^^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/4842__1150_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.24 11.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.24"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.24 11.66)"^^geo:wktLiteral ;
  geo-pos:lat "56.24"^^xsd:decimal ;
  geo-pos:long "11.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '18.003888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.66'^^xsd:double;
  dwc:startLongitude '11.66'^^xsd:double;
  dwc:endLongitude '11.66'^^xsd:double;
  dwc:latitude '56.24'^^xsd:double;
  dwc:startLatitude '56.24'^^xsd:double;
  dwc:endLatitude '56.24'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.66 56.24, 11.66 56.24, 11.66 56.24, 11.66 56.24, 11.66 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 '1150_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/4842__1150_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.29 11.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.29"^^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/4842__1150_468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.29 11.71)"^^geo:wktLiteral ;
  geo-pos:lat "56.29"^^xsd:decimal ;
  geo-pos:long "11.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.676111111111'^^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 '56.29'^^xsd:double;
  dwc:startLatitude '56.29'^^xsd:double;
  dwc:endLatitude '56.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.71 56.29, 11.71 56.29, 11.71 56.29, 11.71 56.29, 11.71 56.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 '1150_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/4842__1150_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.31 11.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.31"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.31 11.72)"^^geo:wktLiteral ;
  geo-pos:lat "56.31"^^xsd:decimal ;
  geo-pos:long "11.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '17.576111111111'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.72'^^xsd:double;
  dwc:startLongitude '11.72'^^xsd:double;
  dwc:endLongitude '11.72'^^xsd:double;
  dwc:latitude '56.31'^^xsd:double;
  dwc:startLatitude '56.31'^^xsd:double;
  dwc:endLatitude '56.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.72 56.31, 11.72 56.31, 11.72 56.31, 11.72 56.31, 11.72 56.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 '1150_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/4842__1150_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.38 11.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.38"^^xsd:decimal ;
  dwc:decimalLongitude "11.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_461'^^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 '1150_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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.066944444444'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.81'^^xsd:double;
  dwc:startLongitude '11.81'^^xsd:double;
  dwc:endLongitude '11.81'^^xsd:double;
  dwc:latitude '57.38'^^xsd:double;
  dwc:startLatitude '57.38'^^xsd:double;
  dwc:endLatitude '57.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.81 57.38, 11.81 57.38, 11.81 57.38, 11.81 57.38, 11.81 57.38))'^^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 '1150_461'^^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/4842__1150_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.42 11.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.42"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.42 11.85)"^^geo:wktLiteral ;
  geo-pos:lat "56.42"^^xsd:decimal ;
  geo-pos:long "11.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '16.802777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.85'^^xsd:double;
  dwc:startLongitude '11.85'^^xsd:double;
  dwc:endLongitude '11.85'^^xsd:double;
  dwc:latitude '56.42'^^xsd:double;
  dwc:startLatitude '56.42'^^xsd:double;
  dwc:endLatitude '56.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.85 56.42, 11.85 56.42, 11.85 56.42, 11.85 56.42, 11.85 56.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 '1150_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/4842__1150_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^xsd:decimal ;
  dwc:decimalLongitude "11.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/4842__1150_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 11.88)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.417222222222'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '11.88'^^xsd:double;
  dwc:startLongitude '11.88'^^xsd:double;
  dwc:endLongitude '11.88'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((11.88 56.64, 11.88 56.64, 11.88 56.64, 11.88 56.64, 11.88 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 '1150_499'^^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/4842__1150_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.02)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "12.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.982777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.02'^^xsd:double;
  dwc:startLongitude '12.02'^^xsd:double;
  dwc:endLongitude '12.02'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.02 56.64, 12.02 56.64, 12.02 56.64, 12.02 56.64, 12.02 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 '1150_498'^^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/4842__1150_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_465> ;
  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/4842__1150_465>
  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/4842__1150_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.568888888889'^^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 '1150_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/4842__1150_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 12.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "12.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.518888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.05'^^xsd:double;
  dwc:startLongitude '12.05'^^xsd:double;
  dwc:endLongitude '12.05'^^xsd:double;
  dwc:latitude '56.6'^^xsd:double;
  dwc:startLatitude '56.6'^^xsd:double;
  dwc:endLatitude '56.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.05 56.6, 12.05 56.6, 12.05 56.6, 12.05 56.6, 12.05 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 '1150_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/4842__1150_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_463> ;
  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/4842__1150_463>
  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/4842__1150_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '15.164722222222'^^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 '1150_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/4842__1150_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.64"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.64 12.18)"^^geo:wktLiteral ;
  geo-pos:lat "56.64"^^xsd:decimal ;
  geo-pos:long "12.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.465833333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.18'^^xsd:double;
  dwc:startLongitude '12.18'^^xsd:double;
  dwc:endLongitude '12.18'^^xsd:double;
  dwc:latitude '56.64'^^xsd:double;
  dwc:startLatitude '56.64'^^xsd:double;
  dwc:endLatitude '56.64'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.18 56.64, 12.18 56.64, 12.18 56.64, 12.18 56.64, 12.18 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 '1150_497'^^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/4842__1150_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.78 12.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.78"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.78 12.24)"^^geo:wktLiteral ;
  geo-pos:lat "56.78"^^xsd:decimal ;
  geo-pos:long "12.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '1150_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 '14.268333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.24'^^xsd:double;
  dwc:startLongitude '12.24'^^xsd:double;
  dwc:endLongitude '12.24'^^xsd:double;
  dwc:latitude '56.78'^^xsd:double;
  dwc:startLatitude '56.78'^^xsd:double;
  dwc:endLatitude '56.78'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.24 56.78, 12.24 56.78, 12.24 56.78, 12.24 56.78, 12.24 56.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 '1150_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/4842__1150_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 12.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.14"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.14 12.27)"^^geo:wktLiteral ;
  geo-pos:lat "56.14"^^xsd:decimal ;
  geo-pos:long "12.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.6863888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.27'^^xsd:double;
  dwc:startLongitude '12.27'^^xsd:double;
  dwc:endLongitude '12.27'^^xsd:double;
  dwc:latitude '56.14'^^xsd:double;
  dwc:startLatitude '56.14'^^xsd:double;
  dwc:endLatitude '56.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.27 56.14, 12.27 56.14, 12.27 56.14, 12.27 56.14, 12.27 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 '1150_487'^^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/4842__1150_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.16 12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.16"^^xsd:decimal ;
  dwc:decimalLongitude "12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.7602777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.28'^^xsd:double;
  dwc:startLongitude '12.28'^^xsd:double;
  dwc:endLongitude '12.28'^^xsd:double;
  dwc:latitude '56.16'^^xsd:double;
  dwc:startLatitude '56.16'^^xsd:double;
  dwc:endLatitude '56.16'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.28 56.16, 12.28 56.16, 12.28 56.16, 12.28 56.16, 12.28 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 '1150_488'^^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/4842__1150_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 12.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.18"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.18 12.31)"^^geo:wktLiteral ;
  geo-pos:lat "56.18"^^xsd:decimal ;
  geo-pos:long "12.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.9263888888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.31'^^xsd:double;
  dwc:startLongitude '12.31'^^xsd:double;
  dwc:endLongitude '12.31'^^xsd:double;
  dwc:latitude '56.18'^^xsd:double;
  dwc:startLatitude '56.18'^^xsd:double;
  dwc:endLatitude '56.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.31 56.18, 12.31 56.18, 12.31 56.18, 12.31 56.18, 12.31 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 '1150_489'^^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/4842__1150_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.21 12.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.21"^^xsd:decimal ;
  dwc:decimalLongitude "12.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4842__1150_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_490'^^xsd: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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.106666666667'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.33'^^xsd:double;
  dwc:startLongitude '12.33'^^xsd:double;
  dwc:endLongitude '12.33'^^xsd:double;
  dwc:latitude '56.21'^^xsd:double;
  dwc:startLatitude '56.21'^^xsd:double;
  dwc:endLatitude '56.21'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.33 56.21, 12.33 56.21, 12.33 56.21, 12.33 56.21, 12.33 56.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 '1150_490'^^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/4842__1150_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.22 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.22"^^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/4842__1150_491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.22 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "56.22"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_491'^^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 '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.168055555556'^^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.22'^^xsd:double;
  dwc:startLatitude '56.22'^^xsd:double;
  dwc:endLatitude '56.22'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.34 56.22, 12.34 56.22, 12.34 56.22, 12.34 56.22, 12.34 56.22))'^^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 '1150_491'^^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/4842__1150_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 12.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 12.36)"^^geo:wktLiteral ;
  geo-pos:lat "56.25"^^xsd:decimal ;
  geo-pos:long "12.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.348333333333'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.36'^^xsd:double;
  dwc:startLongitude '12.36'^^xsd:double;
  dwc:endLongitude '12.36'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:startLatitude '56.25'^^xsd:double;
  dwc:endLatitude '56.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.36 56.25, 12.36 56.25, 12.36 56.25, 12.36 56.25, 12.36 56.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 '1150_492'^^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/4842__1150_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.29 12.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.29"^^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/4842__1150_493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.29 12.38)"^^geo:wktLiteral ;
  geo-pos:lat "56.29"^^xsd:decimal ;
  geo-pos:long "12.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.557222222222'^^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.29'^^xsd:double;
  dwc:startLatitude '56.29'^^xsd:double;
  dwc:endLatitude '56.29'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.38 56.29, 12.38 56.29, 12.38 56.29, 12.38 56.29, 12.38 56.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 '1150_493'^^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/4842__1150_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.33 12.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.33"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.33 12.41)"^^geo:wktLiteral ;
  geo-pos:lat "56.33"^^xsd:decimal ;
  geo-pos:long "12.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.837777777778'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.41'^^xsd:double;
  dwc:startLongitude '12.41'^^xsd:double;
  dwc:endLongitude '12.41'^^xsd:double;
  dwc:latitude '56.33'^^xsd:double;
  dwc:startLatitude '56.33'^^xsd:double;
  dwc:endLatitude '56.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.41 56.33, 12.41 56.33, 12.41 56.33, 12.41 56.33, 12.41 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 '1150_495'^^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/4842__1150_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.33 12.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.33"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.33 12.41)"^^geo:wktLiteral ;
  geo-pos:lat "56.33"^^xsd:decimal ;
  geo-pos:long "12.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.816388888889'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.41'^^xsd:double;
  dwc:startLongitude '12.41'^^xsd:double;
  dwc:endLongitude '12.41'^^xsd:double;
  dwc:latitude '56.33'^^xsd:double;
  dwc:startLatitude '56.33'^^xsd:double;
  dwc:endLatitude '56.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.41 56.33, 12.41 56.33, 12.41 56.33, 12.41 56.33, 12.41 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 '1150_494'^^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/4842__1150_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4842__1150_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4842__1150_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.52 12.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.52"^^xsd:decimal ;
  dwc:decimalLongitude "12.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/4842__1150_496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.52 12.6)"^^geo:wktLiteral ;
  geo-pos:lat "56.52"^^xsd:decimal ;
  geo-pos:long "12.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4842__1150_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "1150_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4842_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-04-14'^^xsd:date;
  dwc:institutionCode 'SMRU'^^xsd:string;
  dwc:collectionCode '1150'^^xsd:integer;
  dwc:catalogNumber '1150_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 '10'^^xsd:integer;
  dwc:collectorNumber '1150_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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.105555555556'^^xsd:double;
  dwc:timeZone 'Z'^^xsd:string;
  dwc:continentOcean 'North Atlantic Ocean,European Atlantic shelf waters'^^xsd:string;
  dwc:longitude '12.6'^^xsd:double;
  dwc:startLongitude '12.6'^^xsd:double;
  dwc:endLongitude '12.6'^^xsd:double;
  dwc:latitude '56.52'^^xsd:double;
  dwc:startLatitude '56.52'^^xsd:double;
  dwc:endLatitude '56.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((12.6 56.52, 12.6 56.52, 12.6 56.52, 12.6 56.52, 12.6 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 '1150_496'^^xsd:string;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF